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

Unified Diff: components/BUILD.gn

Issue 1415953004: Move content/renderer input handling for web input events to ui (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Component rename. Created 5 years, 1 month 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 | « no previous file | components/components.gyp » ('j') | components/web_input/DEPS » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/BUILD.gn
diff --git a/components/BUILD.gn b/components/BUILD.gn
index 6eb0dfb75a0f552f162e4a4bf8c6b8ed7409386c..7978a193f753df29a87862134fd9ca68b46597c5 100644
--- a/components/BUILD.gn
+++ b/components/BUILD.gn
@@ -154,6 +154,7 @@ group("all_components") {
"//components/web_cache/browser",
"//components/web_cache/common",
"//components/web_cache/renderer",
+ "//components/web_input",
"//components/web_modal",
"//components/web_resource",
"//components/webcrypto",
@@ -420,6 +421,7 @@ test("components_unittests") {
"//components/variations:unit_tests",
"//components/variations/service:unit_tests",
"//components/wallpaper:unit_tests",
+ "//components/web_input:unit_tests",
"//components/web_resource:unit_tests",
"//components/webcrypto:unit_tests",
"//components/webdata/common:unit_tests",
« no previous file with comments | « no previous file | components/components.gyp » ('j') | components/web_input/DEPS » ('J')

Powered by Google App Engine
This is Rietveld 408576698