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

Side by Side Diff: mojo/services/network/BUILD.gn

Issue 1176653002: mandoline filesystem: add a sqlite3 vfs to proxy filesystem usage. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix win 8 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
« no previous file with comments | « mandoline/BUILD.gn ('k') | mojo/tools/data/apptests » ('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 6
7 if (is_android) { 7 if (is_android) {
8 import("//build/config/android/rules.gni") 8 import("//build/config/android/rules.gni")
9 9
10 java_library_path = "$target_out_dir/java_library.dex.jar" 10 java_library_path = "$target_out_dir/java_library.dex.jar"
(...skipping 74 matching lines...) Expand 10 before | Expand all | Expand 10 after
85 ] 85 ]
86 86
87 deps = [ 87 deps = [
88 "//base", 88 "//base",
89 "//mojo/application/public/cpp", 89 "//mojo/application/public/cpp",
90 "//mojo/services/network/public/cpp", 90 "//mojo/services/network/public/cpp",
91 "//mojo/services/network/public/interfaces", 91 "//mojo/services/network/public/interfaces",
92 "//net", 92 "//net",
93 "//net:http_server", 93 "//net:http_server",
94 "//url", 94 "//url",
95 "//sql/mojo",
95 ] 96 ]
96 } 97 }
97 98
98 source_set("sources") { 99 source_set("sources") {
99 visibility = [ ":*" ] 100 visibility = [ ":*" ]
100 101
101 sources = [ 102 sources = [
102 "main.cc", 103 "main.cc",
103 ] 104 ]
104 105
(...skipping 24 matching lines...) Expand all
129 "//base", 130 "//base",
130 "//mojo/application/public/cpp:test_support", 131 "//mojo/application/public/cpp:test_support",
131 "//mojo/services/network/public/cpp", 132 "//mojo/services/network/public/cpp",
132 "//mojo/services/network/public/interfaces", 133 "//mojo/services/network/public/interfaces",
133 "//net", 134 "//net",
134 "//net:test_support", 135 "//net:test_support",
135 "//testing/gtest", 136 "//testing/gtest",
136 "//third_party/mojo/src/mojo/public/cpp/bindings:callback", 137 "//third_party/mojo/src/mojo/public/cpp/bindings:callback",
137 ] 138 ]
138 } 139 }
OLDNEW
« no previous file with comments | « mandoline/BUILD.gn ('k') | mojo/tools/data/apptests » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698