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 'target_defaults': { | 6 'target_defaults': { |
7 'variables': { | 7 'variables': { |
8 'base_target': 0, | 8 'base_target': 0, |
9 'base_i18n_target': 0, | 9 'base_i18n_target': 0, |
10 }, | 10 }, |
(...skipping 263 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
274 'logging_win.h', | 274 'logging_win.h', |
275 'mac/authorization_util.h', | 275 'mac/authorization_util.h', |
276 'mac/authorization_util.mm', | 276 'mac/authorization_util.mm', |
277 'mac/bind_objc_block.h', | 277 'mac/bind_objc_block.h', |
278 'mac/bundle_locations.h', | 278 'mac/bundle_locations.h', |
279 'mac/bundle_locations.mm', | 279 'mac/bundle_locations.mm', |
280 'mac/close_nocancel.cc', | 280 'mac/close_nocancel.cc', |
281 'mac/cocoa_protocols.h', | 281 'mac/cocoa_protocols.h', |
282 'mac/foundation_util.h', | 282 'mac/foundation_util.h', |
283 'mac/foundation_util.mm', | 283 'mac/foundation_util.mm', |
| 284 'mac/keychain_metrics.cc', |
| 285 'mac/keychain_metrics.h', |
284 'mac/launch_services_util.cc', | 286 'mac/launch_services_util.cc', |
285 'mac/launch_services_util.h', | 287 'mac/launch_services_util.h', |
286 'mac/launchd.cc', | 288 'mac/launchd.cc', |
287 'mac/launchd.h', | 289 'mac/launchd.h', |
288 'mac/libdispatch_task_runner.cc', | 290 'mac/libdispatch_task_runner.cc', |
289 'mac/libdispatch_task_runner.h', | 291 'mac/libdispatch_task_runner.h', |
290 'mac/mac_logging.h', | 292 'mac/mac_logging.h', |
291 'mac/mac_logging.cc', | 293 'mac/mac_logging.cc', |
292 'mac/mac_util.h', | 294 'mac/mac_util.h', |
293 'mac/mac_util.mm', | 295 'mac/mac_util.mm', |
(...skipping 725 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1019 'i18n/time_formatting.h', | 1021 'i18n/time_formatting.h', |
1020 'i18n/timezone.cc', | 1022 'i18n/timezone.cc', |
1021 'i18n/timezone.h', | 1023 'i18n/timezone.h', |
1022 'i18n/utf8_validator_tables.cc', | 1024 'i18n/utf8_validator_tables.cc', |
1023 'i18n/utf8_validator_tables.h', | 1025 'i18n/utf8_validator_tables.h', |
1024 ], | 1026 ], |
1025 }] | 1027 }] |
1026 ], | 1028 ], |
1027 }, | 1029 }, |
1028 } | 1030 } |
OLD | NEW |