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 }], |
944 ['OS == "linux" and >(nacl_untrusted_build)==0', { | 949 ['OS == "linux" and >(nacl_untrusted_build)==0', { |
945 'sources!': [ | 950 'sources!': [ |
946 'files/file_path_watcher_fsevents.cc', | 951 'files/file_path_watcher_fsevents.cc', |
947 'files/file_path_watcher_fsevents.h', | 952 'files/file_path_watcher_fsevents.h', |
948 'files/file_path_watcher_kqueue.cc', | 953 'files/file_path_watcher_kqueue.cc', |
949 'files/file_path_watcher_kqueue.h', | 954 'files/file_path_watcher_kqueue.h', |
950 'files/file_path_watcher_stub.cc', | 955 'files/file_path_watcher_stub.cc', |
951 ], | 956 ], |
952 }], | 957 }], |
953 ['(OS == "mac" or OS == "ios") and >(nacl_untrusted_build)==0', { | 958 ['(OS == "mac" or OS == "ios") and >(nacl_untrusted_build)==0', { |
(...skipping 70 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1024 'i18n/time_formatting.h', | 1029 'i18n/time_formatting.h', |
1025 'i18n/timezone.cc', | 1030 'i18n/timezone.cc', |
1026 'i18n/timezone.h', | 1031 'i18n/timezone.h', |
1027 'i18n/utf8_validator_tables.cc', | 1032 'i18n/utf8_validator_tables.cc', |
1028 'i18n/utf8_validator_tables.h', | 1033 'i18n/utf8_validator_tables.h', |
1029 ], | 1034 ], |
1030 }] | 1035 }] |
1031 ], | 1036 ], |
1032 }, | 1037 }, |
1033 } | 1038 } |
OLD | NEW |