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 246 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
257 'layout/box_layout.h', | 257 'layout/box_layout.h', |
258 'layout/fill_layout.cc', | 258 'layout/fill_layout.cc', |
259 'layout/fill_layout.h', | 259 'layout/fill_layout.h', |
260 'layout/grid_layout.cc', | 260 'layout/grid_layout.cc', |
261 'layout/grid_layout.h', | 261 'layout/grid_layout.h', |
262 'layout/layout_constants.h', | 262 'layout/layout_constants.h', |
263 'layout/layout_manager.cc', | 263 'layout/layout_manager.cc', |
264 'layout/layout_manager.h', | 264 'layout/layout_manager.h', |
265 'linux_ui/linux_ui.h', | 265 'linux_ui/linux_ui.h', |
266 'linux_ui/linux_ui.cc', | 266 'linux_ui/linux_ui.cc', |
267 'linux_ui/native_theme_change_observer.h', | |
268 'linux_ui/status_icon_linux.h', | 267 'linux_ui/status_icon_linux.h', |
269 'linux_ui/status_icon_linux.cc', | 268 'linux_ui/status_icon_linux.cc', |
270 'linux_ui/window_button_order_observer.h', | 269 'linux_ui/window_button_order_observer.h', |
271 'metrics.cc', | 270 'metrics.cc', |
272 'metrics.h', | 271 'metrics.h', |
273 'metrics_aura.cc', | 272 'metrics_aura.cc', |
274 'mouse_constants.h', | 273 'mouse_constants.h', |
275 'mouse_watcher.cc', | 274 'mouse_watcher.cc', |
276 'mouse_watcher.h', | 275 'mouse_watcher.h', |
277 'mouse_watcher_view_host.cc', | 276 'mouse_watcher_view_host.cc', |
(...skipping 411 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
689 }], | 688 }], |
690 ['use_ozone==1', { | 689 ['use_ozone==1', { |
691 'sources!': [ | 690 'sources!': [ |
692 'corewm/capture_controller_unittest.cc', | 691 'corewm/capture_controller_unittest.cc', |
693 ], | 692 ], |
694 }], | 693 }], |
695 ], | 694 ], |
696 }, # target_name: views_unittests | 695 }, # target_name: views_unittests |
697 ], | 696 ], |
698 } | 697 } |
OLD | NEW |