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

Side by Side Diff: ui/views/controls/webview/BUILD.gn

Issue 393953008: Add ui/display, message_center, webview to GN build. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: merge Created 6 years, 5 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/views/BUILD.gn ('k') | ui/views/controls/webview/webview.gyp » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 # Copyright 2014 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file.
4
5 component("webview") {
6 sources = [
7 "unhandled_keyboard_event_handler.cc",
8 "unhandled_keyboard_event_handler.h",
9 "unhandled_keyboard_event_handler_linux.cc",
10 "unhandled_keyboard_event_handler_win.cc",
11 "web_dialog_view.cc",
12 "web_dialog_view.h",
13 "webview.cc",
14 "webview.h",
15 "webview_export.h",
16 ]
17
18 defines = [ "WEBVIEW_IMPLEMENTATION" ]
19
20 deps = [
21 "//base",
22 "//base:i18n",
23 "//base/third_party/dynamic_annotations",
24 "//content/public/browser",
25 "//skia",
26 "//ui/base",
27 "//ui/events",
28 "//ui/gfx",
29 "//ui/gfx/geometry",
30 "//ui/web_dialogs",
31 "//ui/views",
32 "//url",
33 ]
34
35 forward_dependent_configs_from = [
36 "//ui/views",
37 ]
38 }
OLDNEW
« no previous file with comments | « ui/views/BUILD.gn ('k') | ui/views/controls/webview/webview.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698