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 681 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
692 'test/webview_test_helper.h', | 692 'test/webview_test_helper.h', |
693 ], | 693 ], |
694 }, # target_name: views_with_content_test_support | 694 }, # target_name: views_with_content_test_support |
695 { | 695 { |
696 'target_name': 'views_unittests', | 696 'target_name': 'views_unittests', |
697 'type': 'executable', | 697 'type': 'executable', |
698 'dependencies': [ | 698 'dependencies': [ |
699 '../../base/base.gyp:base', | 699 '../../base/base.gyp:base', |
700 '../../base/base.gyp:base_i18n', | 700 '../../base/base.gyp:base_i18n', |
701 '../../base/base.gyp:test_support_base', | 701 '../../base/base.gyp:test_support_base', |
702 # TODO(jcivelli): ideally the resource needed by views would be | |
703 # factored out. (for some reason it pulls in a bunch | |
704 # unrelated things like v8, sqlite nss...). | |
705 '../../chrome/chrome_resources.gyp:packed_resources', | |
706 '../../skia/skia.gyp:skia', | 702 '../../skia/skia.gyp:skia', |
707 '../../testing/gmock.gyp:gmock', | 703 '../../testing/gmock.gyp:gmock', |
708 '../../testing/gtest.gyp:gtest', | 704 '../../testing/gtest.gyp:gtest', |
709 '../../third_party/icu/icu.gyp:icui18n', | 705 '../../third_party/icu/icu.gyp:icui18n', |
710 '../../third_party/icu/icu.gyp:icuuc', | 706 '../../third_party/icu/icu.gyp:icuuc', |
711 '../../url/url.gyp:url_lib', | 707 '../../url/url.gyp:url_lib', |
712 '../base/strings/ui_strings.gyp:ui_strings', | 708 '../base/strings/ui_strings.gyp:ui_strings', |
713 '../compositor/compositor.gyp:compositor', | 709 '../compositor/compositor.gyp:compositor', |
714 '../compositor/compositor.gyp:compositor_test_support', | 710 '../compositor/compositor.gyp:compositor_test_support', |
715 '../events/events.gyp:events', | 711 '../events/events.gyp:events', |
716 '../gfx/gfx.gyp:gfx', | 712 '../gfx/gfx.gyp:gfx', |
717 '../ui.gyp:ui', | 713 '../ui.gyp:ui', |
718 '../ui.gyp:ui_resources', | 714 '../ui.gyp:ui_resources', |
| 715 '../ui.gyp:ui_test_pak', |
719 '../ui_unittests.gyp:ui_test_support', | 716 '../ui_unittests.gyp:ui_test_support', |
720 'views', | 717 'views', |
721 'views_test_support', | 718 'views_test_support', |
722 ], | 719 ], |
723 'include_dirs': [ | 720 'include_dirs': [ |
724 '..', | 721 '..', |
725 ], | 722 ], |
726 'sources': [ | 723 'sources': [ |
727 'accessibility/native_view_accessibility_win_unittest.cc', | 724 'accessibility/native_view_accessibility_win_unittest.cc', |
728 'accessible_pane_view_unittest.cc', | 725 'accessible_pane_view_unittest.cc', |
(...skipping 376 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1105 'sources/': [ | 1102 'sources/': [ |
1106 # This is needed because the aura rule strips it from the default | 1103 # This is needed because the aura rule strips it from the default |
1107 # sources list. | 1104 # sources list. |
1108 ['include', '^../../content/app/startup_helper_win.cc'], | 1105 ['include', '^../../content/app/startup_helper_win.cc'], |
1109 ], | 1106 ], |
1110 }], | 1107 }], |
1111 ], | 1108 ], |
1112 }, # target_name: views_examples_with_content_exe | 1109 }, # target_name: views_examples_with_content_exe |
1113 ], | 1110 ], |
1114 } | 1111 } |
OLD | NEW |