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 { | 5 { |
6 'includes': [ | 6 'includes': [ |
7 'trace_event/trace_event.gypi', | 7 'trace_event/trace_event.gypi', |
8 ], | 8 ], |
9 'target_defaults': { | 9 'target_defaults': { |
10 'variables': { | 10 'variables': { |
(...skipping 261 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
272 'location.h', | 272 'location.h', |
273 'logging.cc', | 273 'logging.cc', |
274 'logging.h', | 274 'logging.h', |
275 'logging_win.cc', | 275 'logging_win.cc', |
276 'logging_win.h', | 276 'logging_win.h', |
277 'mac/authorization_util.h', | 277 'mac/authorization_util.h', |
278 'mac/authorization_util.mm', | 278 'mac/authorization_util.mm', |
279 'mac/bind_objc_block.h', | 279 'mac/bind_objc_block.h', |
280 'mac/bundle_locations.h', | 280 'mac/bundle_locations.h', |
281 'mac/bundle_locations.mm', | 281 'mac/bundle_locations.mm', |
| 282 'mac/call_with_eh_frame.cc', |
| 283 'mac/call_with_eh_frame.h', |
| 284 'mac/call_with_eh_frame_asm.S', |
282 'mac/close_nocancel.cc', | 285 'mac/close_nocancel.cc', |
283 'mac/cocoa_protocols.h', | 286 'mac/cocoa_protocols.h', |
284 'mac/dispatch_source_mach.cc', | 287 'mac/dispatch_source_mach.cc', |
285 'mac/dispatch_source_mach.h', | 288 'mac/dispatch_source_mach.h', |
286 'mac/foundation_util.h', | 289 'mac/foundation_util.h', |
287 'mac/foundation_util.mm', | 290 'mac/foundation_util.mm', |
288 'mac/launch_services_util.cc', | 291 'mac/launch_services_util.cc', |
289 'mac/launch_services_util.h', | 292 'mac/launch_services_util.h', |
290 'mac/launchd.cc', | 293 'mac/launchd.cc', |
291 'mac/launchd.h', | 294 'mac/launchd.h', |
(...skipping 576 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
868 }], | 871 }], |
869 ['OS == "ios" and _toolset != "host"', { | 872 ['OS == "ios" and _toolset != "host"', { |
870 'sources/': [ | 873 'sources/': [ |
871 # Pull in specific Mac files for iOS (which have been filtered out | 874 # Pull in specific Mac files for iOS (which have been filtered out |
872 # by file name rules). | 875 # by file name rules). |
873 ['include', '^atomicops_internals_mac\\.'], | 876 ['include', '^atomicops_internals_mac\\.'], |
874 ['include', '^base_paths_mac\\.'], | 877 ['include', '^base_paths_mac\\.'], |
875 ['include', '^files/file_util_mac\\.'], | 878 ['include', '^files/file_util_mac\\.'], |
876 ['include', '^file_version_info_mac\\.'], | 879 ['include', '^file_version_info_mac\\.'], |
877 ['include', '^mac/bundle_locations\\.'], | 880 ['include', '^mac/bundle_locations\\.'], |
| 881 ['include', '^mac/call_with_eh_frame\\.'], |
878 ['include', '^mac/foundation_util\\.'], | 882 ['include', '^mac/foundation_util\\.'], |
879 ['include', '^mac/mac_logging\\.'], | 883 ['include', '^mac/mac_logging\\.'], |
880 ['include', '^mac/mach_logging\\.'], | 884 ['include', '^mac/mach_logging\\.'], |
881 ['include', '^mac/objc_property_releaser\\.'], | 885 ['include', '^mac/objc_property_releaser\\.'], |
882 ['include', '^mac/scoped_mach_port\\.'], | 886 ['include', '^mac/scoped_mach_port\\.'], |
883 ['include', '^mac/scoped_mach_vm\\.'], | 887 ['include', '^mac/scoped_mach_vm\\.'], |
884 ['include', '^mac/scoped_nsautorelease_pool\\.'], | 888 ['include', '^mac/scoped_nsautorelease_pool\\.'], |
885 ['include', '^mac/scoped_nsobject\\.'], | 889 ['include', '^mac/scoped_nsobject\\.'], |
886 ['include', '^mac/scoped_objc_class_swizzler\\.'], | 890 ['include', '^mac/scoped_objc_class_swizzler\\.'], |
887 ['include', '^message_loop/message_pump_mac\\.'], | 891 ['include', '^message_loop/message_pump_mac\\.'], |
(...skipping 145 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1033 'i18n/time_formatting.h', | 1037 'i18n/time_formatting.h', |
1034 'i18n/timezone.cc', | 1038 'i18n/timezone.cc', |
1035 'i18n/timezone.h', | 1039 'i18n/timezone.h', |
1036 'i18n/utf8_validator_tables.cc', | 1040 'i18n/utf8_validator_tables.cc', |
1037 'i18n/utf8_validator_tables.h', | 1041 'i18n/utf8_validator_tables.h', |
1038 ], | 1042 ], |
1039 }] | 1043 }] |
1040 ], | 1044 ], |
1041 }, | 1045 }, |
1042 } | 1046 } |
OLD | NEW |