| 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 1123 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1134 "renderer_host/media/media_stream_ui_proxy.h", | 1134 "renderer_host/media/media_stream_ui_proxy.h", |
| 1135 "renderer_host/media/video_capture_controller.cc", | 1135 "renderer_host/media/video_capture_controller.cc", |
| 1136 "renderer_host/media/video_capture_controller.h", | 1136 "renderer_host/media/video_capture_controller.h", |
| 1137 "renderer_host/media/video_capture_controller_event_handler.h", | 1137 "renderer_host/media/video_capture_controller_event_handler.h", |
| 1138 "renderer_host/media/video_capture_gpu_jpeg_decoder.cc", | 1138 "renderer_host/media/video_capture_gpu_jpeg_decoder.cc", |
| 1139 "renderer_host/media/video_capture_gpu_jpeg_decoder.h", | 1139 "renderer_host/media/video_capture_gpu_jpeg_decoder.h", |
| 1140 "renderer_host/media/video_capture_host.cc", | 1140 "renderer_host/media/video_capture_host.cc", |
| 1141 "renderer_host/media/video_capture_host.h", | 1141 "renderer_host/media/video_capture_host.h", |
| 1142 "renderer_host/media/video_capture_manager.cc", | 1142 "renderer_host/media/video_capture_manager.cc", |
| 1143 "renderer_host/media/video_capture_manager.h", | 1143 "renderer_host/media/video_capture_manager.h", |
| 1144 "renderer_host/media/video_frame_receiver_on_io_thread.cc", |
| 1145 "renderer_host/media/video_frame_receiver_on_io_thread.h", |
| 1144 "renderer_host/native_web_keyboard_event_aura.cc", | 1146 "renderer_host/native_web_keyboard_event_aura.cc", |
| 1145 "renderer_host/native_web_keyboard_event_mac.mm", | 1147 "renderer_host/native_web_keyboard_event_mac.mm", |
| 1146 "renderer_host/offscreen_canvas_compositor_frame_sink.cc", | 1148 "renderer_host/offscreen_canvas_compositor_frame_sink.cc", |
| 1147 "renderer_host/offscreen_canvas_compositor_frame_sink.h", | 1149 "renderer_host/offscreen_canvas_compositor_frame_sink.h", |
| 1148 "renderer_host/offscreen_canvas_compositor_frame_sink_provider_impl.cc", | 1150 "renderer_host/offscreen_canvas_compositor_frame_sink_provider_impl.cc", |
| 1149 "renderer_host/offscreen_canvas_compositor_frame_sink_provider_impl.h", | 1151 "renderer_host/offscreen_canvas_compositor_frame_sink_provider_impl.h", |
| 1150 "renderer_host/offscreen_canvas_surface_factory_impl.cc", | 1152 "renderer_host/offscreen_canvas_surface_factory_impl.cc", |
| 1151 "renderer_host/offscreen_canvas_surface_factory_impl.h", | 1153 "renderer_host/offscreen_canvas_surface_factory_impl.h", |
| 1152 "renderer_host/offscreen_canvas_surface_impl.cc", | 1154 "renderer_host/offscreen_canvas_surface_impl.cc", |
| 1153 "renderer_host/offscreen_canvas_surface_impl.h", | 1155 "renderer_host/offscreen_canvas_surface_impl.h", |
| (...skipping 838 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1992 if (!is_component_build) { | 1994 if (!is_component_build) { |
| 1993 public_deps = [ | 1995 public_deps = [ |
| 1994 ":browser", | 1996 ":browser", |
| 1995 ] | 1997 ] |
| 1996 } else { | 1998 } else { |
| 1997 public_deps = [ | 1999 public_deps = [ |
| 1998 "//third_party/leveldatabase", | 2000 "//third_party/leveldatabase", |
| 1999 ] | 2001 ] |
| 2000 } | 2002 } |
| 2001 } | 2003 } |
| OLD | NEW |