| 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 230 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 241 'focus/focus_manager.h', | 241 'focus/focus_manager.h', |
| 242 'focus/focus_manager_delegate.h', | 242 'focus/focus_manager_delegate.h', |
| 243 'focus/focus_manager_factory.cc', | 243 'focus/focus_manager_factory.cc', |
| 244 'focus/focus_manager_factory.h', | 244 'focus/focus_manager_factory.h', |
| 245 'focus/focus_search.cc', | 245 'focus/focus_search.cc', |
| 246 'focus/focus_search.h', | 246 'focus/focus_search.h', |
| 247 'focus/view_storage.cc', | 247 'focus/view_storage.cc', |
| 248 'focus/view_storage.h', | 248 'focus/view_storage.h', |
| 249 'focus/widget_focus_manager.cc', | 249 'focus/widget_focus_manager.cc', |
| 250 'focus/widget_focus_manager.h', | 250 'focus/widget_focus_manager.h', |
| 251 'ime/input_method.h', |
| 251 'ime/input_method_base.cc', | 252 'ime/input_method_base.cc', |
| 252 'ime/input_method_base.h', | 253 'ime/input_method_base.h', |
| 253 'ime/input_method_bridge.cc', | 254 'ime/input_method_bridge.cc', |
| 254 'ime/input_method_bridge.h', | 255 'ime/input_method_bridge.h', |
| 255 'ime/input_method_delegate.h', | 256 'ime/input_method_delegate.h', |
| 256 'ime/input_method.h', | |
| 257 'ime/mock_input_method.cc', | 257 'ime/mock_input_method.cc', |
| 258 'ime/mock_input_method.h', | 258 'ime/mock_input_method.h', |
| 259 'ime/null_input_method.cc', |
| 260 'ime/null_input_method.h', |
| 259 'layout/box_layout.cc', | 261 'layout/box_layout.cc', |
| 260 'layout/box_layout.h', | 262 'layout/box_layout.h', |
| 261 'layout/fill_layout.cc', | 263 'layout/fill_layout.cc', |
| 262 'layout/fill_layout.h', | 264 'layout/fill_layout.h', |
| 263 'layout/grid_layout.cc', | 265 'layout/grid_layout.cc', |
| 264 'layout/grid_layout.h', | 266 'layout/grid_layout.h', |
| 265 'layout/layout_constants.h', | 267 'layout/layout_constants.h', |
| 266 'layout/layout_manager.cc', | 268 'layout/layout_manager.cc', |
| 267 'layout/layout_manager.h', | 269 'layout/layout_manager.h', |
| 268 'linux_ui/linux_ui.h', | 270 'linux_ui/linux_ui.h', |
| (...skipping 423 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 692 }], | 694 }], |
| 693 ['use_ozone==1', { | 695 ['use_ozone==1', { |
| 694 'sources!': [ | 696 'sources!': [ |
| 695 'corewm/capture_controller_unittest.cc', | 697 'corewm/capture_controller_unittest.cc', |
| 696 ], | 698 ], |
| 697 }], | 699 }], |
| 698 ], | 700 ], |
| 699 }, # target_name: views_unittests | 701 }, # target_name: views_unittests |
| 700 ], | 702 ], |
| 701 } | 703 } |
| OLD | NEW |