summaryrefslogtreecommitdiffstats
path: root/ui/views/views.gyp
diff options
context:
space:
mode:
authorben@chromium.org <ben@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-04-11 22:51:10 +0000
committerben@chromium.org <ben@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-04-11 22:51:10 +0000
commitb0adde16dd13f214d0c718da0fc41c93515596d8 (patch)
treef27c5b74cf77b1fb77ab5273bb5c8f77ffc09e3f /ui/views/views.gyp
parent703e4d5ee994674dfcfaec60183879565bdf1011 (diff)
downloadchromium_src-b0adde16dd13f214d0c718da0fc41c93515596d8.zip
chromium_src-b0adde16dd13f214d0c718da0fc41c93515596d8.tar.gz
chromium_src-b0adde16dd13f214d0c718da0fc41c93515596d8.tar.bz2
Beginnings of a WebView.
http://crbug.com/105557 TEST=none Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=131837 Review URL: https://chromiumcodereview.appspot.com/10024081 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@131863 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ui/views/views.gyp')
-rw-r--r--ui/views/views.gyp23
1 files changed, 23 insertions, 0 deletions
diff --git a/ui/views/views.gyp b/ui/views/views.gyp
index cb82298..22ae4aba 100644
--- a/ui/views/views.gyp
+++ b/ui/views/views.gyp
@@ -29,6 +29,7 @@
'../../base/base.gyp:base_i18n',
'../../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic_annotations',
'../../build/temp_gyp/googleurl.gyp:googleurl',
+ '../../content/content.gyp:content_browser',
'../../net/net.gyp:net',
'../../skia/skia.gyp:skia',
'../../third_party/icu/icu.gyp:icui18n',
@@ -229,6 +230,8 @@
'controls/tree/tree_view_views.h',
'controls/tree/tree_view_win.cc',
'controls/tree/tree_view_win.h',
+ 'controls/webview/webview.cc',
+ 'controls/webview/webview.h',
#'debug_utils.cc',
#'debug_utils.h',
'drag_controller.h',
@@ -543,7 +546,9 @@
'dependencies': [
'../../base/base.gyp:base',
'../../base/base.gyp:base_i18n',
+ '../../build/temp_gyp/googleurl.gyp:googleurl',
'../../chrome/chrome_resources.gyp:packed_resources',
+ '../../content/content.gyp:content_browser',
'../../skia/skia.gyp:skia',
'../../third_party/icu/icu.gyp:icui18n',
'../../third_party/icu/icu.gyp:icuuc',
@@ -606,6 +611,8 @@
'examples/throbber_example.h',
'examples/tree_view_example.cc',
'examples/tree_view_example.h',
+ 'examples/webview_example.cc',
+ 'examples/webview_example.h',
'examples/widget_example.cc',
'examples/widget_example.h',
],
@@ -624,6 +631,9 @@
'../../base/base.gyp:base',
'../../base/base.gyp:base_i18n',
'../../chrome/chrome_resources.gyp:packed_resources',
+ '../../content/content.gyp:content_shell_lib',
+ '../../content/content.gyp:content_gpu',
+ '../../content/content.gyp:content_renderer',
'../../skia/skia.gyp:skia',
'../../third_party/icu/icu.gyp:icui18n',
'../../third_party/icu/icu.gyp:icuuc',
@@ -637,6 +647,13 @@
'../..',
],
'sources': [
+ '../../content/app/startup_helper_win.cc',
+ 'examples/content_client/examples_browser_main_parts.cc',
+ 'examples/content_client/examples_browser_main_parts.h',
+ 'examples/content_client/examples_content_browser_client.cc',
+ 'examples/content_client/examples_content_browser_client.h',
+ 'examples/content_client/examples_main_delegate.cc',
+ 'examples/content_client/examples_main_delegate.h',
'examples/examples_main.cc',
'test/test_views_delegate.cc',
'test/test_views_delegate.h',
@@ -656,7 +673,13 @@
'VCManifestTool': {
'AdditionalManifestFiles': 'examples\\views_examples.exe.manifest',
},
+ 'VCLinkerTool': {
+ 'SubSystem': '2', # Set /SUBSYSTEM:WINDOWS
+ },
},
+ 'dependencies': [
+ '../../sandbox/sandbox.gyp:sandbox',
+ ],
}],
['use_aura==1', {
'dependencies': [