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

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

Issue 979203002: Index application by URL and identity for multiprocess. (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Follow review Created 5 years, 9 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 | « no previous file | shell/application_manager/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("//mojo/public/tools/bindings/mojom.gni") 5 import("//mojo/public/tools/bindings/mojom.gni")
6 import("//testing/test.gni") 6 import("//testing/test.gni")
7 7
8 source_set("application_manager") { 8 source_set("application_manager") {
9 output_name = "mojo_application_manager" 9 output_name = "mojo_application_manager"
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 "data_pipe_peek.cc", 14 "data_pipe_peek.cc",
15 "data_pipe_peek.h", 15 "data_pipe_peek.h",
16 "fetcher.cc", 16 "fetcher.cc",
17 "fetcher.h", 17 "fetcher.h",
18 "identity.cc",
19 "identity.h",
18 "local_fetcher.cc", 20 "local_fetcher.cc",
19 "local_fetcher.h", 21 "local_fetcher.h",
20 "native_runner.h", 22 "native_runner.h",
21 "network_fetcher.cc", 23 "network_fetcher.cc",
22 "network_fetcher.h", 24 "network_fetcher.h",
23 "query_util.cc", 25 "query_util.cc",
24 "query_util.h", 26 "query_util.h",
25 "shell_impl.cc", 27 "shell_impl.cc",
26 "shell_impl.h", 28 "shell_impl.h",
27 ] 29 ]
(...skipping 34 matching lines...) Expand 10 before | Expand all | Expand 10 after
62 "//testing/gtest", 64 "//testing/gtest",
63 "//url", 65 "//url",
64 ] 66 ]
65 } 67 }
66 68
67 mojom("test_bindings") { 69 mojom("test_bindings") {
68 sources = [ 70 sources = [
69 "test.mojom", 71 "test.mojom",
70 ] 72 ]
71 } 73 }
OLDNEW
« no previous file with comments | « no previous file | shell/application_manager/application_manager.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698