| 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 686 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 697 ], | 697 ], |
| 698 }, | 698 }, |
| 699 { | 699 { |
| 700 'target_name': 'infoplist_strings_tool', | 700 'target_name': 'infoplist_strings_tool', |
| 701 'type': 'executable', | 701 'type': 'executable', |
| 702 'variables': { 'enable_wexit_time_destructors': 1, }, | 702 'variables': { 'enable_wexit_time_destructors': 1, }, |
| 703 'dependencies': [ | 703 'dependencies': [ |
| 704 'chrome_resources.gyp:chrome_strings', | 704 'chrome_resources.gyp:chrome_strings', |
| 705 '../base/base.gyp:base', | 705 '../base/base.gyp:base', |
| 706 '../ui/gfx/gfx.gyp:gfx', | 706 '../ui/gfx/gfx.gyp:gfx', |
| 707 '../ui/gfx/gfx.gyp:gfx_geometry', |
| 707 '../ui/ui.gyp:ui', | 708 '../ui/ui.gyp:ui', |
| 708 ], | 709 ], |
| 709 'include_dirs': [ | 710 'include_dirs': [ |
| 710 '<(grit_out_dir)', | 711 '<(grit_out_dir)', |
| 711 ], | 712 ], |
| 712 'sources': [ | 713 'sources': [ |
| 713 'tools/mac_helpers/infoplist_strings_util.mm', | 714 'tools/mac_helpers/infoplist_strings_util.mm', |
| 714 ], | 715 ], |
| 715 }, | 716 }, |
| 716 ], # targets | 717 ], # targets |
| (...skipping 409 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1126 'sources': [ | 1127 'sources': [ |
| 1127 'service/cloud_print/print_system_dummy.cc', | 1128 'service/cloud_print/print_system_dummy.cc', |
| 1128 ], | 1129 ], |
| 1129 }], | 1130 }], |
| 1130 ], | 1131 ], |
| 1131 }, | 1132 }, |
| 1132 ], | 1133 ], |
| 1133 }], | 1134 }], |
| 1134 ], # 'conditions' | 1135 ], # 'conditions' |
| 1135 } | 1136 } |
| OLD | NEW |