| OLD | NEW |
| 1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. |
| 2 # Use of this source code is governed by a BSD-style license that can be | 2 # Use of this source code is governed by a BSD-style license that can be |
| 3 # found in the LICENSE file. | 3 # found in the LICENSE file. |
| 4 { | 4 { |
| 5 'variables': { | 5 'variables': { |
| 6 'chromium_code': 1, | 6 'chromium_code': 1, |
| 7 | 7 |
| 8 # Define the common dependencies that contain all the actual | 8 # Define the common dependencies that contain all the actual |
| 9 # Chromium functionality. This list gets pulled in below by | 9 # Chromium functionality. This list gets pulled in below by |
| 10 # the link of the actual chrome (or chromium) executable on | 10 # the link of the actual chrome (or chromium) executable on |
| (...skipping 639 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 650 'target_name': 'service', | 650 'target_name': 'service', |
| 651 'type': 'static_library', | 651 'type': 'static_library', |
| 652 'variables': { 'enable_wexit_time_destructors': 1, }, | 652 'variables': { 'enable_wexit_time_destructors': 1, }, |
| 653 'dependencies': [ | 653 'dependencies': [ |
| 654 'chrome_resources.gyp:chrome_strings', | 654 'chrome_resources.gyp:chrome_strings', |
| 655 'common', | 655 'common', |
| 656 '../base/base.gyp:base', | 656 '../base/base.gyp:base', |
| 657 '../components/components.gyp:cloud_devices_common', | 657 '../components/components.gyp:cloud_devices_common', |
| 658 '../google_apis/google_apis.gyp:google_apis', | 658 '../google_apis/google_apis.gyp:google_apis', |
| 659 '../jingle/jingle.gyp:notifier', | 659 '../jingle/jingle.gyp:notifier', |
| 660 '../mojo/mojo_edk.gyp:mojo_system_impl', |
| 660 '../net/net.gyp:net', | 661 '../net/net.gyp:net', |
| 661 '../printing/printing.gyp:printing', | 662 '../printing/printing.gyp:printing', |
| 662 '../skia/skia.gyp:skia', | 663 '../skia/skia.gyp:skia', |
| 663 ], | 664 ], |
| 664 'sources': [ | 665 'sources': [ |
| 665 # Note: sources list duplicated in GN build. | 666 # Note: sources list duplicated in GN build. |
| 666 'service/cloud_print/cdd_conversion_win.cc', | 667 'service/cloud_print/cdd_conversion_win.cc', |
| 667 'service/cloud_print/cdd_conversion_win.h', | 668 'service/cloud_print/cdd_conversion_win.h', |
| 668 'service/cloud_print/cloud_print_auth.cc', | 669 'service/cloud_print/cloud_print_auth.cc', |
| 669 'service/cloud_print/cloud_print_auth.h', | 670 'service/cloud_print/cloud_print_auth.h', |
| (...skipping 56 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 726 'service/service_utility_process_host.cc', | 727 'service/service_utility_process_host.cc', |
| 727 'service/service_utility_process_host.h', | 728 'service/service_utility_process_host.h', |
| 728 ], | 729 ], |
| 729 }], | 730 }], |
| 730 ], | 731 ], |
| 731 }, | 732 }, |
| 732 ], | 733 ], |
| 733 }], | 734 }], |
| 734 ], # 'conditions' | 735 ], # 'conditions' |
| 735 } | 736 } |
| OLD | NEW |