| 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/textfield/textfield_controller.cc', | 237 'controls/textfield/textfield_controller.cc', |
| 238 'controls/textfield/textfield_controller.h', | 238 'controls/textfield/textfield_controller.h', |
| 239 'controls/textfield/textfield_model.cc', | 239 'controls/textfield/textfield_model.cc', |
| 240 'controls/textfield/textfield_model.h', | 240 'controls/textfield/textfield_model.h', |
| 241 'controls/throbber.cc', | 241 'controls/throbber.cc', |
| 242 'controls/throbber.h', | 242 'controls/throbber.h', |
| 243 'controls/tree/tree_view.cc', | 243 'controls/tree/tree_view.cc', |
| 244 'controls/tree/tree_view.h', | 244 'controls/tree/tree_view.h', |
| 245 'controls/tree/tree_view_controller.cc', | 245 'controls/tree/tree_view_controller.cc', |
| 246 'controls/tree/tree_view_controller.h', | 246 'controls/tree/tree_view_controller.h', |
| 247 'corewm/cursor_height_provider_win.cc', |
| 248 'corewm/cursor_height_provider_win.h', |
| 247 'corewm/tooltip.h', | 249 'corewm/tooltip.h', |
| 248 'corewm/tooltip_aura.cc', | 250 'corewm/tooltip_aura.cc', |
| 249 'corewm/tooltip_aura.h', | 251 'corewm/tooltip_aura.h', |
| 250 'corewm/tooltip_controller.cc', | 252 'corewm/tooltip_controller.cc', |
| 251 'corewm/tooltip_controller.h', | 253 'corewm/tooltip_controller.h', |
| 252 'corewm/tooltip_win.cc', | 254 'corewm/tooltip_win.cc', |
| 253 'corewm/tooltip_win.h', | 255 'corewm/tooltip_win.h', |
| 254 'cull_set.cc', | 256 'cull_set.cc', |
| 255 'cull_set.h', | 257 'cull_set.h', |
| 256 'debug_utils.cc', | 258 'debug_utils.cc', |
| (...skipping 486 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 743 }], | 745 }], |
| 744 ['use_x11==1', { | 746 ['use_x11==1', { |
| 745 'dependencies': [ | 747 'dependencies': [ |
| 746 '../events/platform/x11/x11_events_platform.gyp:x11_events_platform'
, | 748 '../events/platform/x11/x11_events_platform.gyp:x11_events_platform'
, |
| 747 ], | 749 ], |
| 748 }], | 750 }], |
| 749 ], | 751 ], |
| 750 }, # target_name: views_unittests | 752 }, # target_name: views_unittests |
| 751 ], | 753 ], |
| 752 } | 754 } |
| OLD | NEW |