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 569 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
580 ], | 580 ], |
581 'sources': [ | 581 'sources': [ |
582 'test/capture_tracking_view.cc', | 582 'test/capture_tracking_view.cc', |
583 'test/capture_tracking_view.h', | 583 'test/capture_tracking_view.h', |
584 'test/child_modal_window.cc', | 584 'test/child_modal_window.cc', |
585 'test/child_modal_window.h', | 585 'test/child_modal_window.h', |
586 'test/desktop_test_views_delegate.cc', | 586 'test/desktop_test_views_delegate.cc', |
587 'test/desktop_test_views_delegate.h', | 587 'test/desktop_test_views_delegate.h', |
588 'test/test_views_delegate.cc', | 588 'test/test_views_delegate.cc', |
589 'test/test_views_delegate.h', | 589 'test/test_views_delegate.h', |
| 590 'test/test_widget_observer.cc', |
| 591 'test/test_widget_observer.h', |
590 'test/views_test_base.cc', | 592 'test/views_test_base.cc', |
591 'test/views_test_base.h', | 593 'test/views_test_base.h', |
592 ], | 594 ], |
593 'conditions': [ | 595 'conditions': [ |
594 ['use_aura==1', { | 596 ['use_aura==1', { |
595 'dependencies': [ | 597 'dependencies': [ |
596 '../aura/aura.gyp:aura_test_support', | 598 '../aura/aura.gyp:aura_test_support', |
597 '../compositor/compositor.gyp:compositor', | 599 '../compositor/compositor.gyp:compositor', |
598 ], | 600 ], |
599 }, { # use_aura==0 | 601 }, { # use_aura==0 |
(...skipping 384 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
984 'sources/': [ | 986 'sources/': [ |
985 # This is needed because the aura rule strips it from the default | 987 # This is needed because the aura rule strips it from the default |
986 # sources list. | 988 # sources list. |
987 ['include', '^../../content/app/startup_helper_win.cc'], | 989 ['include', '^../../content/app/startup_helper_win.cc'], |
988 ], | 990 ], |
989 }], | 991 }], |
990 ], | 992 ], |
991 }, # target_name: views_examples_with_content_exe | 993 }, # target_name: views_examples_with_content_exe |
992 ], | 994 ], |
993 } | 995 } |
OLD | NEW |