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

Unified Diff: components/invalidation/impl/BUILD.gn

Issue 1725583002: Work in progress to make //ios/chrome/browser build again in GN. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@remove_ios_hack_2
Patch Set: Created 4 years, 10 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 | « components/autofill/core/browser/BUILD.gn ('k') | ios/chrome/app/resources/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/invalidation/impl/BUILD.gn
diff --git a/components/invalidation/impl/BUILD.gn b/components/invalidation/impl/BUILD.gn
index bbbd4f296059b10165cc5a5144b60f54f5c66e81..2e10ac66044b9f06a0bd35e4beb0e533b3ec32bf 100644
--- a/components/invalidation/impl/BUILD.gn
+++ b/components/invalidation/impl/BUILD.gn
@@ -46,7 +46,8 @@ source_set("impl") {
"//components/prefs",
"//components/signin/core/browser",
"//google_apis",
- "//jingle:notifier",
+
+ #"//jingle:notifier",
"//net:net",
# TODO(sync): Remove this (http://crbug.com/133352);
@@ -171,7 +172,8 @@ static_library("test_support") {
public_deps = [
":impl",
- "//jingle:notifier_test_util",
+
+ #"//jingle:notifier_test_util",
"//third_party/cacheinvalidation",
]
deps = [
@@ -181,7 +183,8 @@ static_library("test_support") {
"//components/signin/core/browser:test_support",
"//google_apis",
"//google_apis:test_support",
- "//jingle:notifier",
+
+ #"//jingle:notifier",
"//net",
"//testing/gmock",
"//testing/gtest",
« no previous file with comments | « components/autofill/core/browser/BUILD.gn ('k') | ios/chrome/app/resources/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698