| 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_window_cache_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 218 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 326 'dependencies': [ | 327 'dependencies': [ |
| 327 '../../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', | 328 '../../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', |
| 328 ], | 329 ], |
| 329 }], | 330 }], |
| 330 ], | 331 ], |
| 331 }, | 332 }, |
| 332 ], | 333 ], |
| 333 }], | 334 }], |
| 334 ], | 335 ], |
| 335 } | 336 } |
| OLD | NEW |