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

Side by Side Diff: content/browser/BUILD.gn

Issue 2285593002: Add ScopedSurfaceRequestManager (Closed)
Patch Set: Changed JNI serialization to 2 longs Created 4 years, 3 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 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("//build/config/features.gni") 5 import("//build/config/features.gni")
6 import("//build/config/ui.gni") 6 import("//build/config/ui.gni")
7 import("//media/media_options.gni") 7 import("//media/media_options.gni")
8 import("//tools/ipc_fuzzer/ipc_fuzzer.gni") 8 import("//tools/ipc_fuzzer/ipc_fuzzer.gni")
9 9
10 source_set("browser") { 10 source_set("browser") {
(...skipping 186 matching lines...) Expand 10 before | Expand all | Expand 10 after
197 "android/content_protocol_handler_impl.h", 197 "android/content_protocol_handler_impl.h",
198 "android/content_startup_flags.cc", 198 "android/content_startup_flags.cc",
199 "android/content_startup_flags.h", 199 "android/content_startup_flags.h",
200 "android/content_video_view.cc", 200 "android/content_video_view.cc",
201 "android/content_video_view.h", 201 "android/content_video_view.h",
202 "android/devtools_auth.cc", 202 "android/devtools_auth.cc",
203 "android/interface_provider_android_impl.cc", 203 "android/interface_provider_android_impl.cc",
204 "android/interface_provider_android_impl.h", 204 "android/interface_provider_android_impl.h",
205 "android/interface_registry_android_impl.cc", 205 "android/interface_registry_android_impl.cc",
206 "android/interface_registry_android_impl.h", 206 "android/interface_registry_android_impl.h",
207 "android/scoped_surface_request_manager.cc",
208 "android/scoped_surface_request_manager.h",
207 "android/url_request_content_job.cc", 209 "android/url_request_content_job.cc",
208 "android/url_request_content_job.h", 210 "android/url_request_content_job.h",
209 "appcache/appcache.cc", 211 "appcache/appcache.cc",
210 "appcache/appcache.h", 212 "appcache/appcache.h",
211 "appcache/appcache_backend_impl.cc", 213 "appcache/appcache_backend_impl.cc",
212 "appcache/appcache_backend_impl.h", 214 "appcache/appcache_backend_impl.h",
213 "appcache/appcache_database.cc", 215 "appcache/appcache_database.cc",
214 "appcache/appcache_database.h", 216 "appcache/appcache_database.h",
215 "appcache/appcache_disk_cache.cc", 217 "appcache/appcache_disk_cache.cc",
216 "appcache/appcache_disk_cache.h", 218 "appcache/appcache_disk_cache.h",
(...skipping 1708 matching lines...) Expand 10 before | Expand all | Expand 10 after
1925 if (!is_component_build) { 1927 if (!is_component_build) {
1926 public_deps = [ 1928 public_deps = [
1927 ":browser", 1929 ":browser",
1928 ] 1930 ]
1929 } else { 1931 } else {
1930 public_deps = [ 1932 public_deps = [
1931 "//third_party/leveldatabase", 1933 "//third_party/leveldatabase",
1932 ] 1934 ]
1933 } 1935 }
1934 } 1936 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698