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 669 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
680 }, | 680 }, |
681 ], | 681 ], |
682 }, | 682 }, |
683 { | 683 { |
684 'target_name': 'infoplist_strings_tool', | 684 'target_name': 'infoplist_strings_tool', |
685 'type': 'executable', | 685 'type': 'executable', |
686 'variables': { 'enable_wexit_time_destructors': 1, }, | 686 'variables': { 'enable_wexit_time_destructors': 1, }, |
687 'dependencies': [ | 687 'dependencies': [ |
688 'chrome_resources.gyp:chrome_strings', | 688 'chrome_resources.gyp:chrome_strings', |
689 '../base/base.gyp:base', | 689 '../base/base.gyp:base', |
690 '../ui/events/events.gyp:events', | |
691 '../ui/gfx/gfx.gyp:gfx', | 690 '../ui/gfx/gfx.gyp:gfx', |
692 '../ui/ui.gyp:ui', | 691 '../ui/ui.gyp:ui', |
693 ], | 692 ], |
694 'include_dirs': [ | 693 'include_dirs': [ |
695 '<(grit_out_dir)', | 694 '<(grit_out_dir)', |
696 ], | 695 ], |
697 'sources': [ | 696 'sources': [ |
698 'tools/mac_helpers/infoplist_strings_util.mm', | 697 'tools/mac_helpers/infoplist_strings_util.mm', |
699 ], | 698 ], |
700 }, | 699 }, |
(...skipping 428 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1129 'sources': [ | 1128 'sources': [ |
1130 'service/cloud_print/print_system_cups.cc', | 1129 'service/cloud_print/print_system_cups.cc', |
1131 ], | 1130 ], |
1132 }], | 1131 }], |
1133 ], | 1132 ], |
1134 }, | 1133 }, |
1135 ], | 1134 ], |
1136 }], | 1135 }], |
1137 ], # 'conditions' | 1136 ], # 'conditions' |
1138 } | 1137 } |
OLD | NEW |