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

Unified Diff: google_apis/gcm/gcm.gyp

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 | « google_apis/gcm/BUILD.gn ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: google_apis/gcm/gcm.gyp
diff --git a/google_apis/gcm/gcm.gyp b/google_apis/gcm/gcm.gyp
index 81dcf21596f554709533d8ee137c19f53265a532..2b5a8188b86c33e571b33090d27c7b69c0e63fb0 100644
--- a/google_apis/gcm/gcm.gyp
+++ b/google_apis/gcm/gcm.gyp
@@ -10,6 +10,7 @@
'targets': [
# The public GCM target.
{
+ # GN version: //google_apis/gcm
'target_name': 'gcm',
'type': '<(component)',
'variables': {
@@ -37,6 +38,7 @@
'../../url/url.gyp:url_lib',
],
'sources': [
+ # Note: sources list duplicated in GN build.
'base/mcs_message.cc',
'base/mcs_message.h',
'base/mcs_util.cc',
@@ -81,6 +83,7 @@
# The test support library that is needed to test gcm.
{
+ # GN version: //google_apis/gcm:test_support
'target_name': 'gcm_test_support',
'type': 'static_library',
'include_dirs': [
@@ -96,6 +99,7 @@
'gcm',
],
'sources': [
+ # Note: sources list duplicated in GN build.
'base/fake_encryptor.cc',
'base/fake_encryptor.h',
'engine/fake_connection_factory.cc',
@@ -109,6 +113,7 @@
# A standalone MCS (mobile connection server) client.
{
+ # GN version: //google_apis/gcm:mcs_probe
'target_name': 'mcs_probe',
'type': 'executable',
'variables': { 'enable_wexit_time_destructors': 1, },
@@ -124,6 +129,7 @@
'gcm_test_support'
],
'sources': [
+ # Note: file list duplicated in GN build.
'tools/mcs_probe.cc',
],
},
@@ -146,7 +152,6 @@
'../../net/net.gyp:net_test_support',
'../../testing/gtest.gyp:gtest',
'../../third_party/protobuf/protobuf.gyp:protobuf_lite',
- 'mcs_probe',
brettw 2014/07/15 21:54:35 This removal was on purpose. It was depending on a
'gcm',
'gcm_test_support'
],
« no previous file with comments | « google_apis/gcm/BUILD.gn ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698