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

Unified Diff: cloud_print/cloud_print.gyp

Issue 1408623002: Add cloud_print to the GN build. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fixes Created 5 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
Index: cloud_print/cloud_print.gyp
diff --git a/cloud_print/cloud_print.gyp b/cloud_print/cloud_print.gyp
index a67743850c4aebec063b2cb545ee7a2c1084cb82..8da71956bcde93e5c8d8b626b702dd56051f71a8 100644
--- a/cloud_print/cloud_print.gyp
+++ b/cloud_print/cloud_print.gyp
@@ -7,6 +7,7 @@
},
'targets': [
{
+ # GN version: //cloud_print
'target_name': 'cloud_print',
'type': 'none',
'dependencies': [
@@ -29,6 +30,7 @@
],
},
{
+ # GN version: //cloud_print:cloud_print_unittests
'target_name': 'cloud_print_unittests',
'type': 'executable',
'sources': [

Powered by Google App Engine
This is Rietveld 408576698