| 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 305 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 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 '../ui/base/ui_base.gyp:ui_data_pack', | 325 '../ui/base/ui_base.gyp:ui_data_pack', |
| 326 '../ui/gfx/gfx.gyp:gfx', | |
| 327 '../ui/gfx/gfx.gyp:gfx_geometry', | |
| 328 ], | 326 ], |
| 329 'include_dirs': [ | 327 'include_dirs': [ |
| 330 '<(grit_out_dir)', | 328 '<(grit_out_dir)', |
| 331 ], | 329 ], |
| 332 'sources': [ | 330 'sources': [ |
| 333 'tools/mac_helpers/infoplist_strings_util.mm', | 331 'tools/mac_helpers/infoplist_strings_util.mm', |
| 334 ], | 332 ], |
| 335 }, | 333 }, |
| 336 ], # targets | 334 ], # targets |
| 337 }], # OS=="mac" | 335 }], # OS=="mac" |
| (...skipping 418 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 756 # expired. crbug.com/577698 | 754 # expired. crbug.com/577698 |
| 757 '../components/components.gyp:startup_metric_utils_common', | 755 '../components/components.gyp:startup_metric_utils_common', |
| 758 ], | 756 ], |
| 759 }], | 757 }], |
| 760 ], | 758 ], |
| 761 }, | 759 }, |
| 762 ], | 760 ], |
| 763 }], | 761 }], |
| 764 ], # 'conditions' | 762 ], # 'conditions' |
| 765 } | 763 } |
| OLD | NEW |