| 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 909 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 920 ], | 920 ], |
| 921 ['OS != "openbsd" or >(nacl_untrusted_build)==1', { | 921 ['OS != "openbsd" or >(nacl_untrusted_build)==1', { |
| 922 'sources/': [ ['exclude', '_openbsd\\.cc$'] ], | 922 'sources/': [ ['exclude', '_openbsd\\.cc$'] ], |
| 923 }, | 923 }, |
| 924 ], | 924 ], |
| 925 ['OS == "win" and >(nacl_untrusted_build)==0', { | 925 ['OS == "win" and >(nacl_untrusted_build)==0', { |
| 926 'include_dirs': [ | 926 'include_dirs': [ |
| 927 '<(DEPTH)/third_party/wtl/include', | 927 '<(DEPTH)/third_party/wtl/include', |
| 928 ], | 928 ], |
| 929 'sources!': [ | 929 'sources!': [ |
| 930 'event_recorder_stubs.cc', | |
| 931 'files/file_path_watcher_fsevents.cc', | 930 'files/file_path_watcher_fsevents.cc', |
| 932 'files/file_path_watcher_fsevents.h', | 931 'files/file_path_watcher_fsevents.h', |
| 933 'files/file_path_watcher_kqueue.cc', | 932 'files/file_path_watcher_kqueue.cc', |
| 934 'files/file_path_watcher_kqueue.h', | 933 'files/file_path_watcher_kqueue.h', |
| 935 'files/file_path_watcher_stub.cc', | 934 'files/file_path_watcher_stub.cc', |
| 936 'message_loop/message_pump_libevent.cc', | 935 'message_loop/message_pump_libevent.cc', |
| 937 'posix/file_descriptor_shuffle.cc', | 936 'posix/file_descriptor_shuffle.cc', |
| 938 # Not using sha1_win.cc because it may have caused a | 937 # Not using sha1_win.cc because it may have caused a |
| 939 # regression to page cycler moz. | 938 # regression to page cycler moz. |
| 940 'sha1_win.cc', | 939 'sha1_win.cc', |
| (...skipping 88 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1029 'i18n/time_formatting.h', | 1028 'i18n/time_formatting.h', |
| 1030 'i18n/timezone.cc', | 1029 'i18n/timezone.cc', |
| 1031 'i18n/timezone.h', | 1030 'i18n/timezone.h', |
| 1032 'i18n/utf8_validator_tables.cc', | 1031 'i18n/utf8_validator_tables.cc', |
| 1033 'i18n/utf8_validator_tables.h', | 1032 'i18n/utf8_validator_tables.h', |
| 1034 ], | 1033 ], |
| 1035 }] | 1034 }] |
| 1036 ], | 1035 ], |
| 1037 }, | 1036 }, |
| 1038 } | 1037 } |
| OLD | NEW |