OLD | NEW |
1 # When adding a new dependency, please update the top-level .gitignore file | 1 # When adding a new dependency, please update the top-level .gitignore file |
2 # to list the dependency's destination directory. | 2 # to list the dependency's destination directory. |
3 | 3 |
4 vars = { | 4 vars = { |
5 # Use this googlecode_url variable only if there is an internal mirror for it. | 5 # Use this googlecode_url variable only if there is an internal mirror for it. |
6 # If you do not know, use the full path while defining your new deps entry. | 6 # If you do not know, use the full path while defining your new deps entry. |
7 "googlecode_url": "http://%s.googlecode.com/svn", | 7 "googlecode_url": "http://%s.googlecode.com/svn", |
8 "sourceforge_url": "http://%(repo)s.svn.sourceforge.net/svnroot/%(repo)s", | 8 "sourceforge_url": "http://%(repo)s.svn.sourceforge.net/svnroot/%(repo)s", |
9 "webkit_trunk": "http://svn.webkit.org/repository/webkit/trunk", | 9 "webkit_trunk": "http://svn.webkit.org/repository/webkit/trunk", |
10 "nacl_trunk": "http://src.chromium.org/native_client/trunk", | 10 "nacl_trunk": "http://src.chromium.org/native_client/trunk", |
(...skipping 343 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
354 "src/third_party/psyco_win32": | 354 "src/third_party/psyco_win32": |
355 "/trunk/deps/third_party/psyco_win32@79861", | 355 "/trunk/deps/third_party/psyco_win32@79861", |
356 | 356 |
357 "src/third_party/bison": | 357 "src/third_party/bison": |
358 "/trunk/deps/third_party/bison@147303", | 358 "/trunk/deps/third_party/bison@147303", |
359 | 359 |
360 "src/third_party/gperf": | 360 "src/third_party/gperf": |
361 "/trunk/deps/third_party/gperf@147304", | 361 "/trunk/deps/third_party/gperf@147304", |
362 | 362 |
363 "src/third_party/perl": | 363 "src/third_party/perl": |
364 "/trunk/deps/third_party/perl@147306", | 364 "/trunk/deps/third_party/perl@147900", |
365 | 365 |
366 "src/third_party/lighttpd": | 366 "src/third_party/lighttpd": |
367 "/trunk/deps/third_party/lighttpd@33727", | 367 "/trunk/deps/third_party/lighttpd@33727", |
368 | 368 |
369 # Chrome Frame related deps | 369 # Chrome Frame related deps |
370 "src/third_party/xulrunner-sdk": | 370 "src/third_party/xulrunner-sdk": |
371 "/trunk/deps/third_party/xulrunner-sdk@119756", | 371 "/trunk/deps/third_party/xulrunner-sdk@119756", |
372 "src/chrome_frame/tools/test/reference_build/chrome_win": | 372 "src/chrome_frame/tools/test/reference_build/chrome_win": |
373 "/trunk/deps/reference_builds/chrome_win@89574", | 373 "/trunk/deps/reference_builds/chrome_win@89574", |
374 | 374 |
(...skipping 189 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
564 "pattern": ".", | 564 "pattern": ".", |
565 "action": ["python", "src/build/util/lastchange.py", | 565 "action": ["python", "src/build/util/lastchange.py", |
566 "-o", "src/build/util/LASTCHANGE"], | 566 "-o", "src/build/util/LASTCHANGE"], |
567 }, | 567 }, |
568 { | 568 { |
569 # A change to a .gyp, .gypi, or to GYP itself should run the generator. | 569 # A change to a .gyp, .gypi, or to GYP itself should run the generator. |
570 "pattern": ".", | 570 "pattern": ".", |
571 "action": ["python", "src/build/gyp_chromium"], | 571 "action": ["python", "src/build/gyp_chromium"], |
572 }, | 572 }, |
573 ] | 573 ] |
OLD | NEW |