| 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 'target_defaults': { | 8 'target_defaults': { |
| 9 'conditions': [ | 9 'conditions': [ |
| 10 ['use_aura==1', { | 10 ['use_aura==1', { |
| (...skipping 288 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 299 'layout/grid_layout.h', | 299 'layout/grid_layout.h', |
| 300 'layout/layout_constants.h', | 300 'layout/layout_constants.h', |
| 301 'layout/layout_manager.cc', | 301 'layout/layout_manager.cc', |
| 302 'layout/layout_manager.h', | 302 'layout/layout_manager.h', |
| 303 'linux_ui/linux_ui.h', | 303 'linux_ui/linux_ui.h', |
| 304 'linux_ui/linux_ui.cc', | 304 'linux_ui/linux_ui.cc', |
| 305 'linux_ui/status_icon_linux.h', | 305 'linux_ui/status_icon_linux.h', |
| 306 'linux_ui/status_icon_linux.cc', | 306 'linux_ui/status_icon_linux.cc', |
| 307 'linux_ui/window_button_order_observer.h', | 307 'linux_ui/window_button_order_observer.h', |
| 308 'linux_ui/window_button_order_provider.cc', | 308 'linux_ui/window_button_order_provider.cc', |
| 309 'masked_view_targeter.cc', |
| 310 'masked_view_targeter.h', |
| 309 'metrics.cc', | 311 'metrics.cc', |
| 310 'metrics.h', | 312 'metrics.h', |
| 311 'metrics_aura.cc', | 313 'metrics_aura.cc', |
| 312 'metrics_mac.cc', | 314 'metrics_mac.cc', |
| 313 'mouse_constants.h', | 315 'mouse_constants.h', |
| 314 'mouse_watcher.h', | 316 'mouse_watcher.h', |
| 315 'mouse_watcher_aura.cc', | 317 'mouse_watcher_aura.cc', |
| 316 'mouse_watcher_view_host.cc', | 318 'mouse_watcher_view_host.cc', |
| 317 'mouse_watcher_view_host.h', | 319 'mouse_watcher_view_host.h', |
| 318 'native_cursor.h', | 320 'native_cursor.h', |
| (...skipping 472 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 791 }], | 793 }], |
| 792 ['use_x11==1', { | 794 ['use_x11==1', { |
| 793 'dependencies': [ | 795 'dependencies': [ |
| 794 '../events/platform/x11/x11_events_platform.gyp:x11_events_platform'
, | 796 '../events/platform/x11/x11_events_platform.gyp:x11_events_platform'
, |
| 795 ], | 797 ], |
| 796 }], | 798 }], |
| 797 ], | 799 ], |
| 798 }, # target_name: views_unittests | 800 }, # target_name: views_unittests |
| 799 ], | 801 ], |
| 800 } | 802 } |
| OLD | NEW |