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 428 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
439 'nix/mime_util_xdg.cc', | 439 'nix/mime_util_xdg.cc', |
440 'nix/mime_util_xdg.h', | 440 'nix/mime_util_xdg.h', |
441 'nix/xdg_util.cc', | 441 'nix/xdg_util.cc', |
442 'nix/xdg_util.h', | 442 'nix/xdg_util.h', |
443 'numerics/safe_conversions.h', | 443 'numerics/safe_conversions.h', |
444 'numerics/safe_conversions_impl.h', | 444 'numerics/safe_conversions_impl.h', |
445 'numerics/safe_math.h', | 445 'numerics/safe_math.h', |
446 'numerics/safe_math_impl.h', | 446 'numerics/safe_math_impl.h', |
447 'observer_list.h', | 447 'observer_list.h', |
448 'observer_list_threadsafe.h', | 448 'observer_list_threadsafe.h', |
| 449 'optional.h', |
449 'os_compat_android.cc', | 450 'os_compat_android.cc', |
450 'os_compat_android.h', | 451 'os_compat_android.h', |
451 'os_compat_nacl.cc', | 452 'os_compat_nacl.cc', |
452 'os_compat_nacl.h', | 453 'os_compat_nacl.h', |
453 'path_service.cc', | 454 'path_service.cc', |
454 'path_service.h', | 455 'path_service.h', |
455 'pending_task.cc', | 456 'pending_task.cc', |
456 'pending_task.h', | 457 'pending_task.h', |
457 'pickle.cc', | 458 'pickle.cc', |
458 'pickle.h', | 459 'pickle.h', |
(...skipping 623 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1082 'i18n/time_formatting.h', | 1083 'i18n/time_formatting.h', |
1083 'i18n/timezone.cc', | 1084 'i18n/timezone.cc', |
1084 'i18n/timezone.h', | 1085 'i18n/timezone.h', |
1085 'i18n/utf8_validator_tables.cc', | 1086 'i18n/utf8_validator_tables.cc', |
1086 'i18n/utf8_validator_tables.h', | 1087 'i18n/utf8_validator_tables.h', |
1087 ], | 1088 ], |
1088 }] | 1089 }] |
1089 ], | 1090 ], |
1090 }, | 1091 }, |
1091 } | 1092 } |
OLD | NEW |