OLD | NEW |
1 # Copyright 2013 The Chromium Authors. All rights reserved. | 1 # Copyright 2013 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 'variables': { | 6 'variables': { |
7 'chromium_code': 1, | 7 'chromium_code': 1, |
8 }, | 8 }, |
9 'targets': [ | 9 'targets': [ |
10 { | 10 { |
(...skipping 77 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
88 'models/list_selection_model_unittest.cc', | 88 'models/list_selection_model_unittest.cc', |
89 'models/tree_node_model_unittest.cc', | 89 'models/tree_node_model_unittest.cc', |
90 'test/data/resource.h', | 90 'test/data/resource.h', |
91 'test/scoped_fake_nswindow_fullscreen_unittest.mm', | 91 'test/scoped_fake_nswindow_fullscreen_unittest.mm', |
92 'test/test_clipboard_unittest.cc', | 92 'test/test_clipboard_unittest.cc', |
93 'text/bytes_formatting_unittest.cc', | 93 'text/bytes_formatting_unittest.cc', |
94 'user_activity/user_activity_detector_unittest.cc', | 94 'user_activity/user_activity_detector_unittest.cc', |
95 'view_prop_unittest.cc', | 95 'view_prop_unittest.cc', |
96 'webui/web_ui_util_unittest.cc', | 96 'webui/web_ui_util_unittest.cc', |
97 'x/selection_requestor_unittest.cc', | 97 'x/selection_requestor_unittest.cc', |
| 98 'x/x11_util_unittest.cc', |
98 ], | 99 ], |
99 'include_dirs': [ | 100 'include_dirs': [ |
100 '../..', | 101 '../..', |
101 ], | 102 ], |
102 'conditions': [ | 103 'conditions': [ |
103 ['OS!="ios"', { | 104 ['OS!="ios"', { |
104 'sources' : [ '<@(_all_sources)' ], | 105 'sources' : [ '<@(_all_sources)' ], |
105 }, { # OS=="ios" | 106 }, { # OS=="ios" |
106 'sources' : [ '<@(_common_sources)' ], | 107 'sources' : [ '<@(_common_sources)' ], |
107 # The ResourceBundle unittest expects a locale.pak file to exist in | 108 # The ResourceBundle unittest expects a locale.pak file to exist in |
(...skipping 104 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
212 '../events/platform/events_platform.gyp:events_platform', | 213 '../events/platform/events_platform.gyp:events_platform', |
213 ], | 214 ], |
214 }], | 215 }], |
215 ['chromeos==1', { | 216 ['chromeos==1', { |
216 'dependencies': [ | 217 'dependencies': [ |
217 '../../chromeos/chromeos.gyp:chromeos', | 218 '../../chromeos/chromeos.gyp:chromeos', |
218 ], | 219 ], |
219 'sources!': [ | 220 'sources!': [ |
220 'dragdrop/os_exchange_data_provider_aurax11_unittest.cc', | 221 'dragdrop/os_exchange_data_provider_aurax11_unittest.cc', |
221 'x/selection_requestor_unittest.cc', | 222 'x/selection_requestor_unittest.cc', |
| 223 'x/x11_util_unittest.cc', |
222 ], | 224 ], |
223 }], | 225 }], |
224 ['use_x11==0', { | 226 ['use_x11==0', { |
225 'sources!': [ | 227 'sources!': [ |
226 'ime/composition_text_util_pango_unittest.cc', | 228 'ime/composition_text_util_pango_unittest.cc', |
227 'ime/input_method_chromeos_unittest.cc', | 229 'ime/input_method_chromeos_unittest.cc', |
228 ], | 230 ], |
229 }], | 231 }], |
230 ], | 232 ], |
231 'target_conditions': [ | 233 'target_conditions': [ |
(...skipping 94 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
326 'dependencies': [ | 328 'dependencies': [ |
327 '../../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', | 329 '../../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', |
328 ], | 330 ], |
329 }], | 331 }], |
330 ], | 332 ], |
331 }, | 333 }, |
332 ], | 334 ], |
333 }], | 335 }], |
334 ], | 336 ], |
335 } | 337 } |
OLD | NEW |