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 614 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
625 ], | 625 ], |
626 }], | 626 }], |
627 ], | 627 ], |
628 }, # target_name: views_test_support | 628 }, # target_name: views_test_support |
629 { | 629 { |
630 'target_name': 'views_with_content_test_support', | 630 'target_name': 'views_with_content_test_support', |
631 'type': 'static_library', | 631 'type': 'static_library', |
632 'dependencies': [ | 632 'dependencies': [ |
633 '../../base/base.gyp:base', | 633 '../../base/base.gyp:base', |
634 '../../content/content.gyp:content', | 634 '../../content/content.gyp:content', |
635 '../../content/content_shell_and_tests.gyp:test_support_content', | 635 '../../content/content.gyp:test_support_content', |
636 '../../ipc/ipc.gyp:test_support_ipc', | 636 '../../ipc/ipc.gyp:test_support_ipc', |
637 '../../skia/skia.gyp:skia', | 637 '../../skia/skia.gyp:skia', |
638 '../../testing/gtest.gyp:gtest', | 638 '../../testing/gtest.gyp:gtest', |
639 '../ui.gyp:ui', | 639 '../ui.gyp:ui', |
640 'controls/webview/webview.gyp:webview', | 640 'controls/webview/webview.gyp:webview', |
641 'views_test_support', | 641 'views_test_support', |
642 'views', | 642 'views', |
643 ], | 643 ], |
644 'include_dirs': [ | 644 'include_dirs': [ |
645 '..', | 645 '..', |
(...skipping 320 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
966 }], | 966 }], |
967 ], | 967 ], |
968 }, # target_name: views_examples_with_content_lib | 968 }, # target_name: views_examples_with_content_lib |
969 { | 969 { |
970 'target_name': 'views_examples_with_content_exe', | 970 'target_name': 'views_examples_with_content_exe', |
971 'type': 'executable', | 971 'type': 'executable', |
972 'dependencies': [ | 972 'dependencies': [ |
973 '../../base/base.gyp:base', | 973 '../../base/base.gyp:base', |
974 '../../base/base.gyp:base_i18n', | 974 '../../base/base.gyp:base_i18n', |
975 '../../chrome/chrome_resources.gyp:packed_resources', | 975 '../../chrome/chrome_resources.gyp:packed_resources', |
| 976 '../../content/content.gyp:content_shell_lib', |
976 '../../content/content.gyp:content', | 977 '../../content/content.gyp:content', |
977 '../../content/content_shell_and_tests.gyp:test_support_content', | 978 '../../content/content.gyp:test_support_content', |
978 '../../content/content_shell_and_tests.gyp:content_shell_lib', | |
979 '../../skia/skia.gyp:skia', | 979 '../../skia/skia.gyp:skia', |
980 '../../third_party/icu/icu.gyp:icui18n', | 980 '../../third_party/icu/icu.gyp:icui18n', |
981 '../../third_party/icu/icu.gyp:icuuc', | 981 '../../third_party/icu/icu.gyp:icuuc', |
982 '../ui.gyp:ui', | 982 '../ui.gyp:ui', |
983 '../ui.gyp:ui_resources', | 983 '../ui.gyp:ui_resources', |
984 'views', | 984 'views', |
985 'views_examples_with_content_lib', | 985 'views_examples_with_content_lib', |
986 'views_test_support' | 986 'views_test_support' |
987 ], | 987 ], |
988 'include_dirs': [ | 988 'include_dirs': [ |
(...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1027 'sources/': [ | 1027 'sources/': [ |
1028 # This is needed because the aura rule strips it from the default | 1028 # This is needed because the aura rule strips it from the default |
1029 # sources list. | 1029 # sources list. |
1030 ['include', '^../../content/app/startup_helper_win.cc'], | 1030 ['include', '^../../content/app/startup_helper_win.cc'], |
1031 ], | 1031 ], |
1032 }], | 1032 }], |
1033 ], | 1033 ], |
1034 }, # target_name: views_examples_with_content_exe | 1034 }, # target_name: views_examples_with_content_exe |
1035 ], | 1035 ], |
1036 } | 1036 } |
OLD | NEW |