| 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 54 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 65 'android/library_loader/library_loader_hooks.h', | 65 'android/library_loader/library_loader_hooks.h', |
| 66 'android/library_loader/library_load_from_apk_status_codes.h', | 66 'android/library_loader/library_load_from_apk_status_codes.h', |
| 67 'android/memory_pressure_listener_android.cc', | 67 'android/memory_pressure_listener_android.cc', |
| 68 'android/memory_pressure_listener_android.h', | 68 'android/memory_pressure_listener_android.h', |
| 69 'android/java_handler_thread.cc', | 69 'android/java_handler_thread.cc', |
| 70 'android/java_handler_thread.h', | 70 'android/java_handler_thread.h', |
| 71 'android/path_service_android.cc', | 71 'android/path_service_android.cc', |
| 72 'android/path_service_android.h', | 72 'android/path_service_android.h', |
| 73 'android/path_utils.cc', | 73 'android/path_utils.cc', |
| 74 'android/path_utils.h', | 74 'android/path_utils.h', |
| 75 'android/record_histogram.cc', |
| 76 'android/record_histogram.h', |
| 75 'android/sys_utils.cc', | 77 'android/sys_utils.cc', |
| 76 'android/sys_utils.h', | 78 'android/sys_utils.h', |
| 77 'android/thread_utils.h', | 79 'android/thread_utils.h', |
| 78 'android/trace_event_binding.cc', | 80 'android/trace_event_binding.cc', |
| 79 'android/trace_event_binding.h', | 81 'android/trace_event_binding.h', |
| 80 'at_exit.cc', | 82 'at_exit.cc', |
| 81 'at_exit.h', | 83 'at_exit.h', |
| 82 'atomic_ref_count.h', | 84 'atomic_ref_count.h', |
| 83 'atomic_sequence_num.h', | 85 'atomic_sequence_num.h', |
| 84 'atomicops.h', | 86 'atomicops.h', |
| (...skipping 835 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 920 ], | 922 ], |
| 921 ['OS != "openbsd" or >(nacl_untrusted_build)==1', { | 923 ['OS != "openbsd" or >(nacl_untrusted_build)==1', { |
| 922 'sources/': [ ['exclude', '_openbsd\\.cc$'] ], | 924 'sources/': [ ['exclude', '_openbsd\\.cc$'] ], |
| 923 }, | 925 }, |
| 924 ], | 926 ], |
| 925 ['OS == "win" and >(nacl_untrusted_build)==0', { | 927 ['OS == "win" and >(nacl_untrusted_build)==0', { |
| 926 'include_dirs': [ | 928 'include_dirs': [ |
| 927 '<(DEPTH)/third_party/wtl/include', | 929 '<(DEPTH)/third_party/wtl/include', |
| 928 ], | 930 ], |
| 929 'sources!': [ | 931 'sources!': [ |
| 930 'event_recorder_stubs.cc', | |
| 931 'files/file_path_watcher_fsevents.cc', | 932 'files/file_path_watcher_fsevents.cc', |
| 932 'files/file_path_watcher_fsevents.h', | 933 'files/file_path_watcher_fsevents.h', |
| 933 'files/file_path_watcher_kqueue.cc', | 934 'files/file_path_watcher_kqueue.cc', |
| 934 'files/file_path_watcher_kqueue.h', | 935 'files/file_path_watcher_kqueue.h', |
| 935 'files/file_path_watcher_stub.cc', | 936 'files/file_path_watcher_stub.cc', |
| 936 'message_loop/message_pump_libevent.cc', | 937 'message_loop/message_pump_libevent.cc', |
| 937 'posix/file_descriptor_shuffle.cc', | 938 'posix/file_descriptor_shuffle.cc', |
| 938 # Not using sha1_win.cc because it may have caused a | 939 # Not using sha1_win.cc because it may have caused a |
| 939 # regression to page cycler moz. | 940 # regression to page cycler moz. |
| 940 'sha1_win.cc', | 941 'sha1_win.cc', |
| (...skipping 88 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1029 'i18n/time_formatting.h', | 1030 'i18n/time_formatting.h', |
| 1030 'i18n/timezone.cc', | 1031 'i18n/timezone.cc', |
| 1031 'i18n/timezone.h', | 1032 'i18n/timezone.h', |
| 1032 'i18n/utf8_validator_tables.cc', | 1033 'i18n/utf8_validator_tables.cc', |
| 1033 'i18n/utf8_validator_tables.h', | 1034 'i18n/utf8_validator_tables.h', |
| 1034 ], | 1035 ], |
| 1035 }] | 1036 }] |
| 1036 ], | 1037 ], |
| 1037 }, | 1038 }, |
| 1038 } | 1039 } |
| OLD | NEW |