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

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

Issue 418453002: Improve content test 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') | no next file » | 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 29 matching lines...) Expand all
40 source_set("test_support") { 40 source_set("test_support") {
41 sources = [ 41 sources = [
42 "../../test/webview_test_helper.cc", 42 "../../test/webview_test_helper.cc",
43 "../../test/webview_test_helper.h", 43 "../../test/webview_test_helper.h",
44 ] 44 ]
45 45
46 deps = [ 46 deps = [
47 ":webview", 47 ":webview",
48 "//base", 48 "//base",
49 "//content", 49 "//content",
50 "//ipc", 50 "//ipc:test_support",
51 "//skia", 51 "//skia",
52 "//testing/gtest", 52 "//testing/gtest",
53 "//ui/aura", 53 "//ui/aura",
54 "//ui/base", 54 "//ui/base",
55 "//ui/events", 55 "//ui/events",
56 "//ui/gfx", 56 "//ui/gfx",
57 "//ui/gfx/geometry", 57 "//ui/gfx/geometry",
58 "//ui/views", 58 "//ui/views",
59 "//ui/views:test_support", 59 "//ui/views:test_support",
60 #'../../../../content/content_shell_and_tests.gyp:test_support_content', TO DO(GYP) 60 #'../../../../content/content_shell_and_tests.gyp:test_support_content', TO DO(GYP)
61 ] 61 ]
62 } 62 }
OLDNEW
« no previous file with comments | « ui/views/BUILD.gn ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698