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

Unified Diff: components/web_view/BUILD.gn

Issue 1333963003: mandoline: Set up WebViewTest and add a basic test. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Reverse ths stuff. Created 5 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « components/test/data/web_view/test_title_changed.html ('k') | components/web_view/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/web_view/BUILD.gn
diff --git a/components/web_view/BUILD.gn b/components/web_view/BUILD.gn
index 7b2996380c05287e807230ac5bfeb1406965a961..359aa793aec172e20ddabccb0aeffab2ddb42285 100644
--- a/components/web_view/BUILD.gn
+++ b/components/web_view/BUILD.gn
@@ -93,6 +93,7 @@ mojo_native_application("apptests") {
sources = [
"frame_apptest.cc",
+ "web_view_apptest.cc",
]
deps = [
@@ -101,12 +102,16 @@ mojo_native_application("apptests") {
"//base",
"//base/test:test_config",
"//components/view_manager/public/cpp",
+ "//components/view_manager/public/cpp/tests:test_support",
"//components/view_manager/public/interfaces",
+ "//components/web_view/public/cpp",
"//components/web_view/public/interfaces",
"//mojo/application/public/cpp:sources",
"//mojo/application/public/cpp:test_support",
+ "//mojo/util:filename_util",
"//ui/mojo/geometry:interfaces",
"//ui/mojo/geometry:util",
+ "//url:url",
]
data_deps = [ "//components/view_manager" ]
« no previous file with comments | « components/test/data/web_view/test_title_changed.html ('k') | components/web_view/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698