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

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

Issue 2821473002: Service CreateNewWindow on the UI thread with a new mojo interface (Closed)
Patch Set: 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 1191 matching lines...) Expand 10 before | Expand all | Expand 10 after
1202 "renderer_host/offscreen_canvas_surface_factory_impl.cc", 1202 "renderer_host/offscreen_canvas_surface_factory_impl.cc",
1203 "renderer_host/offscreen_canvas_surface_factory_impl.h", 1203 "renderer_host/offscreen_canvas_surface_factory_impl.h",
1204 "renderer_host/offscreen_canvas_surface_impl.cc", 1204 "renderer_host/offscreen_canvas_surface_impl.cc",
1205 "renderer_host/offscreen_canvas_surface_impl.h", 1205 "renderer_host/offscreen_canvas_surface_impl.h",
1206 "renderer_host/overscroll_configuration.cc", 1206 "renderer_host/overscroll_configuration.cc",
1207 "renderer_host/overscroll_controller.cc", 1207 "renderer_host/overscroll_controller.cc",
1208 "renderer_host/overscroll_controller.h", 1208 "renderer_host/overscroll_controller.h",
1209 "renderer_host/overscroll_controller_delegate.h", 1209 "renderer_host/overscroll_controller_delegate.h",
1210 "renderer_host/render_message_filter.cc", 1210 "renderer_host/render_message_filter.cc",
1211 "renderer_host/render_message_filter.h", 1211 "renderer_host/render_message_filter.h",
1212 "renderer_host/render_message_filter_ui.cc",
1213 "renderer_host/render_message_filter_ui.h",
1212 "renderer_host/render_process_host_impl.cc", 1214 "renderer_host/render_process_host_impl.cc",
1213 "renderer_host/render_process_host_impl.h", 1215 "renderer_host/render_process_host_impl.h",
1214 "renderer_host/render_sandbox_host_linux.cc", 1216 "renderer_host/render_sandbox_host_linux.cc",
1215 "renderer_host/render_sandbox_host_linux.h", 1217 "renderer_host/render_sandbox_host_linux.h",
1216 "renderer_host/render_view_host_delegate.cc", 1218 "renderer_host/render_view_host_delegate.cc",
1217 "renderer_host/render_view_host_delegate.h", 1219 "renderer_host/render_view_host_delegate.h",
1218 "renderer_host/render_view_host_delegate_view.cc", 1220 "renderer_host/render_view_host_delegate_view.cc",
1219 "renderer_host/render_view_host_delegate_view.h", 1221 "renderer_host/render_view_host_delegate_view.h",
1220 "renderer_host/render_view_host_factory.cc", 1222 "renderer_host/render_view_host_factory.cc",
1221 "renderer_host/render_view_host_factory.h", 1223 "renderer_host/render_view_host_factory.h",
(...skipping 837 matching lines...) Expand 10 before | Expand all | Expand 10 after
2059 if (!is_component_build) { 2061 if (!is_component_build) {
2060 public_deps = [ 2062 public_deps = [
2061 ":browser", 2063 ":browser",
2062 ] 2064 ]
2063 } else { 2065 } else {
2064 public_deps = [ 2066 public_deps = [
2065 "//third_party/leveldatabase", 2067 "//third_party/leveldatabase",
2066 ] 2068 ]
2067 } 2069 }
2068 } 2070 }
OLDNEW
« no previous file with comments | « no previous file | content/browser/renderer_host/DEPS » ('j') | content/renderer/render_thread_impl.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698