| 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 1117 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1128 "renderer_host/media/media_stream_ui_proxy.h", | 1128 "renderer_host/media/media_stream_ui_proxy.h", |
| 1129 "renderer_host/media/video_capture_controller.cc", | 1129 "renderer_host/media/video_capture_controller.cc", |
| 1130 "renderer_host/media/video_capture_controller.h", | 1130 "renderer_host/media/video_capture_controller.h", |
| 1131 "renderer_host/media/video_capture_controller_event_handler.h", | 1131 "renderer_host/media/video_capture_controller_event_handler.h", |
| 1132 "renderer_host/media/video_capture_gpu_jpeg_decoder.cc", | 1132 "renderer_host/media/video_capture_gpu_jpeg_decoder.cc", |
| 1133 "renderer_host/media/video_capture_gpu_jpeg_decoder.h", | 1133 "renderer_host/media/video_capture_gpu_jpeg_decoder.h", |
| 1134 "renderer_host/media/video_capture_host.cc", | 1134 "renderer_host/media/video_capture_host.cc", |
| 1135 "renderer_host/media/video_capture_host.h", | 1135 "renderer_host/media/video_capture_host.h", |
| 1136 "renderer_host/media/video_capture_manager.cc", | 1136 "renderer_host/media/video_capture_manager.cc", |
| 1137 "renderer_host/media/video_capture_manager.h", | 1137 "renderer_host/media/video_capture_manager.h", |
| 1138 "renderer_host/media/video_frame_receiver_on_io_thread.cc", |
| 1139 "renderer_host/media/video_frame_receiver_on_io_thread.h", |
| 1138 "renderer_host/native_web_keyboard_event_aura.cc", | 1140 "renderer_host/native_web_keyboard_event_aura.cc", |
| 1139 "renderer_host/native_web_keyboard_event_mac.mm", | 1141 "renderer_host/native_web_keyboard_event_mac.mm", |
| 1140 "renderer_host/offscreen_canvas_compositor_frame_sink.cc", | 1142 "renderer_host/offscreen_canvas_compositor_frame_sink.cc", |
| 1141 "renderer_host/offscreen_canvas_compositor_frame_sink.h", | 1143 "renderer_host/offscreen_canvas_compositor_frame_sink.h", |
| 1142 "renderer_host/offscreen_canvas_compositor_frame_sink_provider_impl.cc", | 1144 "renderer_host/offscreen_canvas_compositor_frame_sink_provider_impl.cc", |
| 1143 "renderer_host/offscreen_canvas_compositor_frame_sink_provider_impl.h", | 1145 "renderer_host/offscreen_canvas_compositor_frame_sink_provider_impl.h", |
| 1144 "renderer_host/offscreen_canvas_surface_factory_impl.cc", | 1146 "renderer_host/offscreen_canvas_surface_factory_impl.cc", |
| 1145 "renderer_host/offscreen_canvas_surface_factory_impl.h", | 1147 "renderer_host/offscreen_canvas_surface_factory_impl.h", |
| 1146 "renderer_host/offscreen_canvas_surface_impl.cc", | 1148 "renderer_host/offscreen_canvas_surface_impl.cc", |
| 1147 "renderer_host/offscreen_canvas_surface_impl.h", | 1149 "renderer_host/offscreen_canvas_surface_impl.h", |
| (...skipping 838 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1986 if (!is_component_build) { | 1988 if (!is_component_build) { |
| 1987 public_deps = [ | 1989 public_deps = [ |
| 1988 ":browser", | 1990 ":browser", |
| 1989 ] | 1991 ] |
| 1990 } else { | 1992 } else { |
| 1991 public_deps = [ | 1993 public_deps = [ |
| 1992 "//third_party/leveldatabase", | 1994 "//third_party/leveldatabase", |
| 1993 ] | 1995 ] |
| 1994 } | 1996 } |
| 1995 } | 1997 } |
| OLD | NEW |