OLD | NEW |
1 # This file is automatically processed to create .DEPS.git which is the file | 1 # This file is automatically processed to create .DEPS.git which is the file |
2 # that gclient uses under git. | 2 # that gclient uses under git. |
3 # | 3 # |
4 # See http://code.google.com/p/chromium/wiki/UsingGit | 4 # See http://code.google.com/p/chromium/wiki/UsingGit |
5 # | 5 # |
6 # To test manually, run: | 6 # To test manually, run: |
7 # python tools/deps2git/deps2git.py -o .DEPS.git | 7 # python tools/deps2git/deps2git.py -o .DEPS.git |
8 # gclient runhooks | 8 # gclient runhooks |
9 # DO NOT CHECK IN CHANGES TO .DEPS.git. It will be automatically updated by | 9 # DO NOT CHECK IN CHANGES TO .DEPS.git. It will be automatically updated by |
10 # a bot when you modify this one. | 10 # a bot when you modify this one. |
(...skipping 344 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
355 (Var("nacl_trunk") + "/deps/third_party/mingw-w64/mingw/bin@" + | 355 (Var("nacl_trunk") + "/deps/third_party/mingw-w64/mingw/bin@" + |
356 Var("nacl_tools_revision")), | 356 Var("nacl_tools_revision")), |
357 | 357 |
358 # Dependencies used by libjpeg-turbo | 358 # Dependencies used by libjpeg-turbo |
359 "src/third_party/yasm/binaries": | 359 "src/third_party/yasm/binaries": |
360 "/trunk/deps/third_party/yasm/binaries@154708", | 360 "/trunk/deps/third_party/yasm/binaries@154708", |
361 | 361 |
362 # Binary level profile guided optimizations. This points to the | 362 # Binary level profile guided optimizations. This points to the |
363 # latest release binaries for the toolchain. | 363 # latest release binaries for the toolchain. |
364 "src/third_party/syzygy/binaries": | 364 "src/third_party/syzygy/binaries": |
365 (Var("googlecode_url") % "sawbuck") + "/trunk/syzygy/binaries@2058", | 365 (Var("googlecode_url") % "sawbuck") + "/trunk/syzygy/binaries@2134", |
366 | 366 |
367 # Binaries for nacl sdk. | 367 # Binaries for nacl sdk. |
368 "src/third_party/nacl_sdk_binaries": | 368 "src/third_party/nacl_sdk_binaries": |
369 "/trunk/deps/third_party/nacl_sdk_binaries@111576", | 369 "/trunk/deps/third_party/nacl_sdk_binaries@111576", |
370 }, | 370 }, |
371 "ios": { | 371 "ios": { |
372 "src/third_party/google_toolbox_for_mac/src": | 372 "src/third_party/google_toolbox_for_mac/src": |
373 (Var("googlecode_url") % "google-toolbox-for-mac") + "/trunk@" + | 373 (Var("googlecode_url") % "google-toolbox-for-mac") + "/trunk@" + |
374 Var("google_toolbox_for_mac_revision"), | 374 Var("google_toolbox_for_mac_revision"), |
375 | 375 |
(...skipping 380 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
756 "-s", "src/build/linux/bin/eu-strip.sha1", | 756 "-s", "src/build/linux/bin/eu-strip.sha1", |
757 ], | 757 ], |
758 }, | 758 }, |
759 { | 759 { |
760 # A change to a .gyp, .gypi, or to GYP itself should run the generator. | 760 # A change to a .gyp, .gypi, or to GYP itself should run the generator. |
761 "name": "gyp", | 761 "name": "gyp", |
762 "pattern": ".", | 762 "pattern": ".", |
763 "action": ["python", "src/build/gyp_chromium"], | 763 "action": ["python", "src/build/gyp_chromium"], |
764 }, | 764 }, |
765 ] | 765 ] |
OLD | NEW |