| 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 249 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 260 'layout/box_layout.h', | 260 'layout/box_layout.h', |
| 261 'layout/fill_layout.cc', | 261 'layout/fill_layout.cc', |
| 262 'layout/fill_layout.h', | 262 'layout/fill_layout.h', |
| 263 'layout/grid_layout.cc', | 263 'layout/grid_layout.cc', |
| 264 'layout/grid_layout.h', | 264 'layout/grid_layout.h', |
| 265 'layout/layout_constants.h', | 265 'layout/layout_constants.h', |
| 266 'layout/layout_manager.cc', | 266 'layout/layout_manager.cc', |
| 267 'layout/layout_manager.h', | 267 'layout/layout_manager.h', |
| 268 'linux_ui/linux_ui.h', | 268 'linux_ui/linux_ui.h', |
| 269 'linux_ui/linux_ui.cc', | 269 'linux_ui/linux_ui.cc', |
| 270 'linux_ui/native_theme_change_observer.h', | |
| 271 'linux_ui/status_icon_linux.h', | 270 'linux_ui/status_icon_linux.h', |
| 272 'linux_ui/status_icon_linux.cc', | 271 'linux_ui/status_icon_linux.cc', |
| 272 'linux_ui/system_theme_change_observer.h', |
| 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_theme_delegate.h', | 282 'native_theme_delegate.h', |
| (...skipping 409 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 692 }], | 692 }], |
| 693 ['use_ozone==1', { | 693 ['use_ozone==1', { |
| 694 'sources!': [ | 694 'sources!': [ |
| 695 'corewm/capture_controller_unittest.cc', | 695 'corewm/capture_controller_unittest.cc', |
| 696 ], | 696 ], |
| 697 }], | 697 }], |
| 698 ], | 698 ], |
| 699 }, # target_name: views_unittests | 699 }, # target_name: views_unittests |
| 700 ], | 700 ], |
| 701 } | 701 } |
| OLD | NEW |