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

Side by Side Diff: content/content_shell.gypi

Issue 11117009: views: Split test_support_views in two targets. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 2 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 | « chrome/chrome_tests.gypi ('k') | ui/app_list/app_list.gyp » ('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 { 5 {
6 'variables': { 6 'variables': {
7 'content_shell_product_name': 'Content Shell', 7 'content_shell_product_name': 'Content Shell',
8 }, 8 },
9 'targets': [ 9 'targets': [
10 { 10 {
(...skipping 157 matching lines...) Expand 10 before | Expand all | Expand 10 after
168 # This is needed by content/app/content_main_runner.cc 168 # This is needed by content/app/content_main_runner.cc
169 '../base/allocator/allocator.gyp:allocator', 169 '../base/allocator/allocator.gyp:allocator',
170 ], 170 ],
171 }], 171 }],
172 ['use_aura==1', { 172 ['use_aura==1', {
173 'dependencies': [ 173 'dependencies': [
174 '../ui/aura/aura.gyp:aura', 174 '../ui/aura/aura.gyp:aura',
175 '../ui/base/strings/ui_strings.gyp:ui_strings', 175 '../ui/base/strings/ui_strings.gyp:ui_strings',
176 '../ui/views/controls/webview/webview.gyp:webview', 176 '../ui/views/controls/webview/webview.gyp:webview',
177 '../ui/views/views.gyp:views', 177 '../ui/views/views.gyp:views',
178 '../ui/views/views.gyp:test_support_views', 178 '../ui/views/views.gyp:views_test_support',
179 '../ui/ui.gyp:ui_resources', 179 '../ui/ui.gyp:ui_resources',
180 ], 180 ],
181 'sources/': [ 181 'sources/': [
182 ['exclude', 'shell/shell_gtk.cc'], 182 ['exclude', 'shell/shell_gtk.cc'],
183 ['exclude', 'shell/shell_win.cc'], 183 ['exclude', 'shell/shell_win.cc'],
184 ], 184 ],
185 }], # use_aura==1 185 }], # use_aura==1
186 ['chromeos==1', { 186 ['chromeos==1', {
187 'dependencies': [ 187 'dependencies': [
188 '../chromeos/chromeos.gyp:chromeos', 188 '../chromeos/chromeos.gyp:chromeos',
(...skipping 468 matching lines...) Expand 10 before | Expand all | Expand 10 after
657 'resource_dir': '../res', 657 'resource_dir': '../res',
658 'native_libs_paths': ['<(SHARED_LIB_DIR)/libcontent_shell_content_vi ew.so'], 658 'native_libs_paths': ['<(SHARED_LIB_DIR)/libcontent_shell_content_vi ew.so'],
659 'additional_input_paths': ['<(PRODUCT_DIR)/content_shell/assets/cont ent_shell.pak'], 659 'additional_input_paths': ['<(PRODUCT_DIR)/content_shell/assets/cont ent_shell.pak'],
660 }, 660 },
661 'includes': [ '../build/java_apk.gypi' ], 661 'includes': [ '../build/java_apk.gypi' ],
662 }, 662 },
663 ], 663 ],
664 }], # OS=="android" 664 }], # OS=="android"
665 ] 665 ]
666 } 666 }
OLDNEW
« no previous file with comments | « chrome/chrome_tests.gypi ('k') | ui/app_list/app_list.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698