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

Side by Side Diff: mojo/shell/BUILD.gn

Issue 1228743002: Mandoline: Move ContentHandlerConnection into separate file (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix build Created 5 years, 5 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 unified diff | Download patch
« no previous file with comments | « mojo/runner/shell_test_base.cc ('k') | mojo/shell/application_manager.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright 2014 The Chromium Authors. All rights reserved. 1 # Copyright 2014 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 import("//third_party/mojo/src/mojo/public/tools/bindings/mojom.gni") 5 import("//third_party/mojo/src/mojo/public/tools/bindings/mojom.gni")
6 import("//testing/test.gni") 6 import("//testing/test.gni")
7 7
8 source_set("shell") { 8 source_set("shell") {
9 output_name = "mojo_shell" 9 output_name = "mojo_shell"
10 sources = [ 10 sources = [
11 "application_loader.h", 11 "application_loader.h",
12 "application_manager.cc", 12 "application_manager.cc",
13 "application_manager.h", 13 "application_manager.h",
14 "content_handler_connection.cc",
15 "content_handler_connection.h",
14 "data_pipe_peek.cc", 16 "data_pipe_peek.cc",
15 "data_pipe_peek.h", 17 "data_pipe_peek.h",
16 "fetcher.cc", 18 "fetcher.cc",
17 "fetcher.h", 19 "fetcher.h",
18 "identity.cc", 20 "identity.cc",
19 "identity.h", 21 "identity.h",
20 "local_fetcher.cc", 22 "local_fetcher.cc",
21 "local_fetcher.h", 23 "local_fetcher.h",
22 "native_runner.h", 24 "native_runner.h",
23 "network_fetcher.cc", 25 "network_fetcher.cc",
(...skipping 44 matching lines...) Expand 10 before | Expand all | Expand 10 after
68 "//testing/gtest", 70 "//testing/gtest",
69 "//url", 71 "//url",
70 ] 72 ]
71 } 73 }
72 74
73 mojom("test_bindings") { 75 mojom("test_bindings") {
74 sources = [ 76 sources = [
75 "test.mojom", 77 "test.mojom",
76 ] 78 ]
77 } 79 }
OLDNEW
« no previous file with comments | « mojo/runner/shell_test_base.cc ('k') | mojo/shell/application_manager.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698