| 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 923 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 934 'files/file_path_watcher_kqueue.h', | 934 'files/file_path_watcher_kqueue.h', |
| 935 'files/file_path_watcher_stub.cc', | 935 'files/file_path_watcher_stub.cc', |
| 936 'message_loop/message_pump_libevent.cc', | 936 'message_loop/message_pump_libevent.cc', |
| 937 'posix/file_descriptor_shuffle.cc', | 937 'posix/file_descriptor_shuffle.cc', |
| 938 # Not using sha1_win.cc because it may have caused a | 938 # Not using sha1_win.cc because it may have caused a |
| 939 # regression to page cycler moz. | 939 # regression to page cycler moz. |
| 940 'sha1_win.cc', | 940 'sha1_win.cc', |
| 941 'strings/string16.cc', | 941 'strings/string16.cc', |
| 942 ], | 942 ], |
| 943 },], | 943 },], |
| 944 ['<(use_ozone) == 1', { | |
| 945 'sources!': [ | |
| 946 'message_loop/message_pump_glib.cc', | |
| 947 ] | |
| 948 }], | |
| 949 ['OS == "linux" and >(nacl_untrusted_build)==0', { | 944 ['OS == "linux" and >(nacl_untrusted_build)==0', { |
| 950 'sources!': [ | 945 'sources!': [ |
| 951 'files/file_path_watcher_fsevents.cc', | 946 'files/file_path_watcher_fsevents.cc', |
| 952 'files/file_path_watcher_fsevents.h', | 947 'files/file_path_watcher_fsevents.h', |
| 953 'files/file_path_watcher_kqueue.cc', | 948 'files/file_path_watcher_kqueue.cc', |
| 954 'files/file_path_watcher_kqueue.h', | 949 'files/file_path_watcher_kqueue.h', |
| 955 'files/file_path_watcher_stub.cc', | 950 'files/file_path_watcher_stub.cc', |
| 956 ], | 951 ], |
| 957 }], | 952 }], |
| 958 ['(OS == "mac" or OS == "ios") and >(nacl_untrusted_build)==0', { | 953 ['(OS == "mac" or OS == "ios") and >(nacl_untrusted_build)==0', { |
| (...skipping 70 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1029 'i18n/time_formatting.h', | 1024 'i18n/time_formatting.h', |
| 1030 'i18n/timezone.cc', | 1025 'i18n/timezone.cc', |
| 1031 'i18n/timezone.h', | 1026 'i18n/timezone.h', |
| 1032 'i18n/utf8_validator_tables.cc', | 1027 'i18n/utf8_validator_tables.cc', |
| 1033 'i18n/utf8_validator_tables.h', | 1028 'i18n/utf8_validator_tables.h', |
| 1034 ], | 1029 ], |
| 1035 }] | 1030 }] |
| 1036 ], | 1031 ], |
| 1037 }, | 1032 }, |
| 1038 } | 1033 } |
| OLD | NEW |