| 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 | 8 |
| 9 'target_defaults': { | 9 'target_defaults': { |
| 10 'conditions': [ | 10 'conditions': [ |
| (...skipping 298 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 309 'view_text_utils.cc', | 309 'view_text_utils.cc', |
| 310 'view_text_utils.h', | 310 'view_text_utils.h', |
| 311 'view_win.cc', | 311 'view_win.cc', |
| 312 'views_delegate.h', | 312 'views_delegate.h', |
| 313 'widget/aero_tooltip_manager.cc', | 313 'widget/aero_tooltip_manager.cc', |
| 314 'widget/aero_tooltip_manager.h', | 314 'widget/aero_tooltip_manager.h', |
| 315 'widget/child_window_message_processor.cc', | 315 'widget/child_window_message_processor.cc', |
| 316 'widget/child_window_message_processor.h', | 316 'widget/child_window_message_processor.h', |
| 317 'widget/default_theme_provider.cc', | 317 'widget/default_theme_provider.cc', |
| 318 'widget/default_theme_provider.h', | 318 'widget/default_theme_provider.h', |
| 319 'widget/desktop_native_widget_helper_aura.cc', |
| 320 'widget/desktop_native_widget_helper_aura.h', |
| 319 'widget/drop_helper.cc', | 321 'widget/drop_helper.cc', |
| 320 'widget/drop_helper.h', | 322 'widget/drop_helper.h', |
| 321 'widget/drop_target_win.cc', | 323 'widget/drop_target_win.cc', |
| 322 'widget/drop_target_win.h', | 324 'widget/drop_target_win.h', |
| 323 'widget/root_view.cc', | 325 'widget/root_view.cc', |
| 324 'widget/root_view.h', | 326 'widget/root_view.h', |
| 325 'widget/tooltip_manager_aura.cc', | 327 'widget/tooltip_manager_aura.cc', |
| 326 'widget/tooltip_manager_aura.h', | 328 'widget/tooltip_manager_aura.h', |
| 327 'widget/tooltip_manager_win.cc', | 329 'widget/tooltip_manager_win.cc', |
| 328 'widget/tooltip_manager_win.h', | 330 'widget/tooltip_manager_win.h', |
| (...skipping 356 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 685 ['use_aura==1', { | 687 ['use_aura==1', { |
| 686 'dependencies': [ | 688 'dependencies': [ |
| 687 '../gfx/compositor/compositor.gyp:compositor', | 689 '../gfx/compositor/compositor.gyp:compositor', |
| 688 '../gfx/compositor/compositor.gyp:compositor_test_support', | 690 '../gfx/compositor/compositor.gyp:compositor_test_support', |
| 689 ], | 691 ], |
| 690 }], | 692 }], |
| 691 ], | 693 ], |
| 692 }, # target_name: views_examples_lib | 694 }, # target_name: views_examples_lib |
| 693 ], | 695 ], |
| 694 } | 696 } |
| OLD | NEW |