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 'targets': [ | 8 'targets': [ |
9 { | 9 { |
10 'target_name': 'views', | 10 'target_name': 'views', |
(...skipping 227 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
238 'focus/focus_manager.h', | 238 'focus/focus_manager.h', |
239 'focus/focus_manager_delegate.h', | 239 'focus/focus_manager_delegate.h', |
240 'focus/focus_manager_factory.cc', | 240 'focus/focus_manager_factory.cc', |
241 'focus/focus_manager_factory.h', | 241 'focus/focus_manager_factory.h', |
242 'focus/focus_search.cc', | 242 'focus/focus_search.cc', |
243 'focus/focus_search.h', | 243 'focus/focus_search.h', |
244 'focus/view_storage.cc', | 244 'focus/view_storage.cc', |
245 'focus/view_storage.h', | 245 'focus/view_storage.h', |
246 'focus/widget_focus_manager.cc', | 246 'focus/widget_focus_manager.cc', |
247 'focus/widget_focus_manager.h', | 247 'focus/widget_focus_manager.h', |
| 248 'ime/input_method.h', |
248 'ime/input_method_base.cc', | 249 'ime/input_method_base.cc', |
249 'ime/input_method_base.h', | 250 'ime/input_method_base.h', |
250 'ime/input_method_bridge.cc', | 251 'ime/input_method_bridge.cc', |
251 'ime/input_method_bridge.h', | 252 'ime/input_method_bridge.h', |
252 'ime/input_method_delegate.h', | 253 'ime/input_method_delegate.h', |
253 'ime/input_method.h', | |
254 'ime/mock_input_method.cc', | 254 'ime/mock_input_method.cc', |
255 'ime/mock_input_method.h', | 255 'ime/mock_input_method.h', |
| 256 'ime/null_input_method.cc', |
| 257 'ime/null_input_method.h', |
256 'layout/box_layout.cc', | 258 'layout/box_layout.cc', |
257 'layout/box_layout.h', | 259 'layout/box_layout.h', |
258 'layout/fill_layout.cc', | 260 'layout/fill_layout.cc', |
259 'layout/fill_layout.h', | 261 'layout/fill_layout.h', |
260 'layout/grid_layout.cc', | 262 'layout/grid_layout.cc', |
261 'layout/grid_layout.h', | 263 'layout/grid_layout.h', |
262 'layout/layout_constants.h', | 264 'layout/layout_constants.h', |
263 'layout/layout_manager.cc', | 265 'layout/layout_manager.cc', |
264 'layout/layout_manager.h', | 266 'layout/layout_manager.h', |
265 'linux_ui/linux_ui.h', | 267 'linux_ui/linux_ui.h', |
(...skipping 420 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
686 }], | 688 }], |
687 ['use_ozone==1', { | 689 ['use_ozone==1', { |
688 'sources!': [ | 690 'sources!': [ |
689 'corewm/capture_controller_unittest.cc', | 691 'corewm/capture_controller_unittest.cc', |
690 ], | 692 ], |
691 }], | 693 }], |
692 ], | 694 ], |
693 }, # target_name: views_unittests | 695 }, # target_name: views_unittests |
694 ], | 696 ], |
695 } | 697 } |
OLD | NEW |