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

Unified Diff: mojo/shell/BUILD.gn

Issue 696543003: Mojo content handler shebang support (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: For now, we'll block waiting for 7 characters (#!mojo: or not) Created 6 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 | « mojo/common/data_pipe_utils_unittest.cc ('k') | mojo/shell/data_pipe_peek.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/shell/BUILD.gn
diff --git a/mojo/shell/BUILD.gn b/mojo/shell/BUILD.gn
index c093adc7ae4b7dab20d294f6b2ec12134ed9c1bc..45b591a44436cd9b3407ff4e841c83ce0f0558a4 100644
--- a/mojo/shell/BUILD.gn
+++ b/mojo/shell/BUILD.gn
@@ -47,6 +47,8 @@ source_set("lib") {
"child_process_host.h",
"context.cc",
"context.h",
+ "data_pipe_peek.cc",
+ "data_pipe_peek.h",
"dynamic_application_loader.cc",
"dynamic_application_loader.h",
"dynamic_service_runner.cc",
@@ -201,6 +203,7 @@ source_set("external_application_registrar_connection") {
test("mojo_shell_tests") {
sources = [
"child_process_host_unittest.cc",
+ "data_pipe_peek_unittest.cc",
"dynamic_application_loader_unittest.cc",
"in_process_dynamic_service_runner_unittest.cc",
"mojo_url_resolver_unittest.cc",
« no previous file with comments | « mojo/common/data_pipe_utils_unittest.cc ('k') | mojo/shell/data_pipe_peek.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698