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

Unified Diff: shell/application_manager/BUILD.gn

Issue 972473003: Strip query string before applying url mapping. (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Follow review Created 5 years, 10 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 | « no previous file | shell/application_manager/application_manager.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: shell/application_manager/BUILD.gn
diff --git a/shell/application_manager/BUILD.gn b/shell/application_manager/BUILD.gn
index 5bc0bf627caff315484023f002ba6345dc33705e..b53e473bd762e509a6528a5111d74c431873fda2 100644
--- a/shell/application_manager/BUILD.gn
+++ b/shell/application_manager/BUILD.gn
@@ -13,12 +13,14 @@ component("application_manager") {
"application_manager.h",
"data_pipe_peek.cc",
"data_pipe_peek.h",
+ "fetcher.cc",
+ "fetcher.h",
"local_fetcher.cc",
"local_fetcher.h",
"network_fetcher.cc",
"network_fetcher.h",
- "fetcher.cc",
- "fetcher.h",
+ "query_util.cc",
+ "query_util.h",
"shell_impl.cc",
"shell_impl.h",
]
@@ -45,6 +47,7 @@ component("application_manager") {
test("mojo_application_manager_unittests") {
sources = [
"application_manager_unittest.cc",
+ "query_util_unittest.cc",
]
deps = [
« no previous file with comments | « no previous file | shell/application_manager/application_manager.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698