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

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

Issue 547793002: Add lots of testonly annotations to the GN build. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: merge Created 6 years, 3 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
« no previous file with comments | « ui/views/BUILD.gn ('k') | ui/wm/BUILD.gn » ('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 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_linux.cc", 9 "unhandled_keyboard_event_handler_linux.cc",
10 "unhandled_keyboard_event_handler_win.cc", 10 "unhandled_keyboard_event_handler_win.cc",
(...skipping 22 matching lines...) Expand all
33 "//ui/views", 33 "//ui/views",
34 "//url", 34 "//url",
35 ] 35 ]
36 36
37 forward_dependent_configs_from = [ 37 forward_dependent_configs_from = [
38 "//ui/views", 38 "//ui/views",
39 ] 39 ]
40 } 40 }
41 41
42 source_set("test_support") { 42 source_set("test_support") {
43 testonly = true
43 sources = [ 44 sources = [
44 "../../test/webview_test_helper.cc", 45 "../../test/webview_test_helper.cc",
45 "../../test/webview_test_helper.h", 46 "../../test/webview_test_helper.h",
46 ] 47 ]
47 48
48 deps = [ 49 deps = [
49 ":webview", 50 ":webview",
50 "//base", 51 "//base",
51 "//content", 52 "//content",
52 "//content/test:test_support", 53 "//content/test:test_support",
53 "//ipc:test_support", 54 "//ipc:test_support",
54 "//skia", 55 "//skia",
55 "//testing/gtest", 56 "//testing/gtest",
56 "//ui/aura", 57 "//ui/aura",
57 "//ui/base", 58 "//ui/base",
58 "//ui/events", 59 "//ui/events",
59 "//ui/gfx", 60 "//ui/gfx",
60 "//ui/gfx/geometry", 61 "//ui/gfx/geometry",
61 "//ui/views", 62 "//ui/views",
62 "//ui/views:test_support", 63 "//ui/views:test_support",
63 ] 64 ]
64 } 65 }
OLDNEW
« no previous file with comments | « ui/views/BUILD.gn ('k') | ui/wm/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698