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

Side by Side Diff: components/leveldb/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/filesystem/BUILD.gn ('k') | components/mus/public/cpp/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 2016 The Chromium Authors. All rights reserved. 1 # Copyright 2016 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 "env_mojo.cc", 10 "env_mojo.cc",
(...skipping 24 matching lines...) Expand all
35 "leveldb_app.cc", 35 "leveldb_app.cc",
36 "leveldb_app.h", 36 "leveldb_app.h",
37 "main.cc", 37 "main.cc",
38 ] 38 ]
39 39
40 deps = [ 40 deps = [
41 ":lib", 41 ":lib",
42 ":manifest", 42 ":manifest",
43 "//components/leveldb/public/interfaces", 43 "//components/leveldb/public/interfaces",
44 "//mojo/common", 44 "//mojo/common",
45 "//mojo/environment:chromium",
46 "//mojo/platform_handle:for_shared_library", 45 "//mojo/platform_handle:for_shared_library",
47 "//mojo/public/cpp/bindings", 46 "//mojo/public/cpp/bindings",
48 "//mojo/public/cpp/system", 47 "//mojo/public/cpp/system",
49 "//mojo/services/tracing/public/cpp", 48 "//mojo/services/tracing/public/cpp",
50 "//mojo/shell/public/cpp", 49 "//mojo/shell/public/cpp",
51 ] 50 ]
52 } 51 }
53 52
54 mojo_application_manifest("manifest") { 53 mojo_application_manifest("manifest") {
55 application_name = "leveldb" 54 application_name = "leveldb"
(...skipping 23 matching lines...) Expand all
79 data_deps = [ 78 data_deps = [
80 ":leveldb", 79 ":leveldb",
81 "//components/filesystem:filesystem", 80 "//components/filesystem:filesystem",
82 ] 81 ]
83 } 82 }
84 83
85 mojo_application_manifest("apptest_manifest") { 84 mojo_application_manifest("apptest_manifest") {
86 application_name = "leveldb_apptests" 85 application_name = "leveldb_apptests"
87 source = "apptest_manifest.json" 86 source = "apptest_manifest.json"
88 } 87 }
OLDNEW
« no previous file with comments | « components/filesystem/BUILD.gn ('k') | components/mus/public/cpp/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698