| 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 672 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 683 ], | 683 ], |
| 684 }, | 684 }, |
| 685 { | 685 { |
| 686 'target_name': 'infoplist_strings_tool', | 686 'target_name': 'infoplist_strings_tool', |
| 687 'type': 'executable', | 687 'type': 'executable', |
| 688 'variables': { 'enable_wexit_time_destructors': 1, }, | 688 'variables': { 'enable_wexit_time_destructors': 1, }, |
| 689 'dependencies': [ | 689 'dependencies': [ |
| 690 'chrome_resources.gyp:chrome_strings', | 690 'chrome_resources.gyp:chrome_strings', |
| 691 '../base/base.gyp:base', | 691 '../base/base.gyp:base', |
| 692 '../ui/gfx/gfx.gyp:gfx', | 692 '../ui/gfx/gfx.gyp:gfx', |
| 693 '../ui/gfx/gfx.gyp:gfx_geometry', |
| 693 '../ui/ui.gyp:ui', | 694 '../ui/ui.gyp:ui', |
| 694 ], | 695 ], |
| 695 'include_dirs': [ | 696 'include_dirs': [ |
| 696 '<(grit_out_dir)', | 697 '<(grit_out_dir)', |
| 697 ], | 698 ], |
| 698 'sources': [ | 699 'sources': [ |
| 699 'tools/mac_helpers/infoplist_strings_util.mm', | 700 'tools/mac_helpers/infoplist_strings_util.mm', |
| 700 ], | 701 ], |
| 701 }, | 702 }, |
| 702 ], # targets | 703 ], # targets |
| (...skipping 409 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1112 'sources': [ | 1113 'sources': [ |
| 1113 'service/cloud_print/print_system_dummy.cc', | 1114 'service/cloud_print/print_system_dummy.cc', |
| 1114 ], | 1115 ], |
| 1115 }], | 1116 }], |
| 1116 ], | 1117 ], |
| 1117 }, | 1118 }, |
| 1118 ], | 1119 ], |
| 1119 }], | 1120 }], |
| 1120 ], # 'conditions' | 1121 ], # 'conditions' |
| 1121 } | 1122 } |
| OLD | NEW |