Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1105)

Side by Side Diff: DEPS

Issue 156333002: Enable icu_use_data_file_flag on Android (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebased Created 6 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « no previous file | android_webview/android_webview_tests.gypi » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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 82 matching lines...) Expand 10 before | Expand all | Expand 10 after
93 93
94 "src/third_party/WebKit/LayoutTests/w3c/web-platform-tests": 94 "src/third_party/WebKit/LayoutTests/w3c/web-platform-tests":
95 Var("chromium_git") + 95 Var("chromium_git") +
96 "/external/w3c/web-platform-tests.git@ac4322a338be82b3d8b722917d6d3d057c0a3f 6a", 96 "/external/w3c/web-platform-tests.git@ac4322a338be82b3d8b722917d6d3d057c0a3f 6a",
97 97
98 "src/third_party/WebKit/LayoutTests/w3c/csswg-test": 98 "src/third_party/WebKit/LayoutTests/w3c/csswg-test":
99 Var("chromium_git") + 99 Var("chromium_git") +
100 "/external/w3c/csswg-test.git@8c415e3215a203fa3a22dbdd1799279fdf44c81e", 100 "/external/w3c/csswg-test.git@8c415e3215a203fa3a22dbdd1799279fdf44c81e",
101 101
102 "src/third_party/icu": 102 "src/third_party/icu":
103 "/trunk/deps/third_party/icu46@246118", 103 "/trunk/deps/third_party/icu46@249466",
104 104
105 "src/third_party/libexif/sources": 105 "src/third_party/libexif/sources":
106 "/trunk/deps/third_party/libexif/sources@146817", 106 "/trunk/deps/third_party/libexif/sources@146817",
107 107
108 "src/third_party/hunspell": 108 "src/third_party/hunspell":
109 "/trunk/deps/third_party/hunspell@206172", 109 "/trunk/deps/third_party/hunspell@206172",
110 110
111 "src/third_party/hunspell_dictionaries": 111 "src/third_party/hunspell_dictionaries":
112 "/trunk/deps/third_party/hunspell_dictionaries@193701", 112 "/trunk/deps/third_party/hunspell_dictionaries@193701",
113 113
(...skipping 643 matching lines...) Expand 10 before | Expand all | Expand 10 after
757 "-s", "src/build/linux/bin/eu-strip.sha1", 757 "-s", "src/build/linux/bin/eu-strip.sha1",
758 ], 758 ],
759 }, 759 },
760 { 760 {
761 # A change to a .gyp, .gypi, or to GYP itself should run the generator. 761 # A change to a .gyp, .gypi, or to GYP itself should run the generator.
762 "name": "gyp", 762 "name": "gyp",
763 "pattern": ".", 763 "pattern": ".",
764 "action": ["python", "src/build/gyp_chromium"], 764 "action": ["python", "src/build/gyp_chromium"],
765 }, 765 },
766 ] 766 ]
OLDNEW
« no previous file with comments | « no previous file | android_webview/android_webview_tests.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698