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

Unified Diff: components/gcm_driver.gypi

Issue 394033002: Add gcm, nfc and bluetooth to GN build. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 5 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/BUILD.gn ('k') | components/gcm_driver/BUILD.gn » ('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 cfd38356e38722103458d58060fc8371df02415c..9be2b18c15646ebae7cbe8329488b10f0dd5599f 100644
--- a/components/gcm_driver.gypi
+++ b/components/gcm_driver.gypi
@@ -5,6 +5,7 @@
{
'targets': [
{
+ # GN version: //components/gcm_driver
'target_name': 'gcm_driver',
'type': 'static_library',
'dependencies': [
@@ -17,6 +18,7 @@
'..',
],
'sources': [
+ # Note: file list duplicated in GN build.
'gcm_driver/android/component_jni_registrar.cc',
'gcm_driver/android/component_jni_registrar.h',
'gcm_driver/default_gcm_app_handler.cc',
@@ -64,6 +66,7 @@
],
},
{
+ # GN version: //components/gcm_driver:test_support
'target_name': 'gcm_driver_test_support',
'type': 'static_library',
'dependencies': [
@@ -76,6 +79,7 @@
'..',
],
'sources': [
+ # Note: file list duplicated in GN build.
'gcm_driver/fake_gcm_app_handler.cc',
'gcm_driver/fake_gcm_app_handler.h',
'gcm_driver/fake_gcm_client.cc',
« no previous file with comments | « components/BUILD.gn ('k') | components/gcm_driver/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698