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

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

Issue 623883002: Revert "Move mojo edk into mojo/edk" (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 2 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/android/javatests/init_library.cc ('k') | mojo/apps/js/test/BUILD.gn » ('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 6
7 # GYP version: mojo.gyp:mojo_application_manager 7 # GYP version: mojo.gyp:mojo_application_manager
8 component("application_manager") { 8 component("application_manager") {
9 output_name = "mojo_application_manager" 9 output_name = "mojo_application_manager"
10 sources = [ 10 sources = [
(...skipping 14 matching lines...) Expand all
25 "//base", 25 "//base",
26 "//mojo/common", 26 "//mojo/common",
27 "//mojo/public/interfaces/application:application", 27 "//mojo/public/interfaces/application:application",
28 "//mojo/services/public/interfaces/network:network", 28 "//mojo/services/public/interfaces/network:network",
29 "//url", 29 "//url",
30 ] 30 ]
31 deps = [ 31 deps = [
32 "//base/third_party/dynamic_annotations", 32 "//base/third_party/dynamic_annotations",
33 "//net", 33 "//net",
34 "//url", 34 "//url",
35 "//mojo/edk/system",
36 "//mojo/environment:chromium", 35 "//mojo/environment:chromium",
37 "//mojo/services/public/interfaces/content_handler:content_handler", 36 "//mojo/services/public/interfaces/content_handler:content_handler",
37 "//mojo/system",
38 ] 38 ]
39 } 39 }
40 40
41 # GYP version: mojo.gyp:mojo_application_manager_unittests 41 # GYP version: mojo.gyp:mojo_application_manager_unittests
42 test("mojo_application_manager_unittests") { 42 test("mojo_application_manager_unittests") {
43 sources = [ 43 sources = [
44 "application_manager_unittest.cc", 44 "application_manager_unittest.cc",
45 "background_shell_application_loader_unittest.cc", 45 "background_shell_application_loader_unittest.cc",
46 ] 46 ]
47 47
48 deps = [ 48 deps = [
49 ":application_manager", 49 ":application_manager",
50 ":test_bindings", 50 ":test_bindings",
51 "//base", 51 "//base",
52 "//mojo/application", 52 "//mojo/application",
53 "//mojo/common", 53 "//mojo/common",
54 "//mojo/common/test:run_all_unittests", 54 "//mojo/common/test:run_all_unittests",
55 "//mojo/environment:chromium", 55 "//mojo/environment:chromium",
56 "//mojo/public/cpp/bindings", 56 "//mojo/public/cpp/bindings",
57 "//testing/gtest", 57 "//testing/gtest",
58 "//url", 58 "//url",
59 ] 59 ]
60 } 60 }
61 61
62 mojom("test_bindings") { 62 mojom("test_bindings") {
63 sources = [ "test.mojom" ] 63 sources = [ "test.mojom" ]
64 } 64 }
OLDNEW
« no previous file with comments | « mojo/android/javatests/init_library.cc ('k') | mojo/apps/js/test/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698