| 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 226 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 237 'controls/tree/tree_view.h', | 237 'controls/tree/tree_view.h', |
| 238 'controls/tree/tree_view_controller.cc', | 238 'controls/tree/tree_view_controller.cc', |
| 239 'controls/tree/tree_view_controller.h', | 239 'controls/tree/tree_view_controller.h', |
| 240 'corewm/tooltip.h', | 240 'corewm/tooltip.h', |
| 241 'corewm/tooltip_aura.cc', | 241 'corewm/tooltip_aura.cc', |
| 242 'corewm/tooltip_aura.h', | 242 'corewm/tooltip_aura.h', |
| 243 'corewm/tooltip_controller.cc', | 243 'corewm/tooltip_controller.cc', |
| 244 'corewm/tooltip_controller.h', | 244 'corewm/tooltip_controller.h', |
| 245 'corewm/tooltip_win.cc', | 245 'corewm/tooltip_win.cc', |
| 246 'corewm/tooltip_win.h', | 246 'corewm/tooltip_win.h', |
| 247 'cull_set.cc', |
| 248 'cull_set.h', |
| 247 'debug_utils.cc', | 249 'debug_utils.cc', |
| 248 'debug_utils.h', | 250 'debug_utils.h', |
| 249 'drag_controller.h', | 251 'drag_controller.h', |
| 250 'drag_utils.cc', | 252 'drag_utils.cc', |
| 251 'drag_utils.h', | 253 'drag_utils.h', |
| 252 'drag_utils_aura.cc', | 254 'drag_utils_aura.cc', |
| 253 'focus/external_focus_tracker.cc', | 255 'focus/external_focus_tracker.cc', |
| 254 'focus/external_focus_tracker.h', | 256 'focus/external_focus_tracker.h', |
| 255 'focus/focus_manager.cc', | 257 'focus/focus_manager.cc', |
| 256 'focus/focus_manager.h', | 258 'focus/focus_manager.h', |
| (...skipping 459 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 716 }], | 718 }], |
| 717 ['use_aura==1', { | 719 ['use_aura==1', { |
| 718 'dependencies': [ | 720 'dependencies': [ |
| 719 '../aura/aura.gyp:aura_test_support', | 721 '../aura/aura.gyp:aura_test_support', |
| 720 ], | 722 ], |
| 721 }], | 723 }], |
| 722 ], | 724 ], |
| 723 }, # target_name: views_unittests | 725 }, # target_name: views_unittests |
| 724 ], | 726 ], |
| 725 } | 727 } |
| OLD | NEW |