| 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 408 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 419 'nix/mime_util_xdg.cc', | 419 'nix/mime_util_xdg.cc', |
| 420 'nix/mime_util_xdg.h', | 420 'nix/mime_util_xdg.h', |
| 421 'nix/xdg_util.cc', | 421 'nix/xdg_util.cc', |
| 422 'nix/xdg_util.h', | 422 'nix/xdg_util.h', |
| 423 'numerics/safe_conversions.h', | 423 'numerics/safe_conversions.h', |
| 424 'numerics/safe_conversions_impl.h', | 424 'numerics/safe_conversions_impl.h', |
| 425 'numerics/safe_math.h', | 425 'numerics/safe_math.h', |
| 426 'numerics/safe_math_impl.h', | 426 'numerics/safe_math_impl.h', |
| 427 'observer_list.h', | 427 'observer_list.h', |
| 428 'observer_list_threadsafe.h', | 428 'observer_list_threadsafe.h', |
| 429 'optional.h', |
| 429 'os_compat_android.cc', | 430 'os_compat_android.cc', |
| 430 'os_compat_android.h', | 431 'os_compat_android.h', |
| 431 'os_compat_nacl.cc', | 432 'os_compat_nacl.cc', |
| 432 'os_compat_nacl.h', | 433 'os_compat_nacl.h', |
| 433 'path_service.cc', | 434 'path_service.cc', |
| 434 'path_service.h', | 435 'path_service.h', |
| 435 'pending_task.cc', | 436 'pending_task.cc', |
| 436 'pending_task.h', | 437 'pending_task.h', |
| 437 'pickle.cc', | 438 'pickle.cc', |
| 438 'pickle.h', | 439 'pickle.h', |
| (...skipping 608 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1047 'i18n/time_formatting.h', | 1048 'i18n/time_formatting.h', |
| 1048 'i18n/timezone.cc', | 1049 'i18n/timezone.cc', |
| 1049 'i18n/timezone.h', | 1050 'i18n/timezone.h', |
| 1050 'i18n/utf8_validator_tables.cc', | 1051 'i18n/utf8_validator_tables.cc', |
| 1051 'i18n/utf8_validator_tables.h', | 1052 'i18n/utf8_validator_tables.h', |
| 1052 ], | 1053 ], |
| 1053 }] | 1054 }] |
| 1054 ], | 1055 ], |
| 1055 }, | 1056 }, |
| 1056 } | 1057 } |
| OLD | NEW |