Ecosyste.ms: OpenCollective
An open API service for software projects hosted on Open Collective.
github.com/electron/gyp
https://github.com/electron/gyp
If the dependencies fail and the build runs with -k, the bundle
directory won't exist yet and to...
Also change WriteRules() to be slightly more consisten with WriteActions().
Review URL: http://c...
This tests that framework bundles build with both the xcode and the make
build on mac, and smoke...
git-svn-id: http://gyp.googlecode.com/svn/trunk@957 78cadc50-ecff-11dd-a971-7dbc132099af
271959a341d02aa4f30b78dd1c484eecf5d9a000 authored over 13 years ago
This tests that app bundles build with both the xcode and the make
build on mac, and smoketests ...
With this change, the make build can build frameworks and app bundles, if
the output path doesn'...
Review URL: http://codereview.chromium.org/7405001
git-svn-id: http://gyp.googlecode.com/svn/tru...
8083225084fd179e1e6357c09b1f4b4260ad86db authored over 13 years ago
Xcode puts shared_library results into PRODUCT_DIR, and some gyp files
rely on this. Emulate thi...
Mac gyp files put framework dependencies into 'libraries', for example:
'link_settings': {...
e255eb2d8ac01e67f8fbcac353ee88049e605018 authored over 13 years agoReview URL: http://codereview.chromium.org/7399010
git-svn-id: http://gyp.googlecode.com/svn/tru...
1ab1ae40a3f391ce073f803793053f27f329eebd authored over 13 years agoReview URL: http://codereview.chromium.org/7401008
git-svn-id: http://gyp.googlecode.com/svn/tru...
ff1f8350a0f82afbd184ea2eca6fb26588e494d6 authored over 13 years agoReview URL: http://codereview.chromium.org/7395001
git-svn-id: http://gyp.googlecode.com/svn/tru...
52de20c269423e263996d3f77bfb6c7858b61965 authored over 13 years ago
TBR=evan
Review URL: http://codereview.chromium.org/7388016
git-svn-id: http://gyp.googlecode.c...
f10188539522f7c2dccd5bb3f5e683939e6721b3 authored over 13 years ago
Precompiled headers are language-dependent, so in general there can be four
precompiled headers ...
- Add FLOCK so we can easily disable flock
- Put LINK_flags in LDFLAGS.target instead of LINK
T...
f7bb7cedd39551ddec9652ea5b3f63cfcdcafce0 authored over 13 years ago
Previously, we tested membership in a list in a loop. This is very slow. So
optimize the common...
This makes it possible to build gyp projects with the mac/make build
without having to duplicate...
(This is when applying pattern lists.) This results in a measurable performance
improvement.
Pa...
5f9dceba8e9b80c7c7364fba5bd0dbf63e438ade authored over 13 years agoDelete unused SHARED_HEADER_SUFFIX_RULES
Don't pass -T to ar on mac.
Review URL: http://coderev...
This patch adds the two flavors "make-mac" and "make-linux" to the make generator. GYP_GENERATOR...
c27d1917e3441b102ae77b66d792b12c91d7c38c authored over 13 years agoSee http://codereview.chromium.org/7210040/
git-svn-id: http://gyp.googlecode.com/svn/trunk@94...
8f5d2d82969bbed47187c126dbc41baf67173c3a authored over 13 years ago
This will be copied next to the Makefile
by the make/mac generator and takes care of some of th...
This speeds up reading gyp input files 10s -> 8.5s for chromium.
Patch by Viet-Trung Luu <viettr...
Sorting dependencies is effective if and only if the flag
"-G android_ndk_version=xxx" is specifi...
Most of the files are attributed to Google Inc so I used this instead of
Chromium Authors.
R=ma...
45254f3a7401b4b63d829f38c426c0635485f1e0 authored over 13 years ago
BUG=chromium:85845
[email protected]
TEST=I don't have a linux3 VM at hand to test it.
Review...
711eb825901ee0a498a78dc1af95f0c64cc4029b authored over 13 years ago
shared_library and loadable_module behavior diverge:
- loadable_module only exposes API that is ...
This reverts r922. It also regressed Windows builds.
TBR=mark
git-svn-id: http://gyp.googleco...
58edaedb94a674c3f0fdcd847b3b8740851d90a3 authored over 13 years ago
r922 made sure that the flattened set of dependencies for a given target
were themselves in pre-...
We had a 10% build performance regression on the Chrome Windows builders,
and this seems likely ...
These changes are correct, but we have many incorrect build files
in the Chrome tree. We can't ...
Review URL: http://codereview.chromium.org/6979026
git-svn-id: http://gyp.googlecode.com/svn/tr...
f673dfe2171d4c0f3547058b8e236cbcdd54b816 authored over 13 years ago
r918 removed a hack and fixed it by introducing whole-archive.
Unfortunately, our loadable modul...
This just dumps dependencies.
Nico has some other JSON dumper that dumps different info.
A more ...
Review URL: http://codereview.chromium.org/7053018
git-svn-id: http://gyp.googlecode.com/svn/tru...
dd859966da7108499f20fdd921461a8803562586 authored over 13 years agogit-svn-id: http://gyp.googlecode.com/svn/trunk@925 78cadc50-ecff-11dd-a971-7dbc132099af
daf57b57a5a6bbf6c46dbfd03b84db6d5e77073f authored over 13 years agoThe syntax for gyp commands was "<(command)", which will execute "command" in a shell. Now it's ...
fa6abd473d9eae4da03ae72e4d57f7a1ae8d89f3 authored over 13 years ago
- Add a generator-specific variable to turn off the automatic
flattening of static library dep...
For example, if module A and B depend on C, and module C depends on D, thischange sorts them in ...
acf56c0daa2304618a75ae11d7a8d328642377e9 authored almost 14 years ago
The list filters are not supported for 'dependencies' sections for now, and
this change supports...
git-svn-id: http://gyp.googlecode.com/svn/trunk@920 78cadc50-ecff-11dd-a971-7dbc132099af
c182bea2df1ac9c9375e486e48a2ddeabb299b02 authored almost 14 years agoThis change generates LOCAL_XXX variable definitions for Android NDK. These variable definition...
bae07d9d14e4bc00822f800486ca73d6e863f7a6 authored almost 14 years ago
The previous rules made our shared objects include *every* other
library they transitively depen...
This adds a "Finished" notification to any command that uses 'flock'. This is useful when many l...
d3d868e99f9dd5fb78a2d53c4230661a747cb26b authored almost 14 years agogit-svn-id: http://gyp.googlecode.com/svn/trunk@916 78cadc50-ecff-11dd-a971-7dbc132099af
fea7c00a66540ffb4cc9de94d4293274dd2fbf16 authored almost 14 years ago
Landing for rnorton
Review URL: http://codereview.chromium.org/6900057
git-svn-id: http://gyp.g...
de15c1afebfaa3577368a0636c547b48b0b98812 authored almost 14 years ago
This will allow us to use the flag in some build configurations of Chrome.
Review URL: http://co...
BUG=None
TEST=None
[email protected]
Review URL: http://codereview.chromium.org/6837002
git-s...
56f0c4f502536b336a5042dc4f92cf04a32ecb52 authored almost 14 years agoThis never landed in chrome successfully (got backed out, probably
misattribution).
It was an eme...
Fixing mistakes in buildbot config so it actually works on the bots.
BUG=None
TEST=None
TBR=jean...
BUG=None
TEST=None
[email protected]
Review URL: http://codereview.chromium.org/6760031
gi...
58cc35306d7904897b43f82f85ab70b000f92988 authored almost 14 years agoon the buildbot.
This will let of change the gyp waterfall with in project changes.
BUG=None
TES...
intermittent failures on the waterfall.
TBR=jeanluc
Review URL: http://codereview.chromium.org/6...
BUG=0
Review URL: http://codereview.chromium.org/6694045
git-svn-id: http://gyp.googlecode.com/...
41dca0bc90aca0bb8371e20eb8684ef111842987 authored almost 14 years ago
BUG=96
TEST=Run all the unit tests
Review URL: http://codereview.chromium.org/6733035
git-svn-i...
c55f9ca139f2900a3e612c892b4276ed4652328b authored almost 14 years ago
BUG=96
TEST=Run the Gyp unit tests. Generate, compile, and run Chrome.
Review URL: http://coder...
Review URL: http://codereview.chromium.org/6709043
git-svn-id: http://gyp.googlecode.com/svn/tru...
9433b6745fa5194c2cc46eeb1c1df7d6ee9fd7ed authored almost 14 years ago
BUG=96
Review URL: http://codereview.chromium.org/6652012
git-svn-id: http://gyp.googlecode.com...
5bce957d541bf63c1a373061415e737f9cc8fb88 authored almost 14 years ago
This time using crlf in place of && so merged actions work on xp
with webkit.
Tests enhanced to...
779d9d4c7ae8ccc2a2805094b6eb130c4d03cfd7 authored almost 14 years agohttp://codereview.chromium.org/6629001/
git-svn-id: http://gyp.googlecode.com/svn/trunk@900 78c...
5afb65e00e744a6be2a307cb9090dc13d122ed3e authored almost 14 years agois not relative. Static libraries (i.e., .a files) are translated into a
-l<name> flag, so a corr...
into the PrivateHeaders folder in a Mac Framework.
Patch by Adam Barth <[email protected]>.
R...
29f8e2ce4be5527f72745c7345e7b48b090630cc authored almost 14 years agoCollapse actions attached to the same files in msvs into a single
custom build step.
Switched to...
1f5ce07c1c811f17a086311fbf70c876cb54905f authored almost 14 years agoListing small tests explicitly rather than globbing so that missing
tests are detected.
BUG=None...
7ed57f6115b7780a742a555d6334bf50eb809a03 authored almost 14 years agoThe function is similar to 'mac_bundle_resources' (which is itself similar to
'sources').
BUG=no...
c5ff18b9991ffd97d70e296ff3e042c25ed9879d authored almost 14 years ago
This is a new feature in gold, so we rely on a system test
to enable it.
Review URL: http://code...
1) Add a "system_test" module to gyp for running tests against
the current system.
2) Use thi...
This enables this test to pass for win32 and win64.
BUG=gyp120
TEST=None
Review URL: http://cod...
0a3a28fb25e51572e6dd6c5d0f0b6d63da28e57f authored about 14 years ago
BUG=http://code.google.com/p/gyp/issues/detail?id=176
TEST=None
Review URL: http://codereview....
beef34e881ae5609ac4bd45d62ff7c04c7c39c1f authored about 14 years agoconfiguration. input.py handles this by allays offering a Default
configuration even if the .gyp ...
BUG=96
TEST=none
git-svn-id: http://gyp.googlecode.com/svn/trunk@889 78cadc50-ecff-11dd-a971-7...
41dd002306f74e783be25c1c95e2ee13435b1ea2 authored about 14 years ago
BUG=96
TEST=This is the test.
Review URL: http://codereview.chromium.org/6490019
git-svn-id: h...
56d68cec111b16a8997dd91d912c9eac534d7d71 authored about 14 years agogenerator and have CC set to something that includes an argument.
Review URL: http://codereview.c...
BUG=96
TEST=easy_xml_test.py
Review URL: http://codereview.chromium.org/6469001
git-svn-id: ht...
19a62ddcd582de419ecea5a551ff94ef038af5ca authored about 14 years ago
BUG=96
TEST=Make a full build.
Review URL: http://codereview.chromium.org/6482019
git-svn-id: ...
67e7dafce843c1d49b179d7ca3e5146f0ce2fc4a authored about 14 years ago
1) Add a "system_test" module to gyp for running tests against
the current system.
2) Use thi...
There's no need to concatenate a bunch of strings and replace
a magic __underscored__ name; Pyth...
http://groups.google.com/group/gyp-developer/browse_thread/thread/30793d0f6bb13907
http://group...
07cf2eb55976ad9dfcc35f2be7efe82556c65f8f authored about 14 years agothird_party/WebKit/Source/WebCore/WebCore.gyp/WebCore.gyp:webcore_svg
is running before libwebcor...
Adding test related to issue 44.
BUG=gyp44
BUG=gyp32
TEST=actions-multiple
Review URL: http://...
79c12f478443a3cb3042efc17e41458c1b5a189f authored about 14 years agoBUG=70043
Review URL: http://codereview.chromium.org/6297009
git-svn-id: http://gyp.googlecode...
4c78b8e1af2fc5f7a19d6e960277f7bae1d8753f authored about 14 years ago
BUG=96
TEST=python gyptest.py -a
git-svn-id: http://gyp.googlecode.com/svn/trunk@878 78cadc50...
a64f7dcadb23b8f9538ce9822594e604d883bc0f authored about 14 years agoproject.
BUG=none
TEST=none
Review URL: http://codereview.chromium.org/6296002
git-svn-id: http...
bc09226aa146f71557f6f22ed54fe21f9dd9ff6b authored about 14 years ago
BUG=96
TEST=None
Review URL: http://codereview.chromium.org/6233002
git-svn-id: http://gyp.goo...
db88556b8d40b512fbadaed5ecadefd40de29a40 authored about 14 years ago
BUG=96
TEST=Compare the .vcproj files generated for Chrome before and after the change. Run the...
BUG=96
TEST=Run it across Chrome and see that it generates relevant warnings. More automated te...
(When process_outputs_as_sources is true.)
BUG=gyp:102
Review URL: http://codereview.chromium.o...
Patch by Ahmad Sharif <[email protected]>.
Review URL: http://codereview.chromium.org/591700...
9f9d0be98ead83b8b1c5be8302c6fc56e57b285c authored about 14 years ago
BUG=none
TEST=none
Review URL: http://codereview.chromium.org/5670002
git-svn-id: http://gyp.go...
731b434223c7b3cf8e03d1e40bb4ad513f786871 authored about 14 years ago
BUG=96
TEST=Run gyptest.py. Generate the Chrome projects and check that no .vcproj nor .sln hav...
git-svn-id: http://gyp.googlecode.com/svn/trunk@869 78cadc50-ecff-11dd-a971-7dbc132099af
26dc0450342eb6a7d2b0796a856ceca2cd2078fa authored about 14 years agoSome compiler versions seem to choke on these.
BUG=None
TEST=None
Review URL: http://codereview...
3ffbcc2c4c3b593c1a481786b62e56c91328d49a authored about 14 years agoAdding an error message for colliding target names.
Added a test case for target name collision.
...
BUG=None
TEST=None
Review URL: http://codereview.chromium.org/5772005
git-svn-id: http://gyp....
dd31244ab66cb04c93bd3139386d10bf928502a3 authored about 14 years ago
BUG=169
TEST=pyton gyptest.py test/copies-link/gyptest-copies-link.py
Review URL: http://codere...
d057f999f5fbce08b19f8ee31a7eb7ef4541b29f authored about 14 years agoBUG=168
TEST=Run python gyptest.py test/exclusion/gyptest-exclusion.py
Review URL: http://codere...
23ea662defd48c57e38e9ee73adfe413809cc720 authored about 14 years ago
See http://www.python.org/dev/peps/pep-0343/ which describes
the with statement.
Review URL: htt...
out of the source tree).
BUG=None
TEST=None
TBR=sgk
Review URL: http://codereview.chromium.org/...
31d882eb7f20afee81ab563e527f669b99c56e57 authored about 14 years agogit-svn-id: http://gyp.googlecode.com/svn/trunk@861 78cadc50-ecff-11dd-a971-7dbc132099af
f21d7ce8208cf919533f5d6e04fed6923c2df106 authored about 14 years ago echo the mkdir so cut down on output to sort through.
Quote the output paths and remove the tod...