| 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 679 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 690 }, | 690 }, |
| 691 ], | 691 ], |
| 692 }, | 692 }, |
| 693 { | 693 { |
| 694 'target_name': 'infoplist_strings_tool', | 694 'target_name': 'infoplist_strings_tool', |
| 695 'type': 'executable', | 695 'type': 'executable', |
| 696 'variables': { 'enable_wexit_time_destructors': 1, }, | 696 'variables': { 'enable_wexit_time_destructors': 1, }, |
| 697 'dependencies': [ | 697 'dependencies': [ |
| 698 'chrome_resources.gyp:chrome_strings', | 698 'chrome_resources.gyp:chrome_strings', |
| 699 '../base/base.gyp:base', | 699 '../base/base.gyp:base', |
| 700 '../ui/base/ui_base.gyp:ui_base', |
| 700 '../ui/gfx/gfx.gyp:gfx', | 701 '../ui/gfx/gfx.gyp:gfx', |
| 701 '../ui/gfx/gfx.gyp:gfx_geometry', | 702 '../ui/gfx/gfx.gyp:gfx_geometry', |
| 702 '../ui/ui.gyp:ui', | |
| 703 ], | 703 ], |
| 704 'include_dirs': [ | 704 'include_dirs': [ |
| 705 '<(grit_out_dir)', | 705 '<(grit_out_dir)', |
| 706 ], | 706 ], |
| 707 'sources': [ | 707 'sources': [ |
| 708 'tools/mac_helpers/infoplist_strings_util.mm', | 708 'tools/mac_helpers/infoplist_strings_util.mm', |
| 709 ], | 709 ], |
| 710 }, | 710 }, |
| 711 ], # targets | 711 ], # targets |
| 712 }], # OS=="mac" | 712 }], # OS=="mac" |
| (...skipping 397 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1110 'sources': [ | 1110 'sources': [ |
| 1111 'service/cloud_print/print_system_dummy.cc', | 1111 'service/cloud_print/print_system_dummy.cc', |
| 1112 ], | 1112 ], |
| 1113 }], | 1113 }], |
| 1114 ], | 1114 ], |
| 1115 }, | 1115 }, |
| 1116 ], | 1116 ], |
| 1117 }], | 1117 }], |
| 1118 ], # 'conditions' | 1118 ], # 'conditions' |
| 1119 } | 1119 } |
| OLD | NEW |