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 262 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
273 'logging.h', | 273 'logging.h', |
274 'logging_win.cc', | 274 'logging_win.cc', |
275 'logging_win.h', | 275 'logging_win.h', |
276 'mac/authorization_util.h', | 276 'mac/authorization_util.h', |
277 'mac/authorization_util.mm', | 277 'mac/authorization_util.mm', |
278 'mac/bind_objc_block.h', | 278 'mac/bind_objc_block.h', |
279 'mac/bundle_locations.h', | 279 'mac/bundle_locations.h', |
280 'mac/bundle_locations.mm', | 280 'mac/bundle_locations.mm', |
281 'mac/close_nocancel.cc', | 281 'mac/close_nocancel.cc', |
282 'mac/cocoa_protocols.h', | 282 'mac/cocoa_protocols.h', |
| 283 'mac/dispatch_source_mach.cc', |
| 284 'mac/dispatch_source_mach.h', |
283 'mac/foundation_util.h', | 285 'mac/foundation_util.h', |
284 'mac/foundation_util.mm', | 286 'mac/foundation_util.mm', |
285 'mac/launch_services_util.cc', | 287 'mac/launch_services_util.cc', |
286 'mac/launch_services_util.h', | 288 'mac/launch_services_util.h', |
287 'mac/launchd.cc', | 289 'mac/launchd.cc', |
288 'mac/launchd.h', | 290 'mac/launchd.h', |
289 'mac/libdispatch_task_runner.cc', | 291 'mac/libdispatch_task_runner.cc', |
290 'mac/libdispatch_task_runner.h', | 292 'mac/libdispatch_task_runner.h', |
291 'mac/mac_logging.cc', | 293 'mac/mac_logging.cc', |
292 'mac/mac_logging.h', | 294 'mac/mac_logging.h', |
(...skipping 731 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1024 'i18n/time_formatting.h', | 1026 'i18n/time_formatting.h', |
1025 'i18n/timezone.cc', | 1027 'i18n/timezone.cc', |
1026 'i18n/timezone.h', | 1028 'i18n/timezone.h', |
1027 'i18n/utf8_validator_tables.cc', | 1029 'i18n/utf8_validator_tables.cc', |
1028 'i18n/utf8_validator_tables.h', | 1030 'i18n/utf8_validator_tables.h', |
1029 ], | 1031 ], |
1030 }] | 1032 }] |
1031 ], | 1033 ], |
1032 }, | 1034 }, |
1033 } | 1035 } |
OLD | NEW |