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

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

Issue 2652343003: Replace source pointer in cc::CopyOutputRequest with a base::UnguessableToken (Closed)
Patch Set: c Created 3 years, 10 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 | « cc/surfaces/surface_factory_unittest.cc ('k') | content/browser/gpu/gpu_process_host.cc » ('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("//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 1179 matching lines...) Expand 10 before | Expand all | Expand 10 after
1190 "renderer_host/render_widget_host_impl.h", 1190 "renderer_host/render_widget_host_impl.h",
1191 "renderer_host/render_widget_host_input_event_router.cc", 1191 "renderer_host/render_widget_host_input_event_router.cc",
1192 "renderer_host/render_widget_host_input_event_router.h", 1192 "renderer_host/render_widget_host_input_event_router.h",
1193 "renderer_host/render_widget_host_owner_delegate.h", 1193 "renderer_host/render_widget_host_owner_delegate.h",
1194 "renderer_host/render_widget_host_view_aura.cc", 1194 "renderer_host/render_widget_host_view_aura.cc",
1195 "renderer_host/render_widget_host_view_aura.h", 1195 "renderer_host/render_widget_host_view_aura.h",
1196 "renderer_host/render_widget_host_view_base.cc", 1196 "renderer_host/render_widget_host_view_base.cc",
1197 "renderer_host/render_widget_host_view_base.h", 1197 "renderer_host/render_widget_host_view_base.h",
1198 "renderer_host/render_widget_host_view_base_observer.cc", 1198 "renderer_host/render_widget_host_view_base_observer.cc",
1199 "renderer_host/render_widget_host_view_base_observer.h", 1199 "renderer_host/render_widget_host_view_base_observer.h",
1200 "renderer_host/render_widget_host_view_frame_subscriber.h",
1200 "renderer_host/render_widget_host_view_mac.h", 1201 "renderer_host/render_widget_host_view_mac.h",
1201 "renderer_host/render_widget_host_view_mac.mm", 1202 "renderer_host/render_widget_host_view_mac.mm",
1202 "renderer_host/render_widget_host_view_mac_dictionary_helper.h", 1203 "renderer_host/render_widget_host_view_mac_dictionary_helper.h",
1203 "renderer_host/render_widget_host_view_mac_dictionary_helper.mm", 1204 "renderer_host/render_widget_host_view_mac_dictionary_helper.mm",
1204 "renderer_host/render_widget_host_view_mac_editcommand_helper.h", 1205 "renderer_host/render_widget_host_view_mac_editcommand_helper.h",
1205 "renderer_host/render_widget_host_view_mac_editcommand_helper.mm", 1206 "renderer_host/render_widget_host_view_mac_editcommand_helper.mm",
1206 "renderer_host/renderer_frame_manager.cc", 1207 "renderer_host/renderer_frame_manager.cc",
1207 "renderer_host/renderer_frame_manager.h", 1208 "renderer_host/renderer_frame_manager.h",
1208 "renderer_host/sandbox_ipc_linux.cc", 1209 "renderer_host/sandbox_ipc_linux.cc",
1209 "renderer_host/sandbox_ipc_linux.h", 1210 "renderer_host/sandbox_ipc_linux.h",
(...skipping 821 matching lines...) Expand 10 before | Expand all | Expand 10 after
2031 if (!is_component_build) { 2032 if (!is_component_build) {
2032 public_deps = [ 2033 public_deps = [
2033 ":browser", 2034 ":browser",
2034 ] 2035 ]
2035 } else { 2036 } else {
2036 public_deps = [ 2037 public_deps = [
2037 "//third_party/leveldatabase", 2038 "//third_party/leveldatabase",
2038 ] 2039 ]
2039 } 2040 }
2040 } 2041 }
OLDNEW
« no previous file with comments | « cc/surfaces/surface_factory_unittest.cc ('k') | content/browser/gpu/gpu_process_host.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698