| 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("//media/media_options.gni") | 7 import("//media/media_options.gni") |
| 8 import("//ppapi/features/features.gni") | 8 import("//ppapi/features/features.gni") |
| 9 import("//printing/features/features.gni") | 9 import("//printing/features/features.gni") |
| 10 import("//third_party/WebKit/public/public_features.gni") | 10 import("//third_party/WebKit/public/public_features.gni") |
| (...skipping 1139 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1150 "renderer_host/offscreen_canvas_compositor_frame_sink.cc", | 1150 "renderer_host/offscreen_canvas_compositor_frame_sink.cc", |
| 1151 "renderer_host/offscreen_canvas_compositor_frame_sink.h", | 1151 "renderer_host/offscreen_canvas_compositor_frame_sink.h", |
| 1152 "renderer_host/offscreen_canvas_compositor_frame_sink_provider_impl.cc", | 1152 "renderer_host/offscreen_canvas_compositor_frame_sink_provider_impl.cc", |
| 1153 "renderer_host/offscreen_canvas_compositor_frame_sink_provider_impl.h", | 1153 "renderer_host/offscreen_canvas_compositor_frame_sink_provider_impl.h", |
| 1154 "renderer_host/offscreen_canvas_surface_factory_impl.cc", | 1154 "renderer_host/offscreen_canvas_surface_factory_impl.cc", |
| 1155 "renderer_host/offscreen_canvas_surface_factory_impl.h", | 1155 "renderer_host/offscreen_canvas_surface_factory_impl.h", |
| 1156 "renderer_host/offscreen_canvas_surface_impl.cc", | 1156 "renderer_host/offscreen_canvas_surface_impl.cc", |
| 1157 "renderer_host/offscreen_canvas_surface_impl.h", | 1157 "renderer_host/offscreen_canvas_surface_impl.h", |
| 1158 "renderer_host/offscreen_canvas_surface_manager.cc", | 1158 "renderer_host/offscreen_canvas_surface_manager.cc", |
| 1159 "renderer_host/offscreen_canvas_surface_manager.h", | 1159 "renderer_host/offscreen_canvas_surface_manager.h", |
| 1160 "renderer_host/one_shot_metric_host.cc", |
| 1161 "renderer_host/one_shot_metric_host.h", |
| 1160 "renderer_host/overscroll_configuration.cc", | 1162 "renderer_host/overscroll_configuration.cc", |
| 1161 "renderer_host/overscroll_controller.cc", | 1163 "renderer_host/overscroll_controller.cc", |
| 1162 "renderer_host/overscroll_controller.h", | 1164 "renderer_host/overscroll_controller.h", |
| 1163 "renderer_host/overscroll_controller_delegate.h", | 1165 "renderer_host/overscroll_controller_delegate.h", |
| 1164 "renderer_host/render_message_filter.cc", | 1166 "renderer_host/render_message_filter.cc", |
| 1165 "renderer_host/render_message_filter.h", | 1167 "renderer_host/render_message_filter.h", |
| 1166 "renderer_host/render_process_host_impl.cc", | 1168 "renderer_host/render_process_host_impl.cc", |
| 1167 "renderer_host/render_process_host_impl.h", | 1169 "renderer_host/render_process_host_impl.h", |
| 1168 "renderer_host/render_sandbox_host_linux.cc", | 1170 "renderer_host/render_sandbox_host_linux.cc", |
| 1169 "renderer_host/render_sandbox_host_linux.h", | 1171 "renderer_host/render_sandbox_host_linux.h", |
| (...skipping 845 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2015 if (!is_component_build) { | 2017 if (!is_component_build) { |
| 2016 public_deps = [ | 2018 public_deps = [ |
| 2017 ":browser", | 2019 ":browser", |
| 2018 ] | 2020 ] |
| 2019 } else { | 2021 } else { |
| 2020 public_deps = [ | 2022 public_deps = [ |
| 2021 "//third_party/leveldatabase", | 2023 "//third_party/leveldatabase", |
| 2022 ] | 2024 ] |
| 2023 } | 2025 } |
| 2024 } | 2026 } |
| OLD | NEW |