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

Side by Side Diff: components/resource_provider/public/cpp/BUILD.gn

Issue 1139123006: Fork the mojo shell interfaces used by Mandoline. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fixes 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 import("//build/module_args/mojo.gni") 5 import("//build/module_args/mojo.gni")
6 import("//third_party/mojo/src/mojo/public/mojo_sdk.gni") 6 import("//third_party/mojo/src/mojo/public/mojo_sdk.gni")
7 7
8 source_set("cpp") { 8 source_set("cpp") {
9 sources = [ 9 sources = [
10 "resource_loader.cc", 10 "resource_loader.cc",
11 "resource_loader.h", 11 "resource_loader.h",
12 ] 12 ]
13 13
14 deps = [ 14 deps = [
15 "../interfaces", 15 "../interfaces",
16 "//base", 16 "//base",
17 "//mojo/application/public/cpp:application",
18 "//mojo/application/public/interfaces",
17 "//mojo/common", 19 "//mojo/common",
18 "//mojo/platform_handle", 20 "//mojo/platform_handle",
19 "//third_party/mojo/src/mojo/public/cpp/application",
20 "//third_party/mojo/src/mojo/public/cpp/bindings", 21 "//third_party/mojo/src/mojo/public/cpp/bindings",
21 "//third_party/mojo/src/mojo/public/cpp/system", 22 "//third_party/mojo/src/mojo/public/cpp/system",
22 "//third_party/mojo/src/mojo/public/interfaces/application",
23 ] 23 ]
24 } 24 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698