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

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

Issue 1175693002: Cleanup GN BUILD files, gni's and imports. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Restore build/config/ui.gni import for core_services. Created 5 years, 6 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")
6 import("//third_party/mojo/src/mojo/public/mojo_sdk.gni")
7
8 source_set("cpp") { 5 source_set("cpp") {
9 sources = [ 6 sources = [
10 "resource_loader.cc", 7 "resource_loader.cc",
11 "resource_loader.h", 8 "resource_loader.h",
12 ] 9 ]
13 10
14 deps = [ 11 deps = [
15 "../interfaces", 12 "../interfaces",
16 "//base", 13 "//base",
17 "//mojo/application/public/cpp", 14 "//mojo/application/public/cpp",
18 "//mojo/application/public/interfaces", 15 "//mojo/application/public/interfaces",
19 "//mojo/common", 16 "//mojo/common",
20 "//mojo/platform_handle", 17 "//mojo/platform_handle",
21 "//third_party/mojo/src/mojo/public/cpp/bindings", 18 "//third_party/mojo/src/mojo/public/cpp/bindings",
22 "//third_party/mojo/src/mojo/public/cpp/system", 19 "//third_party/mojo/src/mojo/public/cpp/system",
23 ] 20 ]
24 } 21 }
OLDNEW
« no previous file with comments | « components/resource_provider/BUILD.gn ('k') | components/resource_provider/public/interfaces/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698