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

Unified Diff: google_apis/BUILD.gn

Issue 301973009: Add browser-global GCMDriver (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 7 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
Index: google_apis/BUILD.gn
diff --git a/google_apis/BUILD.gn b/google_apis/BUILD.gn
index 6dbeab100394254a04e55b5fdc0eb25c7c4c5f83..53e47edf002df29c892f3bdc1904a17d2f2a1a12 100644
--- a/google_apis/BUILD.gn
+++ b/google_apis/BUILD.gn
@@ -109,6 +109,8 @@ source_set("google_apis") {
"drive/task_util.h",
"drive/time_util.cc",
"drive/time_util.h",
+ "gaia/dummy_identity_provider.cc",
+ "gaia/dummy_identity_provider.h",
"gaia/gaia_auth_consumer.cc",
"gaia/gaia_auth_consumer.h",
"gaia/gaia_auth_fetcher.cc",
@@ -167,6 +169,13 @@ source_set("google_apis") {
} else {
sources += [ "cup/client_update_protocol_nss.cc" ]
}
+
+ if (is_chromeos) {
+ sources -= [
+ "gaia/dummy_identity_provider.cc",
+ "gaia/dummy_identity_provider.h",
+ ]
+ }
}
source_set("test_support") {

Powered by Google App Engine
This is Rietveld 408576698