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

Unified Diff: google_apis/BUILD.gn

Issue 301973009: Add browser-global GCMDriver (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix build on Android. Created 6 years, 6 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 | « chrome/test/base/testing_browser_process.cc ('k') | google_apis/gaia/dummy_identity_provider.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: google_apis/BUILD.gn
diff --git a/google_apis/BUILD.gn b/google_apis/BUILD.gn
index 6dbeab100394254a04e55b5fdc0eb25c7c4c5f83..06877c702cd8a0c0a286c906d2913c408f51295a 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 || is_android) {
+ sources -= [
+ "gaia/dummy_identity_provider.cc",
+ "gaia/dummy_identity_provider.h",
+ ]
+ }
}
source_set("test_support") {
« no previous file with comments | « chrome/test/base/testing_browser_process.cc ('k') | google_apis/gaia/dummy_identity_provider.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698