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

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

Issue 565323002: Move application:chromium bindings to mojo/application/ (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 3 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/application/application_runner_chromium.cc ('k') | mojo/apps/js/main.cc » ('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 27 matching lines...) Expand all
38 "//mojo/public/interfaces/application:application", 38 "//mojo/public/interfaces/application:application",
39 ] 39 ]
40 } 40 }
41 41
42 # GYP version: mojo.gyp:mojo_application_manager_unittests 42 # GYP version: mojo.gyp:mojo_application_manager_unittests
43 test("mojo_application_manager_unittests") { 43 test("mojo_application_manager_unittests") {
44 deps = [ 44 deps = [
45 ":application_manager", 45 ":application_manager",
46 ":test_bindings", 46 ":test_bindings",
47 "//base", 47 "//base",
48 "//mojo/application",
49 "//mojo/common",
50 "//mojo/common/test:run_all_unittests",
51 "//mojo/environment:chromium",
52 "//mojo/public/cpp/bindings",
48 "//testing/gtest", 53 "//testing/gtest",
49 "//url", 54 "//url",
50 "//mojo/common",
51 "//mojo/environment:chromium",
52 "//mojo/public/cpp/application:chromium",
53 "//mojo/common/test:run_all_unittests",
54 "//mojo/public/cpp/bindings",
55 ] 55 ]
56 56
57 sources = [ 57 sources = [
58 "application_manager_unittest.cc", 58 "application_manager_unittest.cc",
59 "background_shell_application_loader_unittest.cc", 59 "background_shell_application_loader_unittest.cc",
60 ] 60 ]
61 } 61 }
62 62
63 mojom("test_bindings") { 63 mojom("test_bindings") {
64 sources = [ "test.mojom" ] 64 sources = [ "test.mojom" ]
65 } 65 }
OLDNEW
« no previous file with comments | « mojo/application/application_runner_chromium.cc ('k') | mojo/apps/js/main.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698