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