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

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

Issue 19572013: reland of http://crrev.com/212230 Create top-level separate targets for... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix delegate dispatch and test gyp deps 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 | « ui/keyboard/keyboard.gyp ('k') | webkit/glue/webkitplatformsupport_impl.cc » ('j') | 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 961 matching lines...) Expand 10 before | Expand all | Expand 10 after
972 }], 972 }],
973 ], 973 ],
974 }, # target_name: views_examples_with_content_lib 974 }, # target_name: views_examples_with_content_lib
975 { 975 {
976 'target_name': 'views_examples_with_content_exe', 976 'target_name': 'views_examples_with_content_exe',
977 'type': 'executable', 977 'type': 'executable',
978 'dependencies': [ 978 'dependencies': [
979 '../../base/base.gyp:base', 979 '../../base/base.gyp:base',
980 '../../base/base.gyp:base_i18n', 980 '../../base/base.gyp:base_i18n',
981 '../../chrome/chrome_resources.gyp:packed_resources', 981 '../../chrome/chrome_resources.gyp:packed_resources',
982 '../../content/content.gyp:content',
982 '../../content/content.gyp:content_shell_lib', 983 '../../content/content.gyp:content_shell_lib',
983 '../../content/content.gyp:content',
984 '../../content/content.gyp:test_support_content', 984 '../../content/content.gyp:test_support_content',
985 '../../skia/skia.gyp:skia', 985 '../../skia/skia.gyp:skia',
986 '../../third_party/icu/icu.gyp:icui18n', 986 '../../third_party/icu/icu.gyp:icui18n',
987 '../../third_party/icu/icu.gyp:icuuc', 987 '../../third_party/icu/icu.gyp:icuuc',
988 '../ui.gyp:ui', 988 '../ui.gyp:ui',
989 '../ui.gyp:ui_resources', 989 '../ui.gyp:ui_resources',
990 'views', 990 'views',
991 'views_examples_with_content_lib', 991 'views_examples_with_content_lib',
992 'views_test_support' 992 'views_test_support'
993 ], 993 ],
(...skipping 39 matching lines...) Expand 10 before | Expand all | Expand 10 after
1033 'sources/': [ 1033 'sources/': [
1034 # This is needed because the aura rule strips it from the default 1034 # This is needed because the aura rule strips it from the default
1035 # sources list. 1035 # sources list.
1036 ['include', '^../../content/app/startup_helper_win.cc'], 1036 ['include', '^../../content/app/startup_helper_win.cc'],
1037 ], 1037 ],
1038 }], 1038 }],
1039 ], 1039 ],
1040 }, # target_name: views_examples_with_content_exe 1040 }, # target_name: views_examples_with_content_exe
1041 ], 1041 ],
1042 } 1042 }
OLDNEW
« no previous file with comments | « ui/keyboard/keyboard.gyp ('k') | webkit/glue/webkitplatformsupport_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698