| 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 1097 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1108 "renderer_host/media/media_stream_ui_proxy.h", | 1108 "renderer_host/media/media_stream_ui_proxy.h", |
| 1109 "renderer_host/media/video_capture_controller.cc", | 1109 "renderer_host/media/video_capture_controller.cc", |
| 1110 "renderer_host/media/video_capture_controller.h", | 1110 "renderer_host/media/video_capture_controller.h", |
| 1111 "renderer_host/media/video_capture_controller_event_handler.h", | 1111 "renderer_host/media/video_capture_controller_event_handler.h", |
| 1112 "renderer_host/media/video_capture_gpu_jpeg_decoder.cc", | 1112 "renderer_host/media/video_capture_gpu_jpeg_decoder.cc", |
| 1113 "renderer_host/media/video_capture_gpu_jpeg_decoder.h", | 1113 "renderer_host/media/video_capture_gpu_jpeg_decoder.h", |
| 1114 "renderer_host/media/video_capture_host.cc", | 1114 "renderer_host/media/video_capture_host.cc", |
| 1115 "renderer_host/media/video_capture_host.h", | 1115 "renderer_host/media/video_capture_host.h", |
| 1116 "renderer_host/media/video_capture_manager.cc", | 1116 "renderer_host/media/video_capture_manager.cc", |
| 1117 "renderer_host/media/video_capture_manager.h", | 1117 "renderer_host/media/video_capture_manager.h", |
| 1118 "renderer_host/media/video_frame_receiver_on_io_thread.cc", | |
| 1119 "renderer_host/media/video_frame_receiver_on_io_thread.h", | |
| 1120 "renderer_host/native_web_keyboard_event_aura.cc", | 1118 "renderer_host/native_web_keyboard_event_aura.cc", |
| 1121 "renderer_host/native_web_keyboard_event_mac.mm", | 1119 "renderer_host/native_web_keyboard_event_mac.mm", |
| 1122 "renderer_host/offscreen_canvas_compositor_frame_sink.cc", | 1120 "renderer_host/offscreen_canvas_compositor_frame_sink.cc", |
| 1123 "renderer_host/offscreen_canvas_compositor_frame_sink.h", | 1121 "renderer_host/offscreen_canvas_compositor_frame_sink.h", |
| 1124 "renderer_host/offscreen_canvas_compositor_frame_sink_provider_impl.cc", | 1122 "renderer_host/offscreen_canvas_compositor_frame_sink_provider_impl.cc", |
| 1125 "renderer_host/offscreen_canvas_compositor_frame_sink_provider_impl.h", | 1123 "renderer_host/offscreen_canvas_compositor_frame_sink_provider_impl.h", |
| 1126 "renderer_host/offscreen_canvas_surface_impl.cc", | 1124 "renderer_host/offscreen_canvas_surface_impl.cc", |
| 1127 "renderer_host/offscreen_canvas_surface_impl.h", | 1125 "renderer_host/offscreen_canvas_surface_impl.h", |
| 1128 "renderer_host/offscreen_canvas_surface_manager.cc", | 1126 "renderer_host/offscreen_canvas_surface_manager.cc", |
| 1129 "renderer_host/offscreen_canvas_surface_manager.h", | 1127 "renderer_host/offscreen_canvas_surface_manager.h", |
| (...skipping 832 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1962 if (!is_component_build) { | 1960 if (!is_component_build) { |
| 1963 public_deps = [ | 1961 public_deps = [ |
| 1964 ":browser", | 1962 ":browser", |
| 1965 ] | 1963 ] |
| 1966 } else { | 1964 } else { |
| 1967 public_deps = [ | 1965 public_deps = [ |
| 1968 "//third_party/leveldatabase", | 1966 "//third_party/leveldatabase", |
| 1969 ] | 1967 ] |
| 1970 } | 1968 } |
| 1971 } | 1969 } |
| OLD | NEW |