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 117 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
128 ] | 128 ] |
129 } | 129 } |
130 ], | 130 ], |
131 }] | 131 }] |
132 ], | 132 ], |
133 }, | 133 }, |
134 ], | 134 ], |
135 }], # OS!="ios" | 135 }], # OS!="ios" |
136 ['OS=="mac"', { | 136 ['OS=="mac"', { |
137 'includes': [ | 137 'includes': [ |
138 '../apps/app_shim/app_shim.gypi', | 138 'browser/apps/app_shim/app_shim.gypi', |
139 ], | 139 ], |
140 'targets': [ | 140 'targets': [ |
141 { | 141 { |
142 'target_name': 'helper_app', | 142 'target_name': 'helper_app', |
143 'type': 'executable', | 143 'type': 'executable', |
144 'variables': { 'enable_wexit_time_destructors': 1, }, | 144 'variables': { 'enable_wexit_time_destructors': 1, }, |
145 'product_name': '<(mac_product_name) Helper', | 145 'product_name': '<(mac_product_name) Helper', |
146 'mac_bundle': 1, | 146 'mac_bundle': 1, |
147 'dependencies': [ | 147 'dependencies': [ |
148 'chrome_dll', | 148 'chrome_dll', |
(...skipping 628 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
777 'service/service_utility_process_host.cc', | 777 'service/service_utility_process_host.cc', |
778 'service/service_utility_process_host.h', | 778 'service/service_utility_process_host.h', |
779 ], | 779 ], |
780 }], | 780 }], |
781 ], | 781 ], |
782 }, | 782 }, |
783 ], | 783 ], |
784 }], | 784 }], |
785 ], # 'conditions' | 785 ], # 'conditions' |
786 } | 786 } |
OLD | NEW |