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

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

Issue 17366006: Factor out content shell and tests into a standalone gyp (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 6 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
« content/content_shell.gyp ('K') | « 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')
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 957 matching lines...) Expand 10 before | Expand all | Expand 10 after
968 }], 968 }],
969 ], 969 ],
970 }, # target_name: views_examples_with_content_lib 970 }, # target_name: views_examples_with_content_lib
971 { 971 {
972 'target_name': 'views_examples_with_content_exe', 972 'target_name': 'views_examples_with_content_exe',
973 'type': 'executable', 973 'type': 'executable',
974 'dependencies': [ 974 'dependencies': [
975 '../../base/base.gyp:base', 975 '../../base/base.gyp:base',
976 '../../base/base.gyp:base_i18n', 976 '../../base/base.gyp:base_i18n',
977 '../../chrome/chrome_resources.gyp:packed_resources', 977 '../../chrome/chrome_resources.gyp:packed_resources',
978 '../../content/content.gyp:content_shell_lib',
979 '../../content/content.gyp:content', 978 '../../content/content.gyp:content',
980 '../../content/content.gyp:test_support_content', 979 '../../content/content.gyp:test_support_content',
980 '../../content/content_shell.gyp:content_shell_lib',
981 '../../skia/skia.gyp:skia', 981 '../../skia/skia.gyp:skia',
982 '../../third_party/icu/icu.gyp:icui18n', 982 '../../third_party/icu/icu.gyp:icui18n',
983 '../../third_party/icu/icu.gyp:icuuc', 983 '../../third_party/icu/icu.gyp:icuuc',
984 '../ui.gyp:ui', 984 '../ui.gyp:ui',
985 '../ui.gyp:ui_resources', 985 '../ui.gyp:ui_resources',
986 'views', 986 'views',
987 'views_examples_with_content_lib', 987 'views_examples_with_content_lib',
988 'views_test_support' 988 'views_test_support'
989 ], 989 ],
990 'include_dirs': [ 990 'include_dirs': [
(...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after
1029 'sources/': [ 1029 'sources/': [
1030 # This is needed because the aura rule strips it from the default 1030 # This is needed because the aura rule strips it from the default
1031 # sources list. 1031 # sources list.
1032 ['include', '^../../content/app/startup_helper_win.cc'], 1032 ['include', '^../../content/app/startup_helper_win.cc'],
1033 ], 1033 ],
1034 }], 1034 }],
1035 ], 1035 ],
1036 }, # target_name: views_examples_with_content_exe 1036 }, # target_name: views_examples_with_content_exe
1037 ], 1037 ],
1038 } 1038 }
OLDNEW
« content/content_shell.gyp ('K') | « content/content_tests.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698