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

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

Issue 2760093002: Making callbacks in Android ChildProcessLauncher generic. (Closed)
Patch Set: Created 3 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
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("//gpu/vulkan/features.gni") 7 import("//gpu/vulkan/features.gni")
8 import("//media/media_options.gni") 8 import("//media/media_options.gni")
9 import("//ppapi/features/features.gni") 9 import("//ppapi/features/features.gni")
10 import("//printing/features/features.gni") 10 import("//printing/features/features.gni")
(...skipping 236 matching lines...) Expand 10 before | Expand all | Expand 10 after
247 "accessibility/one_shot_accessibility_tree_search.cc", 247 "accessibility/one_shot_accessibility_tree_search.cc",
248 "accessibility/one_shot_accessibility_tree_search.h", 248 "accessibility/one_shot_accessibility_tree_search.h",
249 "android/app_web_message_port.cc", 249 "android/app_web_message_port.cc",
250 "android/app_web_message_port.h", 250 "android/app_web_message_port.h",
251 "android/background_sync_network_observer_android.cc", 251 "android/background_sync_network_observer_android.cc",
252 "android/background_sync_network_observer_android.h", 252 "android/background_sync_network_observer_android.h",
253 "android/browser_jni_registrar.cc", 253 "android/browser_jni_registrar.cc",
254 "android/browser_jni_registrar.h", 254 "android/browser_jni_registrar.h",
255 "android/browser_startup_controller.cc", 255 "android/browser_startup_controller.cc",
256 "android/browser_startup_controller.h", 256 "android/browser_startup_controller.h",
257 "android/content_child_process_callback.cc",
258 "android/content_child_process_callback.h",
257 "android/content_feature_list.cc", 259 "android/content_feature_list.cc",
258 "android/content_feature_list.h", 260 "android/content_feature_list.h",
259 "android/content_protocol_handler_impl.cc", 261 "android/content_protocol_handler_impl.cc",
260 "android/content_protocol_handler_impl.h", 262 "android/content_protocol_handler_impl.h",
261 "android/content_startup_flags.cc", 263 "android/content_startup_flags.cc",
262 "android/content_startup_flags.h", 264 "android/content_startup_flags.h",
263 "android/content_video_view.cc", 265 "android/content_video_view.cc",
264 "android/content_video_view.h", 266 "android/content_video_view.h",
265 "android/devtools_auth.cc", 267 "android/devtools_auth.cc",
266 "android/java_interfaces_impl.cc", 268 "android/java_interfaces_impl.cc",
(...skipping 1788 matching lines...) Expand 10 before | Expand all | Expand 10 after
2055 if (!is_component_build) { 2057 if (!is_component_build) {
2056 public_deps = [ 2058 public_deps = [
2057 ":browser", 2059 ":browser",
2058 ] 2060 ]
2059 } else { 2061 } else {
2060 public_deps = [ 2062 public_deps = [
2061 "//third_party/leveldatabase", 2063 "//third_party/leveldatabase",
2062 ] 2064 ]
2063 } 2065 }
2064 } 2066 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698