| 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 76 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 87 'models/list_selection_model_unittest.cc', | 87 'models/list_selection_model_unittest.cc', |
| 88 'models/tree_node_model_unittest.cc', | 88 'models/tree_node_model_unittest.cc', |
| 89 'test/data/resource.h', | 89 'test/data/resource.h', |
| 90 'test/scoped_fake_nswindow_fullscreen_unittest.mm', | 90 'test/scoped_fake_nswindow_fullscreen_unittest.mm', |
| 91 'test/test_clipboard_unittest.cc', | 91 'test/test_clipboard_unittest.cc', |
| 92 'text/bytes_formatting_unittest.cc', | 92 'text/bytes_formatting_unittest.cc', |
| 93 'user_activity/user_activity_detector_unittest.cc', | 93 'user_activity/user_activity_detector_unittest.cc', |
| 94 'view_prop_unittest.cc', | 94 'view_prop_unittest.cc', |
| 95 'webui/web_ui_util_unittest.cc', | 95 'webui/web_ui_util_unittest.cc', |
| 96 'x/selection_requestor_unittest.cc', | 96 'x/selection_requestor_unittest.cc', |
| 97 'x/x11_window_cache_unittest.cc', |
| 97 ], | 98 ], |
| 98 'include_dirs': [ | 99 'include_dirs': [ |
| 99 '../..', | 100 '../..', |
| 100 ], | 101 ], |
| 101 'conditions': [ | 102 'conditions': [ |
| 102 ['OS!="ios"', { | 103 ['OS!="ios"', { |
| 103 'sources' : [ '<@(_all_sources)' ], | 104 'sources' : [ '<@(_all_sources)' ], |
| 104 }, { # OS=="ios" | 105 }, { # OS=="ios" |
| 105 'sources' : [ '<@(_common_sources)' ], | 106 'sources' : [ '<@(_common_sources)' ], |
| 106 # The ResourceBundle unittest expects a locale.pak file to exist in | 107 # The ResourceBundle unittest expects a locale.pak file to exist in |
| (...skipping 218 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 325 'dependencies': [ | 326 'dependencies': [ |
| 326 '../../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', | 327 '../../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', |
| 327 ], | 328 ], |
| 328 }], | 329 }], |
| 329 ], | 330 ], |
| 330 }, | 331 }, |
| 331 ], | 332 ], |
| 332 }], | 333 }], |
| 333 ], | 334 ], |
| 334 } | 335 } |
| OLD | NEW |