| OLD | NEW |
| 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 Loading... |
| 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", |
| 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 166 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 433 "cache_storage/cache_storage_quota_client.cc", | 435 "cache_storage/cache_storage_quota_client.cc", |
| 434 "cache_storage/cache_storage_quota_client.h", | 436 "cache_storage/cache_storage_quota_client.h", |
| 435 "cache_storage/cache_storage_scheduler.cc", | 437 "cache_storage/cache_storage_scheduler.cc", |
| 436 "cache_storage/cache_storage_scheduler.h", | 438 "cache_storage/cache_storage_scheduler.h", |
| 437 "cache_storage/cache_storage_scheduler_client.h", | 439 "cache_storage/cache_storage_scheduler_client.h", |
| 438 "child_process_launcher.cc", | 440 "child_process_launcher.cc", |
| 439 "child_process_launcher.h", | 441 "child_process_launcher.h", |
| 440 "child_process_launcher_helper.cc", | 442 "child_process_launcher_helper.cc", |
| 441 "child_process_launcher_helper.h", | 443 "child_process_launcher_helper.h", |
| 442 "child_process_launcher_helper_android.cc", | 444 "child_process_launcher_helper_android.cc", |
| 443 "child_process_launcher_helper_android.h", | |
| 444 "child_process_launcher_helper_linux.cc", | 445 "child_process_launcher_helper_linux.cc", |
| 445 "child_process_launcher_helper_mac.cc", | 446 "child_process_launcher_helper_mac.cc", |
| 446 "child_process_launcher_helper_posix.cc", | 447 "child_process_launcher_helper_posix.cc", |
| 447 "child_process_launcher_helper_posix.h", | 448 "child_process_launcher_helper_posix.h", |
| 448 "child_process_launcher_helper_win.cc", | 449 "child_process_launcher_helper_win.cc", |
| 449 "child_process_security_policy_impl.cc", | 450 "child_process_security_policy_impl.cc", |
| 450 "child_process_security_policy_impl.h", | 451 "child_process_security_policy_impl.h", |
| 451 "cocoa/system_hotkey_helper_mac.h", | 452 "cocoa/system_hotkey_helper_mac.h", |
| 452 "cocoa/system_hotkey_helper_mac.mm", | 453 "cocoa/system_hotkey_helper_mac.mm", |
| 453 "cocoa/system_hotkey_map.h", | 454 "cocoa/system_hotkey_map.h", |
| (...skipping 1597 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2051 if (!is_component_build) { | 2052 if (!is_component_build) { |
| 2052 public_deps = [ | 2053 public_deps = [ |
| 2053 ":browser", | 2054 ":browser", |
| 2054 ] | 2055 ] |
| 2055 } else { | 2056 } else { |
| 2056 public_deps = [ | 2057 public_deps = [ |
| 2057 "//third_party/leveldatabase", | 2058 "//third_party/leveldatabase", |
| 2058 ] | 2059 ] |
| 2059 } | 2060 } |
| 2060 } | 2061 } |
| OLD | NEW |