| 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', |
| 273 'linux_ui/window_button_order_observer.h', | 272 'linux_ui/window_button_order_observer.h', |
| 274 'metrics.cc', | 273 'metrics.cc', |
| 275 'metrics.h', | 274 'metrics.h', |
| 276 'metrics_aura.cc', | 275 'metrics_aura.cc', |
| 277 'mouse_constants.h', | 276 'mouse_constants.h', |
| 278 'mouse_watcher.cc', | 277 'mouse_watcher.cc', |
| 279 'mouse_watcher.h', | 278 'mouse_watcher.h', |
| 280 'mouse_watcher_view_host.cc', | 279 'mouse_watcher_view_host.cc', |
| (...skipping 411 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 692 }], | 691 }], |
| 693 ['use_ozone==1', { | 692 ['use_ozone==1', { |
| 694 'sources!': [ | 693 'sources!': [ |
| 695 'corewm/capture_controller_unittest.cc', | 694 'corewm/capture_controller_unittest.cc', |
| 696 ], | 695 ], |
| 697 }], | 696 }], |
| 698 ], | 697 ], |
| 699 }, # target_name: views_unittests | 698 }, # target_name: views_unittests |
| 700 ], | 699 ], |
| 701 } | 700 } |
| OLD | NEW |