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

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

Issue 10913002: Revert 154048 - Relanding "views: Add a gyp file to build webview." (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: 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
===================================================================
--- ui/views/controls/webview/webview.gyp (revision 154079)
+++ ui/views/controls/webview/webview.gyp (working copy)
@@ -1,30 +0,0 @@
-# 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