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

Unified Diff: components/gcm_driver.gypi

Issue 331443004: GCMDriver.java should start the browser processes if necessary (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix checkdeps 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 | « build/android/findbugs_filter/findbugs_exclude.xml ('k') | components/gcm_driver/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/gcm_driver.gypi
diff --git a/components/gcm_driver.gypi b/components/gcm_driver.gypi
index d296f4a8dcc58306674fea658076180d9f1e6a51..2833772000c02433145e617176dbe5abd9e0efe1 100644
--- a/components/gcm_driver.gypi
+++ b/components/gcm_driver.gypi
@@ -107,6 +107,8 @@
'type': 'none',
'dependencies': [
'../base/base.gyp:base',
+ # TODO(johnme): Fix the layering violation of depending on content/
+ '../content/content.gyp:content_java',
'../sync/sync.gyp:sync_java',
],
'variables': {
« no previous file with comments | « build/android/findbugs_filter/findbugs_exclude.xml ('k') | components/gcm_driver/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698