Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(415)

Side by Side Diff: ui/views/views.gyp

Issue 17619005: Create top-level separate targets for browser and child dlls (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: GpuMain to child Created 7 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
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 611 matching lines...) Expand 10 before | Expand all | Expand 10 after
622 'test/child_modal_window.h', 622 'test/child_modal_window.h',
623 ], 623 ],
624 }], 624 }],
625 ], 625 ],
626 }, # target_name: views_test_support 626 }, # target_name: views_test_support
627 { 627 {
628 'target_name': 'views_with_content_test_support', 628 'target_name': 'views_with_content_test_support',
629 'type': 'static_library', 629 'type': 'static_library',
630 'dependencies': [ 630 'dependencies': [
631 '../../base/base.gyp:base', 631 '../../base/base.gyp:base',
632 '../../content/content.gyp:content', 632 '../../content/content.gyp:content_all',
633 '../../content/content.gyp:test_support_content', 633 '../../content/content.gyp:test_support_content',
634 '../../ipc/ipc.gyp:test_support_ipc', 634 '../../ipc/ipc.gyp:test_support_ipc',
635 '../../skia/skia.gyp:skia', 635 '../../skia/skia.gyp:skia',
636 '../../testing/gtest.gyp:gtest', 636 '../../testing/gtest.gyp:gtest',
637 '../ui.gyp:ui', 637 '../ui.gyp:ui',
638 'controls/webview/webview.gyp:webview', 638 'controls/webview/webview.gyp:webview',
639 'views_test_support', 639 'views_test_support',
640 'views', 640 'views',
641 ], 641 ],
642 'include_dirs': [ 642 'include_dirs': [
(...skipping 233 matching lines...) Expand 10 before | Expand all | Expand 10 after
876 'examples/examples_main.cc', 876 'examples/examples_main.cc',
877 ], 877 ],
878 }, # target_name: views_examples_exe 878 }, # target_name: views_examples_exe
879 { 879 {
880 'target_name': 'views_examples_with_content_lib', 880 'target_name': 'views_examples_with_content_lib',
881 'type': '<(component)', 881 'type': '<(component)',
882 'dependencies': [ 882 'dependencies': [
883 '../../base/base.gyp:base', 883 '../../base/base.gyp:base',
884 '../../base/base.gyp:base_i18n', 884 '../../base/base.gyp:base_i18n',
885 '../../chrome/chrome_resources.gyp:packed_resources', 885 '../../chrome/chrome_resources.gyp:packed_resources',
886 '../../content/content.gyp:content', 886 '../../content/content.gyp:content_all',
887 '../../skia/skia.gyp:skia', 887 '../../skia/skia.gyp:skia',
888 '../../third_party/icu/icu.gyp:icui18n', 888 '../../third_party/icu/icu.gyp:icui18n',
889 '../../third_party/icu/icu.gyp:icuuc', 889 '../../third_party/icu/icu.gyp:icuuc',
890 '../../url/url.gyp:url_lib', 890 '../../url/url.gyp:url_lib',
891 '../ui.gyp:ui', 891 '../ui.gyp:ui',
892 '../ui.gyp:ui_resources', 892 '../ui.gyp:ui_resources',
893 'controls/webview/webview.gyp:webview', 893 'controls/webview/webview.gyp:webview',
894 'views', 894 'views',
895 ], 895 ],
896 'include_dirs': [ 896 'include_dirs': [
(...skipping 67 matching lines...) Expand 10 before | Expand all | Expand 10 after
964 }], 964 }],
965 ], 965 ],
966 }, # target_name: views_examples_with_content_lib 966 }, # target_name: views_examples_with_content_lib
967 { 967 {
968 'target_name': 'views_examples_with_content_exe', 968 'target_name': 'views_examples_with_content_exe',
969 'type': 'executable', 969 'type': 'executable',
970 'dependencies': [ 970 'dependencies': [
971 '../../base/base.gyp:base', 971 '../../base/base.gyp:base',
972 '../../base/base.gyp:base_i18n', 972 '../../base/base.gyp:base_i18n',
973 '../../chrome/chrome_resources.gyp:packed_resources', 973 '../../chrome/chrome_resources.gyp:packed_resources',
974 '../../content/content.gyp:content_all',
974 '../../content/content.gyp:content_shell_lib', 975 '../../content/content.gyp:content_shell_lib',
975 '../../content/content.gyp:content',
976 '../../content/content.gyp:test_support_content', 976 '../../content/content.gyp:test_support_content',
977 '../../skia/skia.gyp:skia', 977 '../../skia/skia.gyp:skia',
978 '../../third_party/icu/icu.gyp:icui18n', 978 '../../third_party/icu/icu.gyp:icui18n',
979 '../../third_party/icu/icu.gyp:icuuc', 979 '../../third_party/icu/icu.gyp:icuuc',
980 '../ui.gyp:ui', 980 '../ui.gyp:ui',
981 '../ui.gyp:ui_resources', 981 '../ui.gyp:ui_resources',
982 'views', 982 'views',
983 'views_examples_with_content_lib', 983 'views_examples_with_content_lib',
984 'views_test_support' 984 'views_test_support'
985 ], 985 ],
(...skipping 39 matching lines...) Expand 10 before | Expand all | Expand 10 after
1025 'sources/': [ 1025 'sources/': [
1026 # This is needed because the aura rule strips it from the default 1026 # This is needed because the aura rule strips it from the default
1027 # sources list. 1027 # sources list.
1028 ['include', '^../../content/app/startup_helper_win.cc'], 1028 ['include', '^../../content/app/startup_helper_win.cc'],
1029 ], 1029 ],
1030 }], 1030 }],
1031 ], 1031 ],
1032 }, # target_name: views_examples_with_content_exe 1032 }, # target_name: views_examples_with_content_exe
1033 ], 1033 ],
1034 } 1034 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698