| 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 246 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 257 "android/browser_startup_controller.h", | 257 "android/browser_startup_controller.h", |
| 258 "android/content_feature_list.cc", | 258 "android/content_feature_list.cc", |
| 259 "android/content_feature_list.h", | 259 "android/content_feature_list.h", |
| 260 "android/content_protocol_handler_impl.cc", | 260 "android/content_protocol_handler_impl.cc", |
| 261 "android/content_protocol_handler_impl.h", | 261 "android/content_protocol_handler_impl.h", |
| 262 "android/content_startup_flags.cc", | 262 "android/content_startup_flags.cc", |
| 263 "android/content_startup_flags.h", | 263 "android/content_startup_flags.h", |
| 264 "android/content_video_view.cc", | 264 "android/content_video_view.cc", |
| 265 "android/content_video_view.h", | 265 "android/content_video_view.h", |
| 266 "android/devtools_auth.cc", | 266 "android/devtools_auth.cc", |
| 267 "android/dialog_overlay_impl.cc", |
| 268 "android/dialog_overlay_impl.h", |
| 267 "android/gpu_process_callback.cc", | 269 "android/gpu_process_callback.cc", |
| 268 "android/gpu_process_callback.h", | 270 "android/gpu_process_callback.h", |
| 269 "android/java_interfaces_impl.cc", | 271 "android/java_interfaces_impl.cc", |
| 270 "android/java_interfaces_impl.h", | 272 "android/java_interfaces_impl.h", |
| 271 "android/launcher_thread.cc", | 273 "android/launcher_thread.cc", |
| 272 "android/launcher_thread.h", | 274 "android/launcher_thread.h", |
| 273 "android/scoped_surface_request_manager.cc", | 275 "android/scoped_surface_request_manager.cc", |
| 274 "android/scoped_surface_request_manager.h", | 276 "android/scoped_surface_request_manager.h", |
| 275 "android/string_message_codec.cc", | 277 "android/string_message_codec.cc", |
| 276 "android/string_message_codec.h", | 278 "android/string_message_codec.h", |
| (...skipping 1817 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2094 if (!is_component_build) { | 2096 if (!is_component_build) { |
| 2095 public_deps = [ | 2097 public_deps = [ |
| 2096 ":browser", | 2098 ":browser", |
| 2097 ] | 2099 ] |
| 2098 } else { | 2100 } else { |
| 2099 public_deps = [ | 2101 public_deps = [ |
| 2100 "//third_party/leveldatabase", | 2102 "//third_party/leveldatabase", |
| 2101 ] | 2103 ] |
| 2102 } | 2104 } |
| 2103 } | 2105 } |
| OLD | NEW |