| 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 607 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 618 'test/desktop_test_views_delegate.cc', | 618 'test/desktop_test_views_delegate.cc', |
| 619 'test/desktop_test_views_delegate.h', | 619 'test/desktop_test_views_delegate.h', |
| 620 'test/test_views.cc', | 620 'test/test_views.cc', |
| 621 'test/test_views.h', | 621 'test/test_views.h', |
| 622 'test/test_views_delegate.cc', | 622 'test/test_views_delegate.cc', |
| 623 'test/test_views_delegate.h', | 623 'test/test_views_delegate.h', |
| 624 'test/test_widget_observer.cc', | 624 'test/test_widget_observer.cc', |
| 625 'test/test_widget_observer.h', | 625 'test/test_widget_observer.h', |
| 626 'test/views_test_base.cc', | 626 'test/views_test_base.cc', |
| 627 'test/views_test_base.h', | 627 'test/views_test_base.h', |
| 628 'test/widget_test.cc', |
| 629 'test/widget_test.h', |
| 628 'widget/root_view_test_helper.h', | 630 'widget/root_view_test_helper.h', |
| 629 ], | 631 ], |
| 630 'conditions': [ | 632 'conditions': [ |
| 631 ['use_aura==1', { | 633 ['use_aura==1', { |
| 632 'dependencies': [ | 634 'dependencies': [ |
| 633 '../aura/aura.gyp:aura_test_support', | 635 '../aura/aura.gyp:aura_test_support', |
| 634 '../compositor/compositor.gyp:compositor', | 636 '../compositor/compositor.gyp:compositor', |
| 635 ], | 637 ], |
| 636 }, { # use_aura==0 | 638 }, { # use_aura==0 |
| 637 'sources!': [ | 639 'sources!': [ |
| (...skipping 420 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1058 'sources/': [ | 1060 'sources/': [ |
| 1059 # This is needed because the aura rule strips it from the default | 1061 # This is needed because the aura rule strips it from the default |
| 1060 # sources list. | 1062 # sources list. |
| 1061 ['include', '^../../content/app/startup_helper_win.cc'], | 1063 ['include', '^../../content/app/startup_helper_win.cc'], |
| 1062 ], | 1064 ], |
| 1063 }], | 1065 }], |
| 1064 ], | 1066 ], |
| 1065 }, # target_name: views_examples_with_content_exe | 1067 }, # target_name: views_examples_with_content_exe |
| 1066 ], | 1068 ], |
| 1067 } | 1069 } |
| OLD | NEW |