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 261 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
272 'linux_ui/status_icon_linux.cc', | 272 'linux_ui/status_icon_linux.cc', |
273 'linux_ui/window_button_order_observer.h', | 273 'linux_ui/window_button_order_observer.h', |
274 'metrics.cc', | 274 'metrics.cc', |
275 'metrics.h', | 275 'metrics.h', |
276 'metrics_aura.cc', | 276 'metrics_aura.cc', |
277 'mouse_constants.h', | 277 'mouse_constants.h', |
278 'mouse_watcher.cc', | 278 'mouse_watcher.cc', |
279 'mouse_watcher.h', | 279 'mouse_watcher.h', |
280 'mouse_watcher_view_host.cc', | 280 'mouse_watcher_view_host.cc', |
281 'mouse_watcher_view_host.h', | 281 'mouse_watcher_view_host.h', |
| 282 'native_cursor.h', |
| 283 'native_cursor_aura.cc', |
| 284 'native_cursor_mac.mm', |
282 'native_theme_delegate.h', | 285 'native_theme_delegate.h', |
283 'painter.cc', | 286 'painter.cc', |
284 'painter.h', | 287 'painter.h', |
285 'rect_based_targeting_utils.cc', | 288 'rect_based_targeting_utils.cc', |
286 'rect_based_targeting_utils.h', | 289 'rect_based_targeting_utils.h', |
287 'repeat_controller.cc', | 290 'repeat_controller.cc', |
288 'repeat_controller.h', | 291 'repeat_controller.h', |
289 'round_rect_painter.cc', | 292 'round_rect_painter.cc', |
290 'round_rect_painter.h', | 293 'round_rect_painter.h', |
291 'shadow_border.cc', | 294 'shadow_border.cc', |
(...skipping 400 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
692 }], | 695 }], |
693 ['use_ozone==1', { | 696 ['use_ozone==1', { |
694 'sources!': [ | 697 'sources!': [ |
695 'corewm/capture_controller_unittest.cc', | 698 'corewm/capture_controller_unittest.cc', |
696 ], | 699 ], |
697 }], | 700 }], |
698 ], | 701 ], |
699 }, # target_name: views_unittests | 702 }, # target_name: views_unittests |
700 ], | 703 ], |
701 } | 704 } |
OLD | NEW |