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

Unified Diff: mojo/runner/BUILD.gn

Issue 1260813007: Mandoline: Support about:blank URL. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 4 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 | mojo/runner/about_fetcher.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/runner/BUILD.gn
diff --git a/mojo/runner/BUILD.gn b/mojo/runner/BUILD.gn
index eacefb61a87f2ac52f3b86e200deb4492005507f..1744441344426cd82f0774ef0838db7b8e2af614 100644
--- a/mojo/runner/BUILD.gn
+++ b/mojo/runner/BUILD.gn
@@ -96,6 +96,8 @@ source_set("in_process_native_runner") {
source_set("lib") {
sources = [
+ "about_fetcher.cc",
+ "about_fetcher.h",
"child_process.cc",
"child_process.h",
"child_process_host.cc",
@@ -415,6 +417,7 @@ mojom("child_process_bindings") {
test("mojo_runner_unittests") {
sources = [
+ "about_fetcher_unittest.cc",
"child_process_host_unittest.cc",
"data_pipe_peek_unittest.cc",
"in_process_native_runner_unittest.cc",
@@ -433,6 +436,7 @@ test("mojo_runner_unittests") {
"//base",
"//base:i18n",
"//base/test:test_support",
+ "//mojo/application/public/cpp",
"//mojo/common",
"//mojo/environment:chromium",
"//mojo/services/test_service:bindings",
« no previous file with comments | « no previous file | mojo/runner/about_fetcher.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698