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

Side by Side Diff: mandoline/services/core_services/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
OLDNEW
1 # Copyright 2015 The Chromium Authors. All rights reserved. 1 # Copyright 2015 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 # core_services should be thought of as a bundle of many of the services which 5 # core_services should be thought of as a bundle of many of the services which
6 # we ship with. 6 # we ship with.
7 7
8 import("//build/config/ui.gni") 8 import("//build/config/ui.gni")
9 import("//third_party/mojo/src/mojo/public/mojo_application.gni") 9 import("//third_party/mojo/src/mojo/public/mojo_application.gni")
10 import("//testing/test.gni") 10 import("//testing/test.gni")
(...skipping 54 matching lines...) Expand 10 before | Expand all | Expand 10 after
65 "//components/view_manager:view_manager_lib", 65 "//components/view_manager:view_manager_lib",
66 "//mandoline/ui/browser:kiosk_wm_lib", 66 "//mandoline/ui/browser:kiosk_wm_lib",
67 "//mojo/application", 67 "//mojo/application",
68 "//mojo/application/public/interfaces", 68 "//mojo/application/public/interfaces",
69 "//mojo/common", 69 "//mojo/common",
70 "//mojo/common:tracing_impl", 70 "//mojo/common:tracing_impl",
71 "//mojo/environment:chromium", 71 "//mojo/environment:chromium",
72 "//mojo/services/network:lib", 72 "//mojo/services/network:lib",
73 "//mojo/services/tracing:lib", 73 "//mojo/services/tracing:lib",
74 "//third_party/mojo/src/mojo/public/cpp/bindings:bindings", 74 "//third_party/mojo/src/mojo/public/cpp/bindings:bindings",
75 "//third_party/mojo_services/src/content_handler/public/interfaces",
76 ] 75 ]
77 76
78 if (!is_android) { 77 if (!is_android) {
79 deps += [ 78 deps += [
80 "//components/native_viewport:lib", 79 "//components/native_viewport:lib",
81 "//components/native_viewport/public/cpp:args", 80 "//components/native_viewport/public/cpp:args",
82 "//mandoline/ui/omnibox:lib", 81 "//mandoline/ui/omnibox:lib",
83 ] 82 ]
84 } 83 }
85 } 84 }
OLDNEW
« no previous file with comments | « components/html_viewer/html_viewer.cc ('k') | mandoline/services/core_services/core_services_application_delegate.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698