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

Unified Diff: chrome/chrome.gyp

Issue 381643003: Add chrome/service 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 | « BUILD.gn ('k') | chrome/service/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/chrome.gyp
diff --git a/chrome/chrome.gyp b/chrome/chrome.gyp
index e8289b9ad962b71bc9b2f2adac4ae47aab3d7949..6c74d13f1412e5a1b47595c72ef98f266590af76 100644
--- a/chrome/chrome.gyp
+++ b/chrome/chrome.gyp
@@ -686,6 +686,7 @@
['enable_printing==1', {
'targets': [
{
+ # GN version: //chrome/service
'target_name': 'service',
'type': 'static_library',
'variables': { 'enable_wexit_time_destructors': 1, },
@@ -703,6 +704,7 @@
'../third_party/libjingle/libjingle.gyp:libjingle',
],
'sources': [
+ # Note: sources list duplicated in GN build.
'service/cloud_print/cdd_conversion_win.cc',
'service/cloud_print/cdd_conversion_win.h',
'service/cloud_print/cloud_print_auth.cc',
« no previous file with comments | « BUILD.gn ('k') | chrome/service/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698