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 'variables': { | 5 'variables': { |
6 'chromium_code': 1, | 6 'chromium_code': 1, |
7 }, | 7 }, |
8 'target_defaults': { | 8 'target_defaults': { |
9 'conditions': [ | 9 'conditions': [ |
10 ['use_aura==1', { | 10 ['use_aura==1', { |
(...skipping 245 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
256 'focus/focus_manager.h', | 256 'focus/focus_manager.h', |
257 'focus/focus_manager_delegate.h', | 257 'focus/focus_manager_delegate.h', |
258 'focus/focus_manager_factory.cc', | 258 'focus/focus_manager_factory.cc', |
259 'focus/focus_manager_factory.h', | 259 'focus/focus_manager_factory.h', |
260 'focus/focus_search.cc', | 260 'focus/focus_search.cc', |
261 'focus/focus_search.h', | 261 'focus/focus_search.h', |
262 'focus/view_storage.cc', | 262 'focus/view_storage.cc', |
263 'focus/view_storage.h', | 263 'focus/view_storage.h', |
264 'focus/widget_focus_manager.cc', | 264 'focus/widget_focus_manager.cc', |
265 'focus/widget_focus_manager.h', | 265 'focus/widget_focus_manager.h', |
| 266 'ime/input_method.h', |
266 'ime/input_method_base.cc', | 267 'ime/input_method_base.cc', |
267 'ime/input_method_base.h', | 268 'ime/input_method_base.h', |
268 'ime/input_method_bridge.cc', | 269 'ime/input_method_bridge.cc', |
269 'ime/input_method_bridge.h', | 270 'ime/input_method_bridge.h', |
270 'ime/input_method_delegate.h', | 271 'ime/input_method_delegate.h', |
271 'ime/input_method.h', | |
272 'ime/mock_input_method.cc', | 272 'ime/mock_input_method.cc', |
273 'ime/mock_input_method.h', | 273 'ime/mock_input_method.h', |
| 274 'ime/null_input_method.cc', |
| 275 'ime/null_input_method.h', |
274 'layout/box_layout.cc', | 276 'layout/box_layout.cc', |
275 'layout/box_layout.h', | 277 'layout/box_layout.h', |
276 'layout/fill_layout.cc', | 278 'layout/fill_layout.cc', |
277 'layout/fill_layout.h', | 279 'layout/fill_layout.h', |
278 'layout/grid_layout.cc', | 280 'layout/grid_layout.cc', |
279 'layout/grid_layout.h', | 281 'layout/grid_layout.h', |
280 'layout/layout_constants.h', | 282 'layout/layout_constants.h', |
281 'layout/layout_manager.cc', | 283 'layout/layout_manager.cc', |
282 'layout/layout_manager.h', | 284 'layout/layout_manager.h', |
283 'linux_ui/linux_ui.h', | 285 'linux_ui/linux_ui.h', |
(...skipping 429 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
713 }], | 715 }], |
714 ['use_aura==1', { | 716 ['use_aura==1', { |
715 'dependencies': [ | 717 'dependencies': [ |
716 '../aura/aura.gyp:aura_test_support', | 718 '../aura/aura.gyp:aura_test_support', |
717 ], | 719 ], |
718 }], | 720 }], |
719 ], | 721 ], |
720 }, # target_name: views_unittests | 722 }, # target_name: views_unittests |
721 ], | 723 ], |
722 } | 724 } |
OLD | NEW |