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

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

Issue 1391893003: NOT FOR REVIEW: Aura on Android (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 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
OLDNEW
1 # Copyright 2014 The Chromium Authors. All rights reserved. 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 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 component("webview") { 5 component("webview") {
6 sources = [ 6 sources = [
7 "unhandled_keyboard_event_handler.cc", 7 "unhandled_keyboard_event_handler.cc",
8 "unhandled_keyboard_event_handler.h", 8 "unhandled_keyboard_event_handler.h",
9 "unhandled_keyboard_event_handler_android.cc",
9 "unhandled_keyboard_event_handler_linux.cc", 10 "unhandled_keyboard_event_handler_linux.cc",
10 "unhandled_keyboard_event_handler_win.cc", 11 "unhandled_keyboard_event_handler_win.cc",
11 "web_dialog_view.cc", 12 "web_dialog_view.cc",
12 "web_dialog_view.h", 13 "web_dialog_view.h",
13 "webview.cc", 14 "webview.cc",
14 "webview.h", 15 "webview.h",
15 "webview_export.h", 16 "webview_export.h",
16 ] 17 ]
17 18
18 defines = [ "WEBVIEW_IMPLEMENTATION" ] 19 defines = [ "WEBVIEW_IMPLEMENTATION" ]
(...skipping 40 matching lines...) Expand 10 before | Expand all | Expand 10 after
59 "//skia", 60 "//skia",
60 "//testing/gtest", 61 "//testing/gtest",
61 "//ui/base", 62 "//ui/base",
62 "//ui/events", 63 "//ui/events",
63 "//ui/gfx", 64 "//ui/gfx",
64 "//ui/gfx/geometry", 65 "//ui/gfx/geometry",
65 "//ui/views", 66 "//ui/views",
66 "//ui/views:test_support", 67 "//ui/views:test_support",
67 ] 68 ]
68 } 69 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698