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

Unified Diff: ui/views/controls/webview/webview.gyp

Issue 10897037: Relanding "views: Add a gyp file to build webview." (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix Created 8 years, 4 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « build/all.gyp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/views/controls/webview/webview.gyp
diff --git a/ui/views/controls/webview/webview.gyp b/ui/views/controls/webview/webview.gyp
new file mode 100644
index 0000000000000000000000000000000000000000..8d37d20cfd11cc8c62aa6a6e3631891aed87a3cb
--- /dev/null
+++ b/ui/views/controls/webview/webview.gyp
@@ -0,0 +1,30 @@
+# Copyright (c) 2012 The Chromium Authors. All rights reserved.
+# Use of this source code is governed by a BSD-style license that can be
+# found in the LICENSE file.
+
+{
+ 'variables': {
+ 'chromium_code': 1,
+ },
+ 'targets': [
+ {
+ 'target_name': 'webview',
+ 'type': '<(component)',
+ 'dependencies': [
+ '../../../../base/base.gyp:base',
+ '../../../../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic_annotations',
+ '../../../../skia/skia.gyp:skia',
+ '../../../../content/content.gyp:content',
+ '../../../ui.gyp:ui',
+ '../../views.gyp:views',
+ ],
+ 'defines': [
+ 'VIEWS_IMPLEMENTATION',
+ ],
+ 'sources': [
+ 'webview.cc',
+ 'webview.h',
+ ],
+ },
+ ],
+}
« no previous file with comments | « build/all.gyp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698