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

Unified Diff: DEPS

Issue 461323005: Create build target for libaddressinput android widget (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: adjust aosp whitelist Created 6 years, 4 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | android_webview/buildbot/deps_whitelist.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: DEPS
diff --git a/DEPS b/DEPS
index 9f451e495e54efa2ab90f1871dd7802f3dcdb260..ae304029bcca7e6d1ccfa5ecc73370d7e3628397 100644
--- a/DEPS
+++ b/DEPS
@@ -271,11 +271,8 @@ deps = {
"src/third_party/smhasher/src":
(Var("googlecode_url") % "smhasher") + "/trunk@152",
- "src/third_party/libaddressinput/src/cpp":
- (Var("googlecode_url") % "libaddressinput") + "/trunk/cpp@" +
- Var("libaddressinput_revision"),
- "src/third_party/libaddressinput/src/testdata":
- (Var("googlecode_url") % "libaddressinput") + "/trunk/testdata@" +
+ "src/third_party/libaddressinput/src":
+ (Var("googlecode_url") % "libaddressinput") + "/trunk@" +
Var("libaddressinput_revision"),
"src/third_party/libphonenumber/src/phonenumbers":
« no previous file with comments | « no previous file | android_webview/buildbot/deps_whitelist.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698