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

Unified Diff: build/all.gyp

Issue 23684017: [GCM] Initial work to set up directory structure and introduce socket integration (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Final nits Created 7 years, 2 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 | google_apis/gcm/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/all.gyp
diff --git a/build/all.gyp b/build/all.gyp
index 32ad72a2cc33beb7426e71d8435b3fadb506c14e..3b4fe04d83a10ff4dba920b3d6929215937c4b7d 100644
--- a/build/all.gyp
+++ b/build/all.gyp
@@ -186,6 +186,11 @@
'../ui/app_list/app_list.gyp:*',
],
}],
+ ['OS!="android" and OS!="ios"', {
+ 'dependencies': [
+ '../google_apis/gcm/gcm.gyp:*',
+ ],
+ }],
],
}, # target_name: All
{
« no previous file with comments | « no previous file | google_apis/gcm/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698