| 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 235 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 246 "android/app_web_message_port.cc", | 246 "android/app_web_message_port.cc", |
| 247 "android/app_web_message_port.h", | 247 "android/app_web_message_port.h", |
| 248 "android/background_sync_network_observer_android.cc", | 248 "android/background_sync_network_observer_android.cc", |
| 249 "android/background_sync_network_observer_android.h", | 249 "android/background_sync_network_observer_android.h", |
| 250 "android/browser_jni_registrar.cc", | 250 "android/browser_jni_registrar.cc", |
| 251 "android/browser_jni_registrar.h", | 251 "android/browser_jni_registrar.h", |
| 252 "android/browser_startup_controller.cc", | 252 "android/browser_startup_controller.cc", |
| 253 "android/browser_startup_controller.h", | 253 "android/browser_startup_controller.h", |
| 254 "android/child_process_launcher_android.cc", | 254 "android/child_process_launcher_android.cc", |
| 255 "android/child_process_launcher_android.h", | 255 "android/child_process_launcher_android.h", |
| 256 "android/content_feature_list.cc", |
| 257 "android/content_feature_list.h", |
| 256 "android/content_protocol_handler_impl.cc", | 258 "android/content_protocol_handler_impl.cc", |
| 257 "android/content_protocol_handler_impl.h", | 259 "android/content_protocol_handler_impl.h", |
| 258 "android/content_startup_flags.cc", | 260 "android/content_startup_flags.cc", |
| 259 "android/content_startup_flags.h", | 261 "android/content_startup_flags.h", |
| 260 "android/content_video_view.cc", | 262 "android/content_video_view.cc", |
| 261 "android/content_video_view.h", | 263 "android/content_video_view.h", |
| 262 "android/devtools_auth.cc", | 264 "android/devtools_auth.cc", |
| 263 "android/java_interfaces_impl.cc", | 265 "android/java_interfaces_impl.cc", |
| 264 "android/java_interfaces_impl.h", | 266 "android/java_interfaces_impl.h", |
| 265 "android/scoped_surface_request_manager.cc", | 267 "android/scoped_surface_request_manager.cc", |
| (...skipping 1773 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2039 if (!is_component_build) { | 2041 if (!is_component_build) { |
| 2040 public_deps = [ | 2042 public_deps = [ |
| 2041 ":browser", | 2043 ":browser", |
| 2042 ] | 2044 ] |
| 2043 } else { | 2045 } else { |
| 2044 public_deps = [ | 2046 public_deps = [ |
| 2045 "//third_party/leveldatabase", | 2047 "//third_party/leveldatabase", |
| 2046 ] | 2048 ] |
| 2047 } | 2049 } |
| 2048 } | 2050 } |
| OLD | NEW |