Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/bincrafters/gyp

[OBSOLETE] USE https://github.com/refack/GYP INSTEAD! (fork of https://chromium.googlesource.com/external/gyp with Python 3 support)
https://github.com/bincrafters/gyp

Add support for a 'scons_remove' setting to provide a way to remove

$CXXFLAGS elements (specifically -Werror) that are set by the global
defaults.
Review URL: http:/...

92ad1826e0a5417a65edae3e5e5658e2bd46cfc1 authored over 15 years ago by [email protected] <[email protected]@78cadc50-ecff-11dd-a971-7dbc132099af>
Add suppress_wildcard to exclude targets from dependency wildcard expansion.

Review URL: http://codereview.chromium.org/40126

git-svn-id: http://gyp.googlecode.com/svn/trunk...

b990bbea56c0e8e5b7fe09715d74e6c40fdcdcca authored over 15 years ago by [email protected] <[email protected]@78cadc50-ecff-11dd-a971-7dbc132099af>
Add gypsh, a Python-like shell implemented as a pseudo-generator.

Review URL: http://codereview.chromium.org/40098

git-svn-id: http://gyp.googlecode.com/svn/trunk...

216f330524c78c854c66d131d94695b46e0682ac authored over 15 years ago by [email protected] <[email protected]@78cadc50-ecff-11dd-a971-7dbc132099af>
Handle variable expansions within conditional sections.

git-svn-id: http://gyp.googlecode.com/svn/trunk@345 78cadc50-ecff-11dd-a971-7dbc132099af

03b866879a2f322cabffa4629e15e491d0771a45 authored over 15 years ago by [email protected] <[email protected]@78cadc50-ecff-11dd-a971-7dbc132099af>
Remove the support for a special-purpose 'resource' type that re-used

the existing SCons infrastructure in GRIT itself. This is now going
to be configured in the .gyp...

385cef090554dcc0188630d584586ab3a703404c authored over 15 years ago by [email protected] <[email protected]@78cadc50-ecff-11dd-a971-7dbc132099af>
Set svn:ignore for .pyc and .pyo files.

git-svn-id: http://gyp.googlecode.com/svn/trunk@341 78cadc50-ecff-11dd-a971-7dbc132099af

e346b9d93f01f5a7a2d0c3335c255a74546bd38d authored over 15 years ago by [email protected] <[email protected]@78cadc50-ecff-11dd-a971-7dbc132099af>
Use hashlib if available, fall back to sha otherwise.

git-svn-id: http://gyp.googlecode.com/svn/trunk@340 78cadc50-ecff-11dd-a971-7dbc132099af

e56e30cca1f851235e2a569ff6e9199e656096c2 authored over 15 years ago by [email protected] <[email protected]@78cadc50-ecff-11dd-a971-7dbc132099af>
Removed msvs_system_libraries syntax, in preference to using -l for includes assumed to be in the library path.

Review URL: http://codereview.chromium.org/28348

git-svn-id: http://gyp.googlecode.com/svn/trun...

83749059f1085dbe1c250739f8fa1cebe46b47bb authored over 15 years ago by [email protected] <[email protected]@78cadc50-ecff-11dd-a971-7dbc132099af>
Add "copies", mapped in the Xcode generator to PBXCopyFilesBuildPhase.

Review URL: http://codereview.chromium.org/28333

git-svn-id: http://gyp.googlecode.com/svn/trunk...

660f956666798a1d732cc612d2adbaeac4fe3b14 authored over 15 years ago by [email protected] <[email protected]@78cadc50-ecff-11dd-a971-7dbc132099af>
Fixed mis-generation of outputs from rules on windows.

git-svn-id: http://gyp.googlecode.com/svn/trunk@337 78cadc50-ecff-11dd-a971-7dbc132099af

8fb7ffdff8ed2534695101a8ec0c467f515542b2 authored over 15 years ago by [email protected] <[email protected]@78cadc50-ecff-11dd-a971-7dbc132099af>
Fix r335.

git-svn-id: http://gyp.googlecode.com/svn/trunk@336 78cadc50-ecff-11dd-a971-7dbc132099af

e6c8e786cf8e3a3b769a96979186a9c54c771e44 authored over 15 years ago by [email protected] <[email protected]@78cadc50-ecff-11dd-a971-7dbc132099af>
Eliminate dependency on hashlib, use sha instead for Python 2.4 support.

Review URL: http://codereview.chromium.org/27335

git-svn-id: http://gyp.googlecode.com/svn/trunk...

5435770082ca20c77b083f66cbc22c23a3718fe3 authored over 15 years ago by [email protected] <[email protected]@78cadc50-ecff-11dd-a971-7dbc132099af>
Stop appending _gyp to the name of generated Xcode projects.

Review URL: http://codereview.chromium.org/27319

git-svn-id: http://gyp.googlecode.com/svn/trunk...

40a44668e6a551919713f058d3c2002c3308efdc authored over 15 years ago by [email protected] <[email protected]@78cadc50-ecff-11dd-a971-7dbc132099af>
Add gyp_dogfood wrapper to allow GYP to run from a gclient DEPS hook on Macs

without interfering with other platforms.
Review URL: http://codereview.chromium.org/27308

git-s...

048ef484b8c60ace2b4b0833ea0cd5003d196778 authored over 15 years ago by [email protected] <[email protected]@78cadc50-ecff-11dd-a971-7dbc132099af>
Snapshotting improvements in vstudio generator.

git-svn-id: http://gyp.googlecode.com/svn/trunk@332 78cadc50-ecff-11dd-a971-7dbc132099af

e81f6ce7273f7ecb6daeaccb9af893dd7244c6e8 authored over 15 years ago by [email protected] <[email protected]@78cadc50-ecff-11dd-a971-7dbc132099af>
Generate *_main.scons files as a wrapper for arbitrary collections of

*.scons files needed to build the various targets that a given component
defined in a *.gyp file ...

6f97116adcdccf08c5fcd90ecd035023fffcc069 authored over 15 years ago by [email protected] <[email protected]@78cadc50-ecff-11dd-a971-7dbc132099af>
Set "Build independent targets in parallel" on generated Xcode projects.

Review URL: http://codereview.chromium.org/27263

git-svn-id: http://gyp.googlecode.com/svn/trunk...

96f9b1cc4ed20262839d012a6ae854347a8f597b authored over 15 years ago by [email protected] <[email protected]@78cadc50-ecff-11dd-a971-7dbc132099af>
Add process_outputs_as_mac_bundle_resources.

git-svn-id: http://gyp.googlecode.com/svn/trunk@329 78cadc50-ecff-11dd-a971-7dbc132099af

3a3f1240c04c2a5120052b87646514f562bd88ec authored over 15 years ago by [email protected] <[email protected]@78cadc50-ecff-11dd-a971-7dbc132099af>
Add printing.gyp and hunspell.gyp to the list of .gyp files.

git-svn-id: http://gyp.googlecode.com/svn/trunk@328 78cadc50-ecff-11dd-a971-7dbc132099af

ecefc6f1ed2da8765151ed024b9a59021b94f2bb authored over 15 years ago by [email protected] <[email protected]@78cadc50-ecff-11dd-a971-7dbc132099af>
Add mappings for extensions used by hunspell source.

git-svn-id: http://gyp.googlecode.com/svn/trunk@327 78cadc50-ecff-11dd-a971-7dbc132099af

1cb8ccdc9dadd727394f1b81ddcaa98b8ec34c69 authored over 15 years ago by [email protected] <[email protected]@78cadc50-ecff-11dd-a971-7dbc132099af>
Experimental singleton/duplicate removal in list merging.

git-svn-id: http://gyp.googlecode.com/svn/trunk@326 78cadc50-ecff-11dd-a971-7dbc132099af

592fe0b29e1d62ae19bf49aace30a2b3541f825a authored over 15 years ago by [email protected] <[email protected]@78cadc50-ecff-11dd-a971-7dbc132099af>
Dump samples, they're part of the Chromium tree as of Chromium r10380. I'm

retaining the samples script as the list of all .gyp files, which I use for
other purposes.

git...

6abdc3caf44cb2ebaeeb83302af07cc3a22ad73a authored over 15 years ago by [email protected] <[email protected]@78cadc50-ecff-11dd-a971-7dbc132099af>
Update chrome.gyp through Chromium r10377.

git-svn-id: http://gyp.googlecode.com/svn/trunk@324 78cadc50-ecff-11dd-a971-7dbc132099af

14703966cf018c454c5187c138b0958a1b61ff5a authored over 15 years ago by [email protected] <[email protected]@78cadc50-ecff-11dd-a971-7dbc132099af>
Prepare v8.gyp for its temporary home.

git-svn-id: http://gyp.googlecode.com/svn/trunk@323 78cadc50-ecff-11dd-a971-7dbc132099af

2c962343d709042fc0b0b94be9baf6c223b2cbcc authored over 15 years ago by [email protected] <[email protected]@78cadc50-ecff-11dd-a971-7dbc132099af>
Prepare googleurl.gyp for its temporary home.

git-svn-id: http://gyp.googlecode.com/svn/trunk@322 78cadc50-ecff-11dd-a971-7dbc132099af

8d02884d1515a0c3cd7b85fe9508dd3d136cb0b3 authored over 15 years ago by [email protected] <[email protected]@78cadc50-ecff-11dd-a971-7dbc132099af>
Add -Wno-multichar (for the benefit of BMPImageDecoder.cpp).

Webkit now builds on Linux with .gyp-generated SCons files.

git-svn-id: http://gyp.googlecode.c...

85cb361aa3e38f1ca79e60c5cbd736e4e2215f44 authored over 15 years ago by [email protected] <[email protected]@78cadc50-ecff-11dd-a971-7dbc132099af>
Don't build the "Run All Tests" target until it's certain that all of its

would-be dependency test runner targets exist.

git-svn-id: http://gyp.googlecode.com/svn/trunk@...

0652ae9b86c7a3ede25695d8cc77d07ac448b40e authored over 15 years ago by [email protected] <[email protected]@78cadc50-ecff-11dd-a971-7dbc132099af>
Generate HTMLEntityNames.c and CSSValueKeywords.h in SHARED_INTERMEDIATE_DIR

because glue's entity_map.cc and webview_impl.cc require access to them.

git-svn-id: http://gyp...

f625c6f29222f9d5638eca02049dd7d283a8de49 authored over 15 years ago by [email protected] <[email protected]@78cadc50-ecff-11dd-a971-7dbc132099af>
Bring chrome.gyp up to date with Chromium r10356.

git-svn-id: http://gyp.googlecode.com/svn/trunk@318 78cadc50-ecff-11dd-a971-7dbc132099af

e30e144e4d0ceb25c4ceaac8234e3e2c8e4a2b3d authored over 15 years ago by [email protected] <[email protected]@78cadc50-ecff-11dd-a971-7dbc132099af>
Exclude some files not yet ready for prime time.

git-svn-id: http://gyp.googlecode.com/svn/trunk@317 78cadc50-ecff-11dd-a971-7dbc132099af

398ba3cbe61ec3271abc0e39a1b59b9b40b21002 authored over 15 years ago by [email protected] <[email protected]@78cadc50-ecff-11dd-a971-7dbc132099af>
Add "postbuilds" section. Use this to support the "strip if needed" step in

the Chromium Mac build after linking applications and executables.

git-svn-id: http://gyp.googl...

6d246822bc38b8fb10f1b7b1e583e47f4babf765 authored over 15 years ago by [email protected] <[email protected]@78cadc50-ecff-11dd-a971-7dbc132099af>
Remove "print" statements from rule and action scripts.

git-svn-id: http://gyp.googlecode.com/svn/trunk@315 78cadc50-ecff-11dd-a971-7dbc132099af

66eaa5dfc80f1d2f10262f402200656949fb73da authored over 15 years ago by [email protected] <[email protected]@78cadc50-ecff-11dd-a971-7dbc132099af>
Add lice.

git-svn-id: http://gyp.googlecode.com/svn/trunk@314 78cadc50-ecff-11dd-a971-7dbc132099af

57c08d013f17ff87f4718a7618b33a3b5d40c4bc authored over 15 years ago by [email protected] <[email protected]@78cadc50-ecff-11dd-a971-7dbc132099af>
Remove empty.cc no longer needed after r311.

git-svn-id: http://gyp.googlecode.com/svn/trunk@313 78cadc50-ecff-11dd-a971-7dbc132099af

20b2dd345770856b0baa453dfdb6f9e3daa532fd authored over 15 years ago by [email protected] <[email protected]@78cadc50-ecff-11dd-a971-7dbc132099af>
Add "test" attribute for targets to declare that they're tests. Use this in

the Xcode generator to build test runner targets. Add a Chromium-specific
hacklet to provide the...

9cc2a902440738e239ff7a860ec4c4c226a9c056 authored over 15 years ago by [email protected] <[email protected]@78cadc50-ecff-11dd-a971-7dbc132099af>
Lift restriction on "sources" in "none" type targets. It should be permissible

to have sources that are inputs to rules, provided that there is nothing
actually compileable and...

214178acf38a426d7d58eeecd9278953d39ef04d authored over 15 years ago by [email protected] <[email protected]@78cadc50-ecff-11dd-a971-7dbc132099af>
Morning .gyp file updates to keep things in sync with Chromium.

git-svn-id: http://gyp.googlecode.com/svn/trunk@310 78cadc50-ecff-11dd-a971-7dbc132099af

2aeb375b55798af5e36a2ee0145f2e7d7923f8be authored over 15 years ago by [email protected] <[email protected]@78cadc50-ecff-11dd-a971-7dbc132099af>
Another drop of Makefile work.

It's got some ugly hacks, but I'm trying to not step on the scons build.
Now can build net_unitt...

566665e8b48bfd0b449acb2e7b55e6029422c85a authored over 15 years ago by [email protected] <[email protected]@78cadc50-ecff-11dd-a971-7dbc132099af>
Remove comment obsolete since r46.

git-svn-id: http://gyp.googlecode.com/svn/trunk@308 78cadc50-ecff-11dd-a971-7dbc132099af

6808116e7cbd924215092febca9558dc2d7b6311 authored over 15 years ago by [email protected] <[email protected]@78cadc50-ecff-11dd-a971-7dbc132099af>
Fix grit invocation after Chromium r10306. grit now puts its generated

headers in a grit directory on its own and does not need to be told to use
a grit directory. The...

e3612499c72bdc4a743666de94fa95301625d0e2 authored over 15 years ago by [email protected] <[email protected]@78cadc50-ecff-11dd-a971-7dbc132099af>
More incremental improvement on the msvs generator.

Some changes to the python scripts, to avoid stray \r on windows.

git-svn-id: http://gyp.google...

0af45e0854ad7ff549280d7b340f71bdf4a25290 authored over 15 years ago by [email protected] <[email protected]@78cadc50-ecff-11dd-a971-7dbc132099af>
Remove limitations on listing cached included files in generated included_files

sections.

git-svn-id: http://gyp.googlecode.com/svn/trunk@305 78cadc50-ecff-11dd-a971-7dbc132099af

025aeb660b04454c59a386f5b58a96057a4d02ca authored over 15 years ago by [email protected] <[email protected]@78cadc50-ecff-11dd-a971-7dbc132099af>
Move escaping quotes around "Linux i686" from webkit.gyp to the

SCons generator.

git-svn-id: http://gyp.googlecode.com/svn/trunk@304 78cadc50-ecff-11dd-a971-7d...

82ecae20b1589214ec0d341522784edaf34a019c authored over 15 years ago by [email protected] <[email protected]@78cadc50-ecff-11dd-a971-7dbc132099af>
Get webkit building (almost) on Linux with gyp-generated *.scons files:

Generator changes:
* Add SCons-appropriate RULE_INPUT_* variable settings.
* Add generation of c...

e693f0214a9a42e163db751e8dd98d1b1c4d70b9 authored over 15 years ago by [email protected] <[email protected]@78cadc50-ecff-11dd-a971-7dbc132099af>
Allow for "var%", which sets variable "var" only if it is not already set.

Make .gyp samples declare whether they're external or not by setting the
"chromium_code" variable...

ab3a0dd015f24e07c3f91ba1f28cfee4d27baaec authored over 15 years ago by [email protected] <[email protected]@78cadc50-ecff-11dd-a971-7dbc132099af>
Drop icudt38l_dat_linux.s sample now that it's part of the Chromium tree as

of r10305.

git-svn-id: http://gyp.googlecode.com/svn/trunk@301 78cadc50-ecff-11dd-a971-7dbc1320...

d9b6344b85948ac945e97105e17d3cb26850952d authored over 15 years ago by [email protected] <[email protected]@78cadc50-ecff-11dd-a971-7dbc132099af>
Un-exclude browser/bookmarks/bookmark_drag_data.cc for Chromium r10300.

git-svn-id: http://gyp.googlecode.com/svn/trunk@300 78cadc50-ecff-11dd-a971-7dbc132099af

fc56f611b5ae862c9c585a0d2acce760a1049206 authored over 15 years ago by [email protected] <[email protected]@78cadc50-ecff-11dd-a971-7dbc132099af>
webkit.gyp: Add files from Chromium r10283, which merged WebKit r41181.

chrome.gyp: Add ported file from r10293.

git-svn-id: http://gyp.googlecode.com/svn/trunk@299 78...

07080ba7ee55ad9be7e39939a56a1c3dde0b6fe4 authored over 15 years ago by [email protected] <[email protected]@78cadc50-ecff-11dd-a971-7dbc132099af>
Put file references to .gyp and .gypi files into a "Build" child group of the

main group.

git-svn-id: http://gyp.googlecode.com/svn/trunk@298 78cadc50-ecff-11dd-a971-7dbc132...

76977ee1c79c21bd612eb60de590cd263a0c08e4 authored over 15 years ago by [email protected] <[email protected]@78cadc50-ecff-11dd-a971-7dbc132099af>
Put included_files into each build file's dict to indicate what files were

included to contribute to the dict. In the Xcode generator, put these files
into the main group ...

2bafdca3c85166060506e2b06d393f735eb35747 authored over 15 years ago by [email protected] <[email protected]@78cadc50-ecff-11dd-a971-7dbc132099af>
Replace depth with DEPTH, a gyp-predefined variable. DEPTH will always be set

to a relative path from a .gyp file's directory to the directory given in the
--depth argument. ...

676305c32b799705b8dbe8fd00f4bafaad59a023 authored over 15 years ago by [email protected] <[email protected]@78cadc50-ecff-11dd-a971-7dbc132099af>
Make RelativePath work when both path arguments are identical.

git-svn-id: http://gyp.googlecode.com/svn/trunk@295 78cadc50-ecff-11dd-a971-7dbc132099af

eeccd9e5d515b046419a3e90115ba4ecafad632f authored over 15 years ago by [email protected] <[email protected]@78cadc50-ecff-11dd-a971-7dbc132099af>
Add a few new and previously-excluded files to chrome.gyp.

git-svn-id: http://gyp.googlecode.com/svn/trunk@294 78cadc50-ecff-11dd-a971-7dbc132099af

e1c13c158010c63210afe5053ce846a1e7e83feb authored over 15 years ago by [email protected] <[email protected]@78cadc50-ecff-11dd-a971-7dbc132099af>
Support wildcard dependencies of the form build_file:*. Add all.gyp, which

has a single "all" target that depends on everything else using this scheme.

git-svn-id: http:/...

3fde2488abc530fb8710d9e81cb8b19807572a84 authored over 15 years ago by [email protected] <[email protected]@78cadc50-ecff-11dd-a971-7dbc132099af>
Factor BuildTargetsDict and QualifyDependencies out into their own functions

instead of performing these actions as parts of Load and BuildDependencyList.

git-svn-id: http:...

d34126924ba7fe9a84c3f30783590960c3d30dd7 authored over 15 years ago by [email protected] <[email protected]@78cadc50-ecff-11dd-a971-7dbc132099af>
Bring the gyp-based Chromium build back into shape as of r10266.

- Add base/sys_info_mac.cc from Chromium r10265.
- Add net/base/effective_tld_names.cc from Chr...

07d47a83525b5ce38ff90c72fb67a293da5812a9 authored over 15 years ago by [email protected] <[email protected]@78cadc50-ecff-11dd-a971-7dbc132099af>
Add files from Chromium r10232, which merged WebKit r41149.

git-svn-id: http://gyp.googlecode.com/svn/trunk@289 78cadc50-ecff-11dd-a971-7dbc132099af

f0cdaa358156f630a979a0bcc8584c11c5716466 authored over 15 years ago by [email protected] <[email protected]@78cadc50-ecff-11dd-a971-7dbc132099af>
Use gyp.common.EncodePOSIXShellList instead of subprocess.list2cmdline in

the input module. This should be changed to use a generator-provided function
that can be (or wr...

09b318eb25c138b0099903522ceb7c12c8160f27 authored over 15 years ago by [email protected] <[email protected]@78cadc50-ecff-11dd-a971-7dbc132099af>
Double-quote a few more funny characters in EncodePOSIXShellArgument.

git-svn-id: http://gyp.googlecode.com/svn/trunk@287 78cadc50-ecff-11dd-a971-7dbc132099af

ada32f03ce7c5fdd53398cc0fb112049d252c5ed authored over 15 years ago by [email protected] <[email protected]@78cadc50-ecff-11dd-a971-7dbc132099af>
Improve EncodePOSIXShellArgument to catch more weird characters.

git-svn-id: http://gyp.googlecode.com/svn/trunk@286 78cadc50-ecff-11dd-a971-7dbc132099af

e757c99b5ca060877a8b00f0d3e7723e6462e71d authored over 15 years ago by [email protected] <[email protected]@78cadc50-ecff-11dd-a971-7dbc132099af>
Set svn:eol-style property on icudt38l_dat_linux.s.

git-svn-id: http://gyp.googlecode.com/svn/trunk@285 78cadc50-ecff-11dd-a971-7dbc132099af

81f5a8621543db6c0f760eb5ecd9c79b823d3e1a authored over 15 years ago by [email protected] <[email protected]@78cadc50-ecff-11dd-a971-7dbc132099af>
Add chrome.gyp:unit_tests, make it work on the Mac.

git-svn-id: http://gyp.googlecode.com/svn/trunk@284 78cadc50-ecff-11dd-a971-7dbc132099af

3b8536a4cc79fe483426c0236cf3e205c4684197 authored over 15 years ago by [email protected] <[email protected]@78cadc50-ecff-11dd-a971-7dbc132099af>
Bring up the Mac build all the way through Chromium.app (chrome.gyp:app).

git-svn-id: http://gyp.googlecode.com/svn/trunk@283 78cadc50-ecff-11dd-a971-7dbc132099af

925fa74eef65de98667c01d1c9df91cbbb9d36fc authored over 15 years ago by [email protected] <[email protected]@78cadc50-ecff-11dd-a971-7dbc132099af>
Add new file to base.gyp introduced in Chromium r9757.

git-svn-id: http://gyp.googlecode.com/svn/trunk@282 78cadc50-ecff-11dd-a971-7dbc132099af

fd2062e1589efcb68df88ce562ac5c0910966fa9 authored over 15 years ago by [email protected] <[email protected]@78cadc50-ecff-11dd-a971-7dbc132099af>
Build minizip portion of zlib on non-Windows.

git-svn-id: http://gyp.googlecode.com/svn/trunk@281 78cadc50-ecff-11dd-a971-7dbc132099af

81e253111508ffaa96ca86b0c6fc6a09d46ab883 authored over 15 years ago by [email protected] <[email protected]@78cadc50-ecff-11dd-a971-7dbc132099af>
Add media.gyp, including media and media_unittests.

git-svn-id: http://gyp.googlecode.com/svn/trunk@280 78cadc50-ecff-11dd-a971-7dbc132099af

ab773da890e47ba36f26964b86b18cddb9475508 authored over 15 years ago by [email protected] <[email protected]@78cadc50-ecff-11dd-a971-7dbc132099af>
Add ipc_tests and image_diff to chrome.gyp.

git-svn-id: http://gyp.googlecode.com/svn/trunk@279 78cadc50-ecff-11dd-a971-7dbc132099af

c4f1fddcb6d8f5803ae2f3003a173aa2e8b68a75 authored over 15 years ago by [email protected] <[email protected]@78cadc50-ecff-11dd-a971-7dbc132099af>
Add initial chrome.gyp capable of building common, browser, and renderer.

git-svn-id: http://gyp.googlecode.com/svn/trunk@278 78cadc50-ecff-11dd-a971-7dbc132099af

319d3c023a3deceaf03a4b8e51ebeb58c4e2a934 authored over 15 years ago by [email protected] <[email protected]@78cadc50-ecff-11dd-a971-7dbc132099af>
Get v8 building on Linux with .gyp-generated SConscript files.

Still somewhat grungy (too many SCons-specific idioms) in how we have to
reach back to the source...

79ea5ef516cb9995f39887d6237462abe4ae42fa authored over 15 years ago by [email protected] <[email protected]@78cadc50-ecff-11dd-a971-7dbc132099af>
Quick fix for action becoming a list.

Need to revisit this to do escaping right for windows.

git-svn-id: http://gyp.googlecode.com/s...

a220922893498fdb6058a09fb585e0bdfe483c65 authored over 15 years ago by [email protected] <[email protected]@78cadc50-ecff-11dd-a971-7dbc132099af>
"action" commands in "actions" and "rules" sections are now expressed as

lists instead of flat strings. For generators that need to transform these
lists into POSIX shel...

0be4796de4a43311feb4cca55725f685f5182581 authored over 15 years ago by [email protected] <[email protected]@78cadc50-ecff-11dd-a971-7dbc132099af>
Switching to more gyp like conventions in net_resources.

git-svn-id: http://gyp.googlecode.com/svn/trunk@274 78cadc50-ecff-11dd-a971-7dbc132099af

9d30371e7c9735d917108686a031605a511cd923 authored over 15 years ago by [email protected] <[email protected]@78cadc50-ecff-11dd-a971-7dbc132099af>
Basic Makefile setup based on Linux kernel Makefiles.

git-svn-id: http://gyp.googlecode.com/svn/trunk@273 78cadc50-ecff-11dd-a971-7dbc132099af

bca8da7375cb274c9a62c7cd5290a1e22552420d authored over 15 years ago by [email protected] <[email protected]@78cadc50-ecff-11dd-a971-7dbc132099af>
Removing unneeded include.

git-svn-id: http://gyp.googlecode.com/svn/trunk@272 78cadc50-ecff-11dd-a971-7dbc132099af

5cf6a90cf3f4d6e0c4f09b590cc57ce1cbe4fa9d authored over 15 years ago by [email protected] <[email protected]@78cadc50-ecff-11dd-a971-7dbc132099af>
More of test_shell linking under windows.

Problems remain with some of the generated files.
Breakpad needs to be built as well.

git-svn-...

c637ef9966c3078718a4be68828d492c59a289eb authored over 15 years ago by [email protected] <[email protected]@78cadc50-ecff-11dd-a971-7dbc132099af>
test_shell should output TestShell.app on the Mac.

git-svn-id: http://gyp.googlecode.com/svn/trunk@270 78cadc50-ecff-11dd-a971-7dbc132099af

143d19d1fcf60cb0113a86bfff6c8fa53480efd7 authored over 15 years ago by [email protected] <[email protected]@78cadc50-ecff-11dd-a971-7dbc132099af>
r269 brings the product_name keyword and sets product_name for some libraries

to the names they usually use. This takes care of the problem of the extra
"lib" in library name...

d7c127eea478f455f80c57a051cf43c0b9f1a605 authored over 15 years ago by [email protected] <[email protected]@78cadc50-ecff-11dd-a971-7dbc132099af>
Get rid of mac_localized_bundle_resources in favor of listing localized

resources directly in mac_localized_resources. Localized resources are chosen
by examining pathn...

5505a8bfaa00b6a3c024cad1077c10876c2a80de authored over 15 years ago by [email protected] <[email protected]@78cadc50-ecff-11dd-a971-7dbc132099af>
Adding extra includes for windows.

git-svn-id: http://gyp.googlecode.com/svn/trunk@267 78cadc50-ecff-11dd-a971-7dbc132099af

5f22dc863fb4e84a75d3994d91e3167780f08f9c authored over 15 years ago by [email protected] <[email protected]@78cadc50-ecff-11dd-a971-7dbc132099af>
Fixing up more include paths for windows.

git-svn-id: http://gyp.googlecode.com/svn/trunk@266 78cadc50-ecff-11dd-a971-7dbc132099af

bb36315da497bda72c6adacf29ceb4172ffd2c69 authored over 15 years ago by [email protected] <[email protected]@78cadc50-ecff-11dd-a971-7dbc132099af>
Fixing some include path issues and making several things gyp relative rather than use SolutionDir.

git-svn-id: http://gyp.googlecode.com/svn/trunk@265 78cadc50-ecff-11dd-a971-7dbc132099af

2083f49b3f1c312231bd3216b960b41f28134be5 authored over 15 years ago by [email protected] <[email protected]@78cadc50-ecff-11dd-a971-7dbc132099af>
Make webkit.gyp:webcore advertise icon resources in a mac_bundle_resources

section within link_settings rather than requiring bundled users of webcore
to list the icon reso...

612ea38f42854ae62e418b37295efd6c78022ebb authored over 15 years ago by [email protected] <[email protected]@78cadc50-ecff-11dd-a971-7dbc132099af>
Add support for localizations (variants) to the Xcode generator.

git-svn-id: http://gyp.googlecode.com/svn/trunk@263 78cadc50-ecff-11dd-a971-7dbc132099af

41b29907da6ab12d5f831de9e324ceac2302bd50 authored over 15 years ago by [email protected] <[email protected]@78cadc50-ecff-11dd-a971-7dbc132099af>
Catch up to build net on linux.

Added a linux net_resources target for the resource itself, and an
action for using tld_cleanup ...

c14aeba0c52db4f369b4e256404ab278352130c0 authored over 15 years ago by [email protected] <[email protected]@78cadc50-ecff-11dd-a971-7dbc132099af>
Allow INTERMEDIATE_DIR to be private to each individual target in v8.gyp.

git-svn-id: http://gyp.googlecode.com/svn/trunk@261 78cadc50-ecff-11dd-a971-7dbc132099af

b93bfdd28981dc209e4ff587f07896ead1679914 authored over 15 years ago by [email protected] <[email protected]@78cadc50-ecff-11dd-a971-7dbc132099af>
Add SHARED_INTERMEDIATE_DIR to gypd generator.

git-svn-id: http://gyp.googlecode.com/svn/trunk@260 78cadc50-ecff-11dd-a971-7dbc132099af

6de970f6ea88b0bbebf79983f4293e94ac17f9a7 authored over 15 years ago by [email protected] <[email protected]@78cadc50-ecff-11dd-a971-7dbc132099af>
Remove duplicate file from net.gyp.

git-svn-id: http://gyp.googlecode.com/svn/trunk@259 78cadc50-ecff-11dd-a971-7dbc132099af

867d8dacc6706132e58f5476436ef01a920f2501 authored over 15 years ago by [email protected] <[email protected]@78cadc50-ecff-11dd-a971-7dbc132099af>
Add more missing files to the gyp files.

Mark : This might break the Mac compile. how do you want/expect me
to test?

Review URL: http://...

c3a622330858ebeb3101f08202195e79336327fc authored over 15 years ago by [email protected] <[email protected]@78cadc50-ecff-11dd-a971-7dbc132099af>
Refactor webkit.gyp to reduce target proliferation, paving the way for making

INTERMEDIATE_DIR private to each individual target again, and reducing the
weird interdependent c...

7f5db5ccaadb3b469204da6e9c16c21e2d625cf3 authored over 15 years ago by [email protected] <[email protected]@78cadc50-ecff-11dd-a971-7dbc132099af>
Add a recursive flag to pretty_sln to also dump all the projects. Skip the icu projects because they are too differents. In the vcproj we display all paths with full paths instead, to be easier to diff

git-svn-id: http://gyp.googlecode.com/svn/trunk@256 78cadc50-ecff-11dd-a971-7dbc132099af

ff3b11917354598c00dd7bef08e851e3add8985c authored over 15 years ago by [email protected] <[email protected]@78cadc50-ecff-11dd-a971-7dbc132099af>
Fixing windows build breaks.

Fixing defines collapsing to handle ['FOO', 'BAR'] pairs.

git-svn-id: http://gyp.googlecode.co...

73340fa477933ed5340c640ab6344706c40d2760 authored over 15 years ago by [email protected] <[email protected]@78cadc50-ecff-11dd-a971-7dbc132099af>
Eliminate copying of npapi headers in webkit.gyp:jsconfig. This doesn't seem

to be necessary now that everyone who needs npapi depends on npapi.gyp (for
npapi.h and npruntime...

0006ba4d86652ec3b381378b9e48da68ef2c6c02 authored over 15 years ago by [email protected] <[email protected]@78cadc50-ecff-11dd-a971-7dbc132099af>
- Allow make_names and makeprop output files to be in different directories.

HTMLNames.h and CSSPropertyNames.h need to go into SHARED_INTERMEDIATE_DIR
so that other ta...

cb6f53f225b902a519e22f391e3907ea4acd8968 authored over 15 years ago by [email protected] <[email protected]@78cadc50-ecff-11dd-a971-7dbc132099af>
Move ssl_test_util.cc from net.gyp:net_unittests to net.gyp:net.

git-svn-id: http://gyp.googlecode.com/svn/trunk@252 78cadc50-ecff-11dd-a971-7dbc132099af

90ccc548e49f40000b6c208bb0683ababda070e1 authored over 15 years ago by [email protected] <[email protected]@78cadc50-ecff-11dd-a971-7dbc132099af>
Add test_shell.gyp:test_shell_tests. Move most test_shell files into a

library, test_shell_common, on which test_shell and test_shell_tests depends.
This eliminates the...

08d8994596f93bd86ec4e210afca1633849a24a4 authored over 15 years ago by [email protected] <[email protected]@78cadc50-ecff-11dd-a971-7dbc132099af>
Remove erroneous skia dependency from webkit.gyp:wtf.

git-svn-id: http://gyp.googlecode.com/svn/trunk@250 78cadc50-ecff-11dd-a971-7dbc132099af

efef13f9e3e7d4488c0764023423c73a93dd6d55 authored over 15 years ago by [email protected] <[email protected]@78cadc50-ecff-11dd-a971-7dbc132099af>
Make wtf use the config.h generated by v8_config as everything else uses

instead of the one in third_party/WebKit/JavaScriptCore. test_shell is now
usable.

git-svn-id:...

111514084fc924c7b56b6952890c6a822dbd3f06 authored over 15 years ago by [email protected] <[email protected]@78cadc50-ecff-11dd-a971-7dbc132099af>
Add support for Mac bundled resources. Localized resources aren't currently

supported, but that's coming. test_shell launches but tends to crash in wtf
when doing anything ...

df568f04a7a521e316155e3bda790ad664b18cb1 authored over 15 years ago by [email protected] <[email protected]@78cadc50-ecff-11dd-a971-7dbc132099af>
Make test_shell build as a bundled application on the Mac. This adds a new

"type" value for targets, "application". Most generators treat "application"
the same as "execut...

039cce6b8b595838ef17d3d92a8ced0e2f75471a authored over 15 years ago by [email protected] <[email protected]@78cadc50-ecff-11dd-a971-7dbc132099af>
Add a few more excluded files to the Mac WebCore build. test_shell now links

successfully.

git-svn-id: http://gyp.googlecode.com/svn/trunk@246 78cadc50-ecff-11dd-a971-7dbc1...

debafbc74c204c8958c4533d8f3b439d03806374 authored over 15 years ago by [email protected] <[email protected]@78cadc50-ecff-11dd-a971-7dbc132099af>