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

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

Issue 2285593002: Add ScopedSurfaceRequestManager (Closed)
Patch Set: Update to UnguessableToken. Addressed comments. 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 185 matching lines...) Expand 10 before | Expand all | Expand 10 after
196 "android/content_protocol_handler_impl.h", 196 "android/content_protocol_handler_impl.h",
197 "android/content_startup_flags.cc", 197 "android/content_startup_flags.cc",
198 "android/content_startup_flags.h", 198 "android/content_startup_flags.h",
199 "android/content_video_view.cc", 199 "android/content_video_view.cc",
200 "android/content_video_view.h", 200 "android/content_video_view.h",
201 "android/devtools_auth.cc", 201 "android/devtools_auth.cc",
202 "android/interface_provider_android_impl.cc", 202 "android/interface_provider_android_impl.cc",
203 "android/interface_provider_android_impl.h", 203 "android/interface_provider_android_impl.h",
204 "android/interface_registry_android_impl.cc", 204 "android/interface_registry_android_impl.cc",
205 "android/interface_registry_android_impl.h", 205 "android/interface_registry_android_impl.h",
206 "android/scoped_surface_request_manager.cc",
207 "android/scoped_surface_request_manager.h",
206 "android/url_request_content_job.cc", 208 "android/url_request_content_job.cc",
207 "android/url_request_content_job.h", 209 "android/url_request_content_job.h",
208 "appcache/appcache.cc", 210 "appcache/appcache.cc",
209 "appcache/appcache.h", 211 "appcache/appcache.h",
210 "appcache/appcache_backend_impl.cc", 212 "appcache/appcache_backend_impl.cc",
211 "appcache/appcache_backend_impl.h", 213 "appcache/appcache_backend_impl.h",
212 "appcache/appcache_database.cc", 214 "appcache/appcache_database.cc",
213 "appcache/appcache_database.h", 215 "appcache/appcache_database.h",
214 "appcache/appcache_disk_cache.cc", 216 "appcache/appcache_disk_cache.cc",
215 "appcache/appcache_disk_cache.h", 217 "appcache/appcache_disk_cache.h",
(...skipping 1727 matching lines...) Expand 10 before | Expand all | Expand 10 after
1943 if (!is_component_build) { 1945 if (!is_component_build) {
1944 public_deps = [ 1946 public_deps = [
1945 ":browser", 1947 ":browser",
1946 ] 1948 ]
1947 } else { 1949 } else {
1948 public_deps = [ 1950 public_deps = [
1949 "//third_party/leveldatabase", 1951 "//third_party/leveldatabase",
1950 ] 1952 ]
1951 } 1953 }
1952 } 1954 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698