Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(147)

Side by Side Diff: content/browser/BUILD.gn

Issue 2328463004: Implement WebGL's commit on the main thread (Closed)
Patch Set: fix compile error on win_dbg Created 4 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | content/browser/renderer_host/offscreen_canvas_compositor_frame_sink.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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("//tools/ipc_fuzzer/ipc_fuzzer.gni") 8 import("//tools/ipc_fuzzer/ipc_fuzzer.gni")
9 9
10 source_set("browser") { 10 source_set("browser") {
(...skipping 1055 matching lines...) Expand 10 before | Expand all | Expand 10 after
1066 "renderer_host/media/video_capture_device_client.cc", 1066 "renderer_host/media/video_capture_device_client.cc",
1067 "renderer_host/media/video_capture_device_client.h", 1067 "renderer_host/media/video_capture_device_client.h",
1068 "renderer_host/media/video_capture_gpu_jpeg_decoder.cc", 1068 "renderer_host/media/video_capture_gpu_jpeg_decoder.cc",
1069 "renderer_host/media/video_capture_gpu_jpeg_decoder.h", 1069 "renderer_host/media/video_capture_gpu_jpeg_decoder.h",
1070 "renderer_host/media/video_capture_host.cc", 1070 "renderer_host/media/video_capture_host.cc",
1071 "renderer_host/media/video_capture_host.h", 1071 "renderer_host/media/video_capture_host.h",
1072 "renderer_host/media/video_capture_manager.cc", 1072 "renderer_host/media/video_capture_manager.cc",
1073 "renderer_host/media/video_capture_manager.h", 1073 "renderer_host/media/video_capture_manager.h",
1074 "renderer_host/native_web_keyboard_event_aura.cc", 1074 "renderer_host/native_web_keyboard_event_aura.cc",
1075 "renderer_host/native_web_keyboard_event_mac.mm", 1075 "renderer_host/native_web_keyboard_event_mac.mm",
1076 "renderer_host/offscreen_canvas_frame_receiver_impl.cc", 1076 "renderer_host/offscreen_canvas_compositor_frame_sink.cc",
1077 "renderer_host/offscreen_canvas_frame_receiver_impl.h", 1077 "renderer_host/offscreen_canvas_compositor_frame_sink.h",
1078 "renderer_host/offscreen_canvas_compositor_frame_sink_provider_impl.cc",
1079 "renderer_host/offscreen_canvas_compositor_frame_sink_provider_impl.h",
1078 "renderer_host/offscreen_canvas_surface_impl.cc", 1080 "renderer_host/offscreen_canvas_surface_impl.cc",
1079 "renderer_host/offscreen_canvas_surface_impl.h", 1081 "renderer_host/offscreen_canvas_surface_impl.h",
1080 "renderer_host/overscroll_configuration.cc", 1082 "renderer_host/overscroll_configuration.cc",
1081 "renderer_host/overscroll_controller.cc", 1083 "renderer_host/overscroll_controller.cc",
1082 "renderer_host/overscroll_controller.h", 1084 "renderer_host/overscroll_controller.h",
1083 "renderer_host/overscroll_controller_delegate.h", 1085 "renderer_host/overscroll_controller_delegate.h",
1084 "renderer_host/render_message_filter.cc", 1086 "renderer_host/render_message_filter.cc",
1085 "renderer_host/render_message_filter.h", 1087 "renderer_host/render_message_filter.h",
1086 "renderer_host/render_process_host_impl.cc", 1088 "renderer_host/render_process_host_impl.cc",
1087 "renderer_host/render_process_host_impl.h", 1089 "renderer_host/render_process_host_impl.h",
(...skipping 855 matching lines...) Expand 10 before | Expand all | Expand 10 after
1943 if (!is_component_build) { 1945 if (!is_component_build) {
1944 public_deps = [ 1946 public_deps = [
1945 ":browser", 1947 ":browser",
1946 ] 1948 ]
1947 } else { 1949 } else {
1948 public_deps = [ 1950 public_deps = [
1949 "//third_party/leveldatabase", 1951 "//third_party/leveldatabase",
1950 ] 1952 ]
1951 } 1953 }
1952 } 1954 }
OLDNEW
« no previous file with comments | « no previous file | content/browser/renderer_host/offscreen_canvas_compositor_frame_sink.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698