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

Side by Side Diff: trunk/src/DEPS

Issue 183863005: Revert 253938 "Enable icu_use_data_file_flag on Android" (Closed) Base URL: svn://svn.chromium.org/chrome/
Patch Set: 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 | trunk/src/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 81 matching lines...) Expand 10 before | Expand all | Expand 10 after
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@249466", 102 "/trunk/deps/third_party/icu46@246118",
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 639 matching lines...) Expand 10 before | Expand all | Expand 10 after
752 "-s", "src/build/linux/bin/eu-strip.sha1", 752 "-s", "src/build/linux/bin/eu-strip.sha1",
753 ], 753 ],
754 }, 754 },
755 { 755 {
756 # A change to a .gyp, .gypi, or to GYP itself should run the generator. 756 # A change to a .gyp, .gypi, or to GYP itself should run the generator.
757 "name": "gyp", 757 "name": "gyp",
758 "pattern": ".", 758 "pattern": ".",
759 "action": ["python", "src/build/gyp_chromium"], 759 "action": ["python", "src/build/gyp_chromium"],
760 }, 760 },
761 ] 761 ]
OLDNEW
« no previous file with comments | « no previous file | trunk/src/android_webview/android_webview_tests.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698