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

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
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 1170 matching lines...) Expand 10 before | Expand all | Expand 10 after
1181 "renderer_host/render_widget_host_impl.h", 1181 "renderer_host/render_widget_host_impl.h",
1182 "renderer_host/render_widget_host_input_event_router.cc", 1182 "renderer_host/render_widget_host_input_event_router.cc",
1183 "renderer_host/render_widget_host_input_event_router.h", 1183 "renderer_host/render_widget_host_input_event_router.h",
1184 "renderer_host/render_widget_host_owner_delegate.h", 1184 "renderer_host/render_widget_host_owner_delegate.h",
1185 "renderer_host/render_widget_host_view_aura.cc", 1185 "renderer_host/render_widget_host_view_aura.cc",
1186 "renderer_host/render_widget_host_view_aura.h", 1186 "renderer_host/render_widget_host_view_aura.h",
1187 "renderer_host/render_widget_host_view_base.cc", 1187 "renderer_host/render_widget_host_view_base.cc",
1188 "renderer_host/render_widget_host_view_base.h", 1188 "renderer_host/render_widget_host_view_base.h",
1189 "renderer_host/render_widget_host_view_base_observer.cc", 1189 "renderer_host/render_widget_host_view_base_observer.cc",
1190 "renderer_host/render_widget_host_view_base_observer.h", 1190 "renderer_host/render_widget_host_view_base_observer.h",
1191 "renderer_host/render_widget_host_view_frame_subscriber.h",
1191 "renderer_host/render_widget_host_view_mac.h", 1192 "renderer_host/render_widget_host_view_mac.h",
1192 "renderer_host/render_widget_host_view_mac.mm", 1193 "renderer_host/render_widget_host_view_mac.mm",
1193 "renderer_host/render_widget_host_view_mac_dictionary_helper.h", 1194 "renderer_host/render_widget_host_view_mac_dictionary_helper.h",
1194 "renderer_host/render_widget_host_view_mac_dictionary_helper.mm", 1195 "renderer_host/render_widget_host_view_mac_dictionary_helper.mm",
1195 "renderer_host/render_widget_host_view_mac_editcommand_helper.h", 1196 "renderer_host/render_widget_host_view_mac_editcommand_helper.h",
1196 "renderer_host/render_widget_host_view_mac_editcommand_helper.mm", 1197 "renderer_host/render_widget_host_view_mac_editcommand_helper.mm",
1197 "renderer_host/renderer_frame_manager.cc", 1198 "renderer_host/renderer_frame_manager.cc",
1198 "renderer_host/renderer_frame_manager.h", 1199 "renderer_host/renderer_frame_manager.h",
1199 "renderer_host/sandbox_ipc_linux.cc", 1200 "renderer_host/sandbox_ipc_linux.cc",
1200 "renderer_host/sandbox_ipc_linux.h", 1201 "renderer_host/sandbox_ipc_linux.h",
(...skipping 817 matching lines...) Expand 10 before | Expand all | Expand 10 after
2018 if (!is_component_build) { 2019 if (!is_component_build) {
2019 public_deps = [ 2020 public_deps = [
2020 ":browser", 2021 ":browser",
2021 ] 2022 ]
2022 } else { 2023 } else {
2023 public_deps = [ 2024 public_deps = [
2024 "//third_party/leveldatabase", 2025 "//third_party/leveldatabase",
2025 ] 2026 ]
2026 } 2027 }
2027 } 2028 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698