OLD | NEW |
1 # Copyright (c) 2011 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2011 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 { | 5 { |
6 'target_defaults': { | 6 'target_defaults': { |
7 'variables': { | 7 'variables': { |
8 'chrome_common_target': 0, | 8 'chrome_common_target': 0, |
9 }, | 9 }, |
10 'target_conditions': [ | 10 'target_conditions': [ |
(...skipping 191 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
202 'common/important_file_writer.cc', | 202 'common/important_file_writer.cc', |
203 'common/important_file_writer.h', | 203 'common/important_file_writer.h', |
204 'common/json_pref_store.cc', | 204 'common/json_pref_store.cc', |
205 'common/json_pref_store.h', | 205 'common/json_pref_store.h', |
206 'common/json_schema_validator.cc', | 206 'common/json_schema_validator.cc', |
207 'common/json_schema_validator.h', | 207 'common/json_schema_validator.h', |
208 'common/jstemplate_builder.cc', | 208 'common/jstemplate_builder.cc', |
209 'common/jstemplate_builder.h', | 209 'common/jstemplate_builder.h', |
210 'common/launchd_mac.h', | 210 'common/launchd_mac.h', |
211 'common/launchd_mac.mm', | 211 'common/launchd_mac.mm', |
| 212 'common/mac/cfbundle_blocker.h', |
| 213 'common/mac/cfbundle_blocker.mm', |
212 'common/libxml_utils.cc', | 214 'common/libxml_utils.cc', |
213 'common/libxml_utils.h', | 215 'common/libxml_utils.h', |
214 'common/native_window_notification_source.h', | 216 'common/native_window_notification_source.h', |
215 'common/persistent_pref_store.h', | 217 'common/persistent_pref_store.h', |
216 'common/pref_store.cc', | 218 'common/pref_store.cc', |
217 'common/pref_store.h', | 219 'common/pref_store.h', |
218 'common/print_messages.cc', | 220 'common/print_messages.cc', |
219 'common/print_messages.h', | 221 'common/print_messages.h', |
220 'common/random.cc', | 222 'common/random.cc', |
221 'common/random.h', | 223 'common/random.h', |
(...skipping 103 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
325 'message': 'Generating version information', | 327 'message': 'Generating version information', |
326 }, | 328 }, |
327 ], | 329 ], |
328 }], | 330 }], |
329 ['OS=="linux" and selinux==1', { | 331 ['OS=="linux" and selinux==1', { |
330 'dependencies': [ | 332 'dependencies': [ |
331 '../build/linux/system.gyp:selinux', | 333 '../build/linux/system.gyp:selinux', |
332 ], | 334 ], |
333 }], | 335 }], |
334 ['OS=="mac"', { | 336 ['OS=="mac"', { |
| 337 'dependencies': [ |
| 338 '../third_party/mach_override/mach_override.gyp:mach_override', |
| 339 ], |
335 'include_dirs': [ | 340 'include_dirs': [ |
336 '../third_party/GTM', | 341 '../third_party/GTM', |
337 ], | 342 ], |
338 }], | 343 }], |
339 ['remoting==1', { | 344 ['remoting==1', { |
340 'dependencies': [ | 345 'dependencies': [ |
341 '../remoting/remoting.gyp:remoting_client_plugin', | 346 '../remoting/remoting.gyp:remoting_client_plugin', |
342 ], | 347 ], |
343 }], | 348 }], |
344 ], | 349 ], |
(...skipping 227 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
572 'configurations': { | 577 'configurations': { |
573 'Common_Base': { | 578 'Common_Base': { |
574 'msvs_target_platform': 'x64', | 579 'msvs_target_platform': 'x64', |
575 }, | 580 }, |
576 }, | 581 }, |
577 }, | 582 }, |
578 ], | 583 ], |
579 }], | 584 }], |
580 ], | 585 ], |
581 } | 586 } |
OLD | NEW |