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

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

Issue 710703002: Revert "Teach PRESUBMIT.py how to run gn check for most of the mojo repo" (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: 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 unified diff | Download patch
« no previous file with comments | « mojo/application/BUILD.gn ('k') | mojo/apps/js/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 12 matching lines...) Expand all
23 23
24 public_deps = [ 24 public_deps = [
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",
34 "//url",
33 "//mojo/edk/system", 35 "//mojo/edk/system",
34 "//mojo/environment:chromium", 36 "//mojo/environment:chromium",
35 "//mojo/public/cpp/application", 37 "//mojo/services/public/interfaces/content_handler:content_handler",
36 "//mojo/public/cpp/bindings",
37 "//mojo/public/cpp/system",
38 "//mojo/services/public/interfaces/content_handler",
39 "//net",
40 "//url",
41 ] 38 ]
42 } 39 }
43 40
44 # GYP version: mojo.gyp:mojo_application_manager_unittests 41 # GYP version: mojo.gyp:mojo_application_manager_unittests
45 test("mojo_application_manager_unittests") { 42 test("mojo_application_manager_unittests") {
46 sources = [ 43 sources = [
47 "application_manager_unittest.cc", 44 "application_manager_unittest.cc",
48 "background_shell_application_loader_unittest.cc", 45 "background_shell_application_loader_unittest.cc",
49 ] 46 ]
50 47
51 deps = [ 48 deps = [
52 ":application_manager", 49 ":application_manager",
53 ":test_bindings", 50 ":test_bindings",
54 "//base", 51 "//base",
55 "//mojo/application", 52 "//mojo/application",
56 "//mojo/common", 53 "//mojo/common",
57 "//mojo/edk/test:run_all_unittests", 54 "//mojo/edk/test:run_all_unittests",
58 "//mojo/environment:chromium", 55 "//mojo/environment:chromium",
59 "//mojo/public/cpp/bindings", 56 "//mojo/public/cpp/bindings",
60 "//testing/gtest", 57 "//testing/gtest",
61 "//url", 58 "//url",
62 ] 59 ]
63 } 60 }
64 61
65 mojom("test_bindings") { 62 mojom("test_bindings") {
66 sources = [ "test.mojom" ] 63 sources = [ "test.mojom" ]
67 } 64 }
OLDNEW
« no previous file with comments | « mojo/application/BUILD.gn ('k') | mojo/apps/js/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698