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

Side by Side Diff: content/content_shell.gypi

Issue 10913237: Allow the Views Delegate to provide the native widget. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 8 years, 3 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') | content/shell/shell_aura.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 { 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 152 matching lines...) Expand 10 before | Expand all | Expand 10 after
163 # This is needed by content/app/content_main_runner.cc 163 # This is needed by content/app/content_main_runner.cc
164 '../base/allocator/allocator.gyp:allocator', 164 '../base/allocator/allocator.gyp:allocator',
165 ], 165 ],
166 }], 166 }],
167 ['use_aura==1', { 167 ['use_aura==1', {
168 'dependencies': [ 168 'dependencies': [
169 '../ui/aura/aura.gyp:aura', 169 '../ui/aura/aura.gyp:aura',
170 '../ui/base/strings/ui_strings.gyp:ui_strings', 170 '../ui/base/strings/ui_strings.gyp:ui_strings',
171 '../ui/views/controls/webview/webview.gyp:webview', 171 '../ui/views/controls/webview/webview.gyp:webview',
172 '../ui/views/views.gyp:views', 172 '../ui/views/views.gyp:views',
173 '../ui/views/views.gyp:test_support_views',
173 '../ui/ui.gyp:ui_resources', 174 '../ui/ui.gyp:ui_resources',
174 ], 175 ],
175 'sources/': [ 176 'sources/': [
176 ['exclude', 'shell/shell_gtk.cc'], 177 ['exclude', 'shell/shell_gtk.cc'],
177 ['exclude', 'shell/shell_win.cc'], 178 ['exclude', 'shell/shell_win.cc'],
178 ], 179 ],
179 }], # use_aura==1 180 }], # use_aura==1
180 ['chromeos==1', { 181 ['chromeos==1', {
181 'dependencies': [ 182 'dependencies': [
182 '../chromeos/chromeos.gyp:chromeos', 183 '../chromeos/chromeos.gyp:chromeos',
(...skipping 470 matching lines...) Expand 10 before | Expand all | Expand 10 after
653 '-buildfile', 654 '-buildfile',
654 'shell/android/java/content_shell_apk.xml', 655 'shell/android/java/content_shell_apk.xml',
655 ], 656 ],
656 } 657 }
657 ], 658 ],
658 }, 659 },
659 ], 660 ],
660 }], # OS=="android" 661 }], # OS=="android"
661 ] 662 ]
662 } 663 }
OLDNEW
« no previous file with comments | « chrome/chrome_tests.gypi ('k') | content/shell/shell_aura.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698