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 81 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
92 | 92 |
93 "src/third_party/WebKit/LayoutTests/w3c/web-platform-tests": | 93 "src/third_party/WebKit/LayoutTests/w3c/web-platform-tests": |
94 Var("chromium_git") + | 94 Var("chromium_git") + |
95 "/external/w3c/web-platform-tests.git@ac4322a338be82b3d8b722917d6d3d057c0a3f
6a", | 95 "/external/w3c/web-platform-tests.git@ac4322a338be82b3d8b722917d6d3d057c0a3f
6a", |
96 | 96 |
97 "src/third_party/WebKit/LayoutTests/w3c/csswg-test": | 97 "src/third_party/WebKit/LayoutTests/w3c/csswg-test": |
98 Var("chromium_git") + | 98 Var("chromium_git") + |
99 "/external/w3c/csswg-test.git@8c415e3215a203fa3a22dbdd1799279fdf44c81e", | 99 "/external/w3c/csswg-test.git@8c415e3215a203fa3a22dbdd1799279fdf44c81e", |
100 | 100 |
101 "src/third_party/icu": | 101 "src/third_party/icu": |
102 "/trunk/deps/third_party/icu46@246118", | 102 "/trunk/deps/third_party/icu46@249466", |
103 | 103 |
104 "src/third_party/libexif/sources": | 104 "src/third_party/libexif/sources": |
105 "/trunk/deps/third_party/libexif/sources@146817", | 105 "/trunk/deps/third_party/libexif/sources@146817", |
106 | 106 |
107 "src/third_party/hunspell": | 107 "src/third_party/hunspell": |
108 "/trunk/deps/third_party/hunspell@206172", | 108 "/trunk/deps/third_party/hunspell@206172", |
109 | 109 |
110 "src/third_party/hunspell_dictionaries": | 110 "src/third_party/hunspell_dictionaries": |
111 "/trunk/deps/third_party/hunspell_dictionaries@193701", | 111 "/trunk/deps/third_party/hunspell_dictionaries@193701", |
112 | 112 |
(...skipping 640 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
753 "-s", "src/build/linux/bin/eu-strip.sha1", | 753 "-s", "src/build/linux/bin/eu-strip.sha1", |
754 ], | 754 ], |
755 }, | 755 }, |
756 { | 756 { |
757 # A change to a .gyp, .gypi, or to GYP itself should run the generator. | 757 # A change to a .gyp, .gypi, or to GYP itself should run the generator. |
758 "name": "gyp", | 758 "name": "gyp", |
759 "pattern": ".", | 759 "pattern": ".", |
760 "action": ["python", "src/build/gyp_chromium"], | 760 "action": ["python", "src/build/gyp_chromium"], |
761 }, | 761 }, |
762 ] | 762 ] |
OLD | NEW |