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

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

Issue 2525483005: Remove SurfaceTextureManager (Closed)
Patch Set: Fix link error Created 4 years 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("//ppapi/features/features.gni") 8 import("//ppapi/features/features.gni")
9 import("//printing/features/features.gni") 9 import("//printing/features/features.gni")
10 import("//third_party/WebKit/public/public_features.gni") 10 import("//third_party/WebKit/public/public_features.gni")
(...skipping 211 matching lines...) Expand 10 before | Expand all | Expand 10 after
222 "android/app_web_message_port_message_filter.cc", 222 "android/app_web_message_port_message_filter.cc",
223 "android/app_web_message_port_message_filter.h", 223 "android/app_web_message_port_message_filter.h",
224 "android/app_web_message_port_service_impl.cc", 224 "android/app_web_message_port_service_impl.cc",
225 "android/app_web_message_port_service_impl.h", 225 "android/app_web_message_port_service_impl.h",
226 "android/background_sync_network_observer_android.cc", 226 "android/background_sync_network_observer_android.cc",
227 "android/background_sync_network_observer_android.h", 227 "android/background_sync_network_observer_android.h",
228 "android/browser_jni_registrar.cc", 228 "android/browser_jni_registrar.cc",
229 "android/browser_jni_registrar.h", 229 "android/browser_jni_registrar.h",
230 "android/browser_startup_controller.cc", 230 "android/browser_startup_controller.cc",
231 "android/browser_startup_controller.h", 231 "android/browser_startup_controller.h",
232 "android/browser_surface_texture_manager.cc",
233 "android/browser_surface_texture_manager.h",
234 "android/child_process_launcher_android.cc", 232 "android/child_process_launcher_android.cc",
235 "android/child_process_launcher_android.h", 233 "android/child_process_launcher_android.h",
236 "android/content_protocol_handler_impl.cc", 234 "android/content_protocol_handler_impl.cc",
237 "android/content_protocol_handler_impl.h", 235 "android/content_protocol_handler_impl.h",
238 "android/content_startup_flags.cc", 236 "android/content_startup_flags.cc",
239 "android/content_startup_flags.h", 237 "android/content_startup_flags.h",
240 "android/content_video_view.cc", 238 "android/content_video_view.cc",
241 "android/content_video_view.h", 239 "android/content_video_view.h",
242 "android/devtools_auth.cc", 240 "android/devtools_auth.cc",
243 "android/java_interfaces_impl.cc", 241 "android/java_interfaces_impl.cc",
(...skipping 1731 matching lines...) Expand 10 before | Expand all | Expand 10 after
1975 if (!is_component_build) { 1973 if (!is_component_build) {
1976 public_deps = [ 1974 public_deps = [
1977 ":browser", 1975 ":browser",
1978 ] 1976 ]
1979 } else { 1977 } else {
1980 public_deps = [ 1978 public_deps = [
1981 "//third_party/leveldatabase", 1979 "//third_party/leveldatabase",
1982 ] 1980 ]
1983 } 1981 }
1984 } 1982 }
OLDNEW
« no previous file with comments | « content/app/android/child_process_service_impl.cc ('k') | content/browser/android/browser_surface_texture_manager.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698