| 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',
|
|
|