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

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

Issue 2753383002: android: Move launcher_android.cc to helper (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
« no previous file with comments | « no previous file | content/browser/android/browser_jni_registrar.cc » ('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("//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/child_process_launcher_android.cc",
258 "android/child_process_launcher_android.h",
259 "android/content_feature_list.cc", 257 "android/content_feature_list.cc",
260 "android/content_feature_list.h", 258 "android/content_feature_list.h",
261 "android/content_protocol_handler_impl.cc", 259 "android/content_protocol_handler_impl.cc",
262 "android/content_protocol_handler_impl.h", 260 "android/content_protocol_handler_impl.h",
263 "android/content_startup_flags.cc", 261 "android/content_startup_flags.cc",
264 "android/content_startup_flags.h", 262 "android/content_startup_flags.h",
265 "android/content_video_view.cc", 263 "android/content_video_view.cc",
266 "android/content_video_view.h", 264 "android/content_video_view.h",
267 "android/devtools_auth.cc", 265 "android/devtools_auth.cc",
268 "android/java_interfaces_impl.cc", 266 "android/java_interfaces_impl.cc",
(...skipping 166 matching lines...) Expand 10 before | Expand all | Expand 10 after
435 "cache_storage/cache_storage_quota_client.cc", 433 "cache_storage/cache_storage_quota_client.cc",
436 "cache_storage/cache_storage_quota_client.h", 434 "cache_storage/cache_storage_quota_client.h",
437 "cache_storage/cache_storage_scheduler.cc", 435 "cache_storage/cache_storage_scheduler.cc",
438 "cache_storage/cache_storage_scheduler.h", 436 "cache_storage/cache_storage_scheduler.h",
439 "cache_storage/cache_storage_scheduler_client.h", 437 "cache_storage/cache_storage_scheduler_client.h",
440 "child_process_launcher.cc", 438 "child_process_launcher.cc",
441 "child_process_launcher.h", 439 "child_process_launcher.h",
442 "child_process_launcher_helper.cc", 440 "child_process_launcher_helper.cc",
443 "child_process_launcher_helper.h", 441 "child_process_launcher_helper.h",
444 "child_process_launcher_helper_android.cc", 442 "child_process_launcher_helper_android.cc",
443 "child_process_launcher_helper_android.h",
445 "child_process_launcher_helper_linux.cc", 444 "child_process_launcher_helper_linux.cc",
446 "child_process_launcher_helper_mac.cc", 445 "child_process_launcher_helper_mac.cc",
447 "child_process_launcher_helper_posix.cc", 446 "child_process_launcher_helper_posix.cc",
448 "child_process_launcher_helper_posix.h", 447 "child_process_launcher_helper_posix.h",
449 "child_process_launcher_helper_win.cc", 448 "child_process_launcher_helper_win.cc",
450 "child_process_security_policy_impl.cc", 449 "child_process_security_policy_impl.cc",
451 "child_process_security_policy_impl.h", 450 "child_process_security_policy_impl.h",
452 "cocoa/system_hotkey_helper_mac.h", 451 "cocoa/system_hotkey_helper_mac.h",
453 "cocoa/system_hotkey_helper_mac.mm", 452 "cocoa/system_hotkey_helper_mac.mm",
454 "cocoa/system_hotkey_map.h", 453 "cocoa/system_hotkey_map.h",
(...skipping 1597 matching lines...) Expand 10 before | Expand all | Expand 10 after
2052 if (!is_component_build) { 2051 if (!is_component_build) {
2053 public_deps = [ 2052 public_deps = [
2054 ":browser", 2053 ":browser",
2055 ] 2054 ]
2056 } else { 2055 } else {
2057 public_deps = [ 2056 public_deps = [
2058 "//third_party/leveldatabase", 2057 "//third_party/leveldatabase",
2059 ] 2058 ]
2060 } 2059 }
2061 } 2060 }
OLDNEW
« no previous file with comments | « no previous file | content/browser/android/browser_jni_registrar.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698