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 423 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
689 }], | 691 }], |
690 ['use_ozone==1', { | 692 ['use_ozone==1', { |
691 'sources!': [ | 693 'sources!': [ |
692 'corewm/capture_controller_unittest.cc', | 694 'corewm/capture_controller_unittest.cc', |
693 ], | 695 ], |
694 }], | 696 }], |
695 ], | 697 ], |
696 }, # target_name: views_unittests | 698 }, # target_name: views_unittests |
697 ], | 699 ], |
698 } | 700 } |
OLD | NEW |