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

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

Issue 18547009: Revert 209420 "Factor out content shell and tests into a standal..." (Closed) Base URL: svn://svn.chromium.org/chrome/
Patch Set: 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
« no previous file with comments | « trunk/src/content/content_tests.gypi ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Property Changes:
Added: svn:mergeinfo
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 614 matching lines...) Expand 10 before | Expand all | Expand 10 after
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
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
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 }
OLDNEW
« no previous file with comments | « trunk/src/content/content_tests.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698