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

Side by Side Diff: ui/views/controls/webview/webview.gyp

Issue 25015003: gfx: Create a separate gfx component out of ui. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 7 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 | « ui/v2/v2.gyp ('k') | ui/views/views.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 'chromium_code': 1, 7 'chromium_code': 1,
8 }, 8 },
9 'targets': [ 9 'targets': [
10 { 10 {
11 'target_name': 'webview', 11 'target_name': 'webview',
12 'type': '<(component)', 12 'type': '<(component)',
13 'dependencies': [ 13 'dependencies': [
14 '../../../../base/base.gyp:base', 14 '../../../../base/base.gyp:base',
15 '../../../../base/base.gyp:base_i18n', 15 '../../../../base/base.gyp:base_i18n',
16 '../../../../base/third_party/dynamic_annotations/dynamic_annotations.gy p:dynamic_annotations', 16 '../../../../base/third_party/dynamic_annotations/dynamic_annotations.gy p:dynamic_annotations',
17 '../../../../content/content.gyp:content_browser', 17 '../../../../content/content.gyp:content_browser',
18 '../../../../skia/skia.gyp:skia', 18 '../../../../skia/skia.gyp:skia',
19 '../../../../url/url.gyp:url_lib', 19 '../../../../url/url.gyp:url_lib',
20 '../../../gfx/gfx.gyp:gfx',
20 '../../../ui.gyp:ui', 21 '../../../ui.gyp:ui',
21 '../../../web_dialogs/web_dialogs.gyp:web_dialogs', 22 '../../../web_dialogs/web_dialogs.gyp:web_dialogs',
22 '../../views.gyp:views', 23 '../../views.gyp:views',
23 ], 24 ],
24 'defines': [ 25 'defines': [
25 'WEBVIEW_IMPLEMENTATION', 26 'WEBVIEW_IMPLEMENTATION',
26 ], 27 ],
27 'sources': [ 28 'sources': [
28 'unhandled_keyboard_event_handler.cc', 29 'unhandled_keyboard_event_handler.cc',
29 'unhandled_keyboard_event_handler.h', 30 'unhandled_keyboard_event_handler.h',
30 'unhandled_keyboard_event_handler_aurax11.cc', 31 'unhandled_keyboard_event_handler_aurax11.cc',
31 'unhandled_keyboard_event_handler_win.cc', 32 'unhandled_keyboard_event_handler_win.cc',
32 'web_dialog_view.cc', 33 'web_dialog_view.cc',
33 'web_dialog_view.h', 34 'web_dialog_view.h',
34 'webview.cc', 35 'webview.cc',
35 'webview.h', 36 'webview.h',
36 'webview_export.h', 37 'webview_export.h',
37 ], 38 ],
38 }, 39 },
39 ], 40 ],
40 } 41 }
OLDNEW
« no previous file with comments | « ui/v2/v2.gyp ('k') | ui/views/views.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698