| 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 304 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 315 }, | 315 }, |
| 316 ], # 'actions' | 316 ], # 'actions' |
| 317 }, | 317 }, |
| 318 { | 318 { |
| 319 'target_name': 'infoplist_strings_tool', | 319 'target_name': 'infoplist_strings_tool', |
| 320 'type': 'executable', | 320 'type': 'executable', |
| 321 'variables': { 'enable_wexit_time_destructors': 1, }, | 321 'variables': { 'enable_wexit_time_destructors': 1, }, |
| 322 'dependencies': [ | 322 'dependencies': [ |
| 323 'chrome_resources.gyp:chrome_strings', | 323 'chrome_resources.gyp:chrome_strings', |
| 324 '../base/base.gyp:base', | 324 '../base/base.gyp:base', |
| 325 '../base/base.gyp:base_i18n', |
| 325 '../ui/base/ui_base.gyp:ui_data_pack', | 326 '../ui/base/ui_base.gyp:ui_data_pack', |
| 326 ], | 327 ], |
| 327 'include_dirs': [ | 328 'include_dirs': [ |
| 328 '<(grit_out_dir)', | 329 '<(grit_out_dir)', |
| 329 ], | 330 ], |
| 330 'sources': [ | 331 'sources': [ |
| 331 'tools/mac_helpers/infoplist_strings_util.mm', | 332 'tools/mac_helpers/infoplist_strings_util.mm', |
| 332 ], | 333 ], |
| 333 }, | 334 }, |
| 334 ], # targets | 335 ], # targets |
| (...skipping 420 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 755 # expired. crbug.com/577698 | 756 # expired. crbug.com/577698 |
| 756 '../components/components.gyp:startup_metric_utils_common', | 757 '../components/components.gyp:startup_metric_utils_common', |
| 757 ], | 758 ], |
| 758 }], | 759 }], |
| 759 ], | 760 ], |
| 760 }, | 761 }, |
| 761 ], | 762 ], |
| 762 }], | 763 }], |
| 763 ], # 'conditions' | 764 ], # 'conditions' |
| 764 } | 765 } |
| OLD | NEW |