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

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

Issue 976823004: Nuke MOJO_APPLICATION_MANAGER_EXPORT. (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: 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
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 component("application_manager") { 8 component("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 "application_manager_export.h",
15 "data_pipe_peek.cc", 14 "data_pipe_peek.cc",
16 "data_pipe_peek.h", 15 "data_pipe_peek.h",
17 "local_fetcher.cc", 16 "local_fetcher.cc",
18 "local_fetcher.h", 17 "local_fetcher.h",
19 "network_fetcher.cc", 18 "network_fetcher.cc",
20 "network_fetcher.h", 19 "network_fetcher.h",
21 "fetcher.cc", 20 "fetcher.cc",
22 "fetcher.h", 21 "fetcher.h",
23 "shell_impl.cc", 22 "shell_impl.cc",
24 "shell_impl.h", 23 "shell_impl.h",
(...skipping 36 matching lines...) Expand 10 before | Expand all | Expand 10 after
61 "//testing/gtest", 60 "//testing/gtest",
62 "//url", 61 "//url",
63 ] 62 ]
64 } 63 }
65 64
66 mojom("test_bindings") { 65 mojom("test_bindings") {
67 sources = [ 66 sources = [
68 "test.mojom", 67 "test.mojom",
69 ] 68 ]
70 } 69 }
OLDNEW
« no previous file with comments | « shell/android/background_application_loader.h ('k') | shell/application_manager/application_loader.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698