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 421 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
432 'nix/mime_util_xdg.cc', | 432 'nix/mime_util_xdg.cc', |
433 'nix/mime_util_xdg.h', | 433 'nix/mime_util_xdg.h', |
434 'nix/xdg_util.cc', | 434 'nix/xdg_util.cc', |
435 'nix/xdg_util.h', | 435 'nix/xdg_util.h', |
436 'numerics/safe_conversions.h', | 436 'numerics/safe_conversions.h', |
437 'numerics/safe_conversions_impl.h', | 437 'numerics/safe_conversions_impl.h', |
438 'numerics/safe_math.h', | 438 'numerics/safe_math.h', |
439 'numerics/safe_math_impl.h', | 439 'numerics/safe_math_impl.h', |
440 'observer_list.h', | 440 'observer_list.h', |
441 'observer_list_threadsafe.h', | 441 'observer_list_threadsafe.h', |
| 442 'optional.h', |
442 'os_compat_android.cc', | 443 'os_compat_android.cc', |
443 'os_compat_android.h', | 444 'os_compat_android.h', |
444 'os_compat_nacl.cc', | 445 'os_compat_nacl.cc', |
445 'os_compat_nacl.h', | 446 'os_compat_nacl.h', |
446 'path_service.cc', | 447 'path_service.cc', |
447 'path_service.h', | 448 'path_service.h', |
448 'pending_task.cc', | 449 'pending_task.cc', |
449 'pending_task.h', | 450 'pending_task.h', |
450 'pickle.cc', | 451 'pickle.cc', |
451 'pickle.h', | 452 'pickle.h', |
(...skipping 608 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1060 'i18n/time_formatting.h', | 1061 'i18n/time_formatting.h', |
1061 'i18n/timezone.cc', | 1062 'i18n/timezone.cc', |
1062 'i18n/timezone.h', | 1063 'i18n/timezone.h', |
1063 'i18n/utf8_validator_tables.cc', | 1064 'i18n/utf8_validator_tables.cc', |
1064 'i18n/utf8_validator_tables.h', | 1065 'i18n/utf8_validator_tables.h', |
1065 ], | 1066 ], |
1066 }] | 1067 }] |
1067 ], | 1068 ], |
1068 }, | 1069 }, |
1069 } | 1070 } |
OLD | NEW |