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 214 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
225 'corewm/tooltip_aura.h', | 225 'corewm/tooltip_aura.h', |
226 'corewm/tooltip_controller.cc', | 226 'corewm/tooltip_controller.cc', |
227 'corewm/tooltip_controller.h', | 227 'corewm/tooltip_controller.h', |
228 'corewm/tooltip_win.cc', | 228 'corewm/tooltip_win.cc', |
229 'corewm/tooltip_win.h', | 229 'corewm/tooltip_win.h', |
230 'debug_utils.cc', | 230 'debug_utils.cc', |
231 'debug_utils.h', | 231 'debug_utils.h', |
232 'drag_controller.h', | 232 'drag_controller.h', |
233 'drag_utils.cc', | 233 'drag_utils.cc', |
234 'drag_utils.h', | 234 'drag_utils.h', |
235 'event_utils.h', | |
236 'event_utils_aura.cc', | |
237 'event_utils_win.cc', | |
238 'focus/external_focus_tracker.cc', | 235 'focus/external_focus_tracker.cc', |
239 'focus/external_focus_tracker.h', | 236 'focus/external_focus_tracker.h', |
240 'focus/focus_manager.cc', | 237 'focus/focus_manager.cc', |
241 'focus/focus_manager.h', | 238 'focus/focus_manager.h', |
242 'focus/focus_manager_delegate.h', | 239 'focus/focus_manager_delegate.h', |
243 'focus/focus_manager_factory.cc', | 240 'focus/focus_manager_factory.cc', |
244 'focus/focus_manager_factory.h', | 241 'focus/focus_manager_factory.h', |
245 'focus/focus_search.cc', | 242 'focus/focus_search.cc', |
246 'focus/focus_search.h', | 243 'focus/focus_search.h', |
247 'focus/view_storage.cc', | 244 'focus/view_storage.cc', |
(...skipping 444 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
692 }], | 689 }], |
693 ['use_ozone==1', { | 690 ['use_ozone==1', { |
694 'sources!': [ | 691 'sources!': [ |
695 'corewm/capture_controller_unittest.cc', | 692 'corewm/capture_controller_unittest.cc', |
696 ], | 693 ], |
697 }], | 694 }], |
698 ], | 695 ], |
699 }, # target_name: views_unittests | 696 }, # target_name: views_unittests |
700 ], | 697 ], |
701 } | 698 } |
OLD | NEW |