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

Side by Side Diff: components/filesystem/BUILD.gn

Issue 1765243002: Remove Mojo bindings environment. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 9 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 | « components/dom_distiller/content/renderer/BUILD.gn ('k') | components/leveldb/BUILD.gn » ('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/mojo_application.gni") 5 import("//mojo/public/mojo_application.gni")
6 import("//mojo/public/mojo_application_manifest.gni") 6 import("//mojo/public/mojo_application_manifest.gni")
7 7
8 source_set("lib") { 8 source_set("lib") {
9 sources = [ 9 sources = [
10 "directory_impl.cc", 10 "directory_impl.cc",
(...skipping 26 matching lines...) Expand all
37 "file_system_app.h", 37 "file_system_app.h",
38 "main.cc", 38 "main.cc",
39 ] 39 ]
40 40
41 deps = [ 41 deps = [
42 ":lib", 42 ":lib",
43 ":manifest", 43 ":manifest",
44 "//base", 44 "//base",
45 "//components/filesystem/public/interfaces", 45 "//components/filesystem/public/interfaces",
46 "//mojo/common", 46 "//mojo/common",
47 "//mojo/environment:chromium",
48 "//mojo/platform_handle:for_shared_library", 47 "//mojo/platform_handle:for_shared_library",
49 "//mojo/public/cpp/bindings", 48 "//mojo/public/cpp/bindings",
50 "//mojo/public/cpp/system", 49 "//mojo/public/cpp/system",
51 "//mojo/services/tracing/public/cpp", 50 "//mojo/services/tracing/public/cpp",
52 "//mojo/shell/public/cpp", 51 "//mojo/shell/public/cpp",
53 ] 52 ]
54 } 53 }
55 54
56 mojo_application_manifest("manifest") { 55 mojo_application_manifest("manifest") {
57 application_name = "filesystem" 56 application_name = "filesystem"
(...skipping 24 matching lines...) Expand all
82 81
83 data_deps = [ 82 data_deps = [
84 ":filesystem", 83 ":filesystem",
85 ] 84 ]
86 } 85 }
87 86
88 mojo_application_manifest("apptest_manifest") { 87 mojo_application_manifest("apptest_manifest") {
89 application_name = "filesystem_apptests" 88 application_name = "filesystem_apptests"
90 source = "apptest_manifest.json" 89 source = "apptest_manifest.json"
91 } 90 }
OLDNEW
« no previous file with comments | « components/dom_distiller/content/renderer/BUILD.gn ('k') | components/leveldb/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698