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

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

Issue 2821473002: Service CreateNewWindow on the UI thread with a new mojo interface (Closed)
Patch Set: associated with IPC channel Created 3 years, 8 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("//gpu/vulkan/features.gni") 7 import("//gpu/vulkan/features.gni")
8 import("//media/media_options.gni") 8 import("//media/media_options.gni")
9 import("//ppapi/features/features.gni") 9 import("//ppapi/features/features.gni")
10 import("//printing/features/features.gni") 10 import("//printing/features/features.gni")
(...skipping 1190 matching lines...) Expand 10 before | Expand all | Expand 10 after
1201 "renderer_host/offscreen_canvas_provider_impl.cc", 1201 "renderer_host/offscreen_canvas_provider_impl.cc",
1202 "renderer_host/offscreen_canvas_provider_impl.h", 1202 "renderer_host/offscreen_canvas_provider_impl.h",
1203 "renderer_host/offscreen_canvas_surface_impl.cc", 1203 "renderer_host/offscreen_canvas_surface_impl.cc",
1204 "renderer_host/offscreen_canvas_surface_impl.h", 1204 "renderer_host/offscreen_canvas_surface_impl.h",
1205 "renderer_host/overscroll_configuration.cc", 1205 "renderer_host/overscroll_configuration.cc",
1206 "renderer_host/overscroll_controller.cc", 1206 "renderer_host/overscroll_controller.cc",
1207 "renderer_host/overscroll_controller.h", 1207 "renderer_host/overscroll_controller.h",
1208 "renderer_host/overscroll_controller_delegate.h", 1208 "renderer_host/overscroll_controller_delegate.h",
1209 "renderer_host/render_message_filter.cc", 1209 "renderer_host/render_message_filter.cc",
1210 "renderer_host/render_message_filter.h", 1210 "renderer_host/render_message_filter.h",
1211 "renderer_host/render_message_filter_ui.cc",
1212 "renderer_host/render_message_filter_ui.h",
1211 "renderer_host/render_process_host_impl.cc", 1213 "renderer_host/render_process_host_impl.cc",
1212 "renderer_host/render_process_host_impl.h", 1214 "renderer_host/render_process_host_impl.h",
1213 "renderer_host/render_sandbox_host_linux.cc", 1215 "renderer_host/render_sandbox_host_linux.cc",
1214 "renderer_host/render_sandbox_host_linux.h", 1216 "renderer_host/render_sandbox_host_linux.h",
1215 "renderer_host/render_view_host_delegate.cc", 1217 "renderer_host/render_view_host_delegate.cc",
1216 "renderer_host/render_view_host_delegate.h", 1218 "renderer_host/render_view_host_delegate.h",
1217 "renderer_host/render_view_host_delegate_view.cc", 1219 "renderer_host/render_view_host_delegate_view.cc",
1218 "renderer_host/render_view_host_delegate_view.h", 1220 "renderer_host/render_view_host_delegate_view.h",
1219 "renderer_host/render_view_host_factory.cc", 1221 "renderer_host/render_view_host_factory.cc",
1220 "renderer_host/render_view_host_factory.h", 1222 "renderer_host/render_view_host_factory.h",
(...skipping 842 matching lines...) Expand 10 before | Expand all | Expand 10 after
2063 if (!is_component_build) { 2065 if (!is_component_build) {
2064 public_deps = [ 2066 public_deps = [
2065 ":browser", 2067 ":browser",
2066 ] 2068 ]
2067 } else { 2069 } else {
2068 public_deps = [ 2070 public_deps = [
2069 "//third_party/leveldatabase", 2071 "//third_party/leveldatabase",
2070 ] 2072 ]
2071 } 2073 }
2072 } 2074 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698