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

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

Issue 1139883006: Mandoline: Move content_handler.mojom from third_party/ to mojo/. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Cleanup Created 5 years, 7 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/runner/android/android_handler.h ('k') | mojo/shell/application_manager.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("//third_party/mojo/src/mojo/public/tools/bindings/mojom.gni") 5 import("//third_party/mojo/src/mojo/public/tools/bindings/mojom.gni")
6 import("//testing/test.gni") 6 import("//testing/test.gni")
7 7
8 source_set("shell") { 8 source_set("shell") {
9 output_name = "mojo_shell" 9 output_name = "mojo_shell"
10 sources = [ 10 sources = [
(...skipping 27 matching lines...) Expand all
38 "//mojo/services/network/public/interfaces", 38 "//mojo/services/network/public/interfaces",
39 "//url", 39 "//url",
40 ] 40 ]
41 deps = [ 41 deps = [
42 "//base/third_party/dynamic_annotations", 42 "//base/third_party/dynamic_annotations",
43 "//crypto:crypto", 43 "//crypto:crypto",
44 "//url", 44 "//url",
45 "//third_party/mojo/src/mojo/edk/system", 45 "//third_party/mojo/src/mojo/edk/system",
46 "//mojo/environment:chromium", 46 "//mojo/environment:chromium",
47 "//mojo/util:filename_util", 47 "//mojo/util:filename_util",
48 "//third_party/mojo_services/src/content_handler/public/interfaces",
49 ] 48 ]
50 } 49 }
51 50
52 test("tests") { 51 test("tests") {
53 output_name = "mojo_shell_unittests" 52 output_name = "mojo_shell_unittests"
54 sources = [ 53 sources = [
55 "application_manager_unittest.cc", 54 "application_manager_unittest.cc",
56 "query_util_unittest.cc", 55 "query_util_unittest.cc",
57 ] 56 ]
58 57
(...skipping 10 matching lines...) Expand all
69 "//testing/gtest", 68 "//testing/gtest",
70 "//url", 69 "//url",
71 ] 70 ]
72 } 71 }
73 72
74 mojom("test_bindings") { 73 mojom("test_bindings") {
75 sources = [ 74 sources = [
76 "test.mojom", 75 "test.mojom",
77 ] 76 ]
78 } 77 }
OLDNEW
« no previous file with comments | « mojo/runner/android/android_handler.h ('k') | mojo/shell/application_manager.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698