| 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 56 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 67 'base/ime/remote_input_method_win_unittest.cc', | 67 'base/ime/remote_input_method_win_unittest.cc', |
| 68 'base/ime/win/imm32_manager_unittest.cc', | 68 'base/ime/win/imm32_manager_unittest.cc', |
| 69 'base/ime/win/tsf_input_scope_unittest.cc', | 69 'base/ime/win/tsf_input_scope_unittest.cc', |
| 70 'base/models/list_model_unittest.cc', | 70 'base/models/list_model_unittest.cc', |
| 71 'base/models/list_selection_model_unittest.cc', | 71 'base/models/list_selection_model_unittest.cc', |
| 72 'base/models/tree_node_model_unittest.cc', | 72 'base/models/tree_node_model_unittest.cc', |
| 73 'base/test/data/resource.h', | 73 'base/test/data/resource.h', |
| 74 'base/text/bytes_formatting_unittest.cc', | 74 'base/text/bytes_formatting_unittest.cc', |
| 75 'base/view_prop_unittest.cc', | 75 'base/view_prop_unittest.cc', |
| 76 'base/webui/web_ui_util_unittest.cc', | 76 'base/webui/web_ui_util_unittest.cc', |
| 77 'base/x/selection_requestor_unittest.cc', |
| 77 'gfx/canvas_unittest_mac.mm', | 78 'gfx/canvas_unittest_mac.mm', |
| 78 'gfx/platform_font_mac_unittest.mm', | 79 'gfx/platform_font_mac_unittest.mm', |
| 79 ], | 80 ], |
| 80 'include_dirs': [ | 81 'include_dirs': [ |
| 81 '../', | 82 '../', |
| 82 ], | 83 ], |
| 83 'conditions': [ | 84 'conditions': [ |
| 84 ['OS!="ios"', { | 85 ['OS!="ios"', { |
| 85 'sources' : ['<@(_all_sources)'], | 86 'sources' : ['<@(_all_sources)'], |
| 86 }, { # OS=="ios" | 87 }, { # OS=="ios" |
| (...skipping 122 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 209 '../chromeos/chromeos.gyp:chromeos', | 210 '../chromeos/chromeos.gyp:chromeos', |
| 210 'aura/aura.gyp:aura_test_support', | 211 'aura/aura.gyp:aura_test_support', |
| 211 'chromeos/ui_chromeos.gyp:ui_chromeos', | 212 'chromeos/ui_chromeos.gyp:ui_chromeos', |
| 212 'events/events.gyp:gesture_detection', | 213 'events/events.gyp:gesture_detection', |
| 213 ], | 214 ], |
| 214 'sources': [ | 215 'sources': [ |
| 215 'chromeos/touch_exploration_controller_unittest.cc' | 216 'chromeos/touch_exploration_controller_unittest.cc' |
| 216 ], | 217 ], |
| 217 'sources!': [ | 218 'sources!': [ |
| 218 'base/dragdrop/os_exchange_data_provider_aurax11_unittest.cc', | 219 'base/dragdrop/os_exchange_data_provider_aurax11_unittest.cc', |
| 220 'base/x/selection_requestor_unittest.cc', |
| 219 ], | 221 ], |
| 220 }], | 222 }], |
| 221 ['chromeos==0 or use_x11==0', { | 223 ['chromeos==0 or use_x11==0', { |
| 222 'sources!': [ | 224 'sources!': [ |
| 223 'base/ime/chromeos/character_composer_unittest.cc', | 225 'base/ime/chromeos/character_composer_unittest.cc', |
| 224 'base/ime/input_method_chromeos_unittest.cc', | 226 'base/ime/input_method_chromeos_unittest.cc', |
| 225 ], | 227 ], |
| 226 }], | 228 }], |
| 227 ['use_x11==0', { | 229 ['use_x11==0', { |
| 228 'sources!': [ | 230 'sources!': [ |
| (...skipping 36 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 265 ], | 267 ], |
| 266 'variables': { | 268 'variables': { |
| 267 'test_suite_name': 'ui_unittests', | 269 'test_suite_name': 'ui_unittests', |
| 268 }, | 270 }, |
| 269 'includes': [ '../build/apk_test.gypi' ], | 271 'includes': [ '../build/apk_test.gypi' ], |
| 270 }, | 272 }, |
| 271 ], | 273 ], |
| 272 }], | 274 }], |
| 273 ], | 275 ], |
| 274 } | 276 } |
| OLD | NEW |