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

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

Issue 2528823002: Separate SwipeRefreshHandler and ContentViewCore (Closed)
Patch Set: Make boliu's requested changes Created 4 years 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 1124 matching lines...) Expand 10 before | Expand all | Expand 10 after
1135 "renderer_host/overscroll_controller.h", 1135 "renderer_host/overscroll_controller.h",
1136 "renderer_host/overscroll_controller_delegate.h", 1136 "renderer_host/overscroll_controller_delegate.h",
1137 "renderer_host/render_message_filter.cc", 1137 "renderer_host/render_message_filter.cc",
1138 "renderer_host/render_message_filter.h", 1138 "renderer_host/render_message_filter.h",
1139 "renderer_host/render_process_host_impl.cc", 1139 "renderer_host/render_process_host_impl.cc",
1140 "renderer_host/render_process_host_impl.h", 1140 "renderer_host/render_process_host_impl.h",
1141 "renderer_host/render_sandbox_host_linux.cc", 1141 "renderer_host/render_sandbox_host_linux.cc",
1142 "renderer_host/render_sandbox_host_linux.h", 1142 "renderer_host/render_sandbox_host_linux.h",
1143 "renderer_host/render_view_host_delegate.cc", 1143 "renderer_host/render_view_host_delegate.cc",
1144 "renderer_host/render_view_host_delegate.h", 1144 "renderer_host/render_view_host_delegate.h",
1145 "renderer_host/render_view_host_delegate_view.cc",
1145 "renderer_host/render_view_host_delegate_view.h", 1146 "renderer_host/render_view_host_delegate_view.h",
1146 "renderer_host/render_view_host_factory.cc", 1147 "renderer_host/render_view_host_factory.cc",
1147 "renderer_host/render_view_host_factory.h", 1148 "renderer_host/render_view_host_factory.h",
1148 "renderer_host/render_view_host_impl.cc", 1149 "renderer_host/render_view_host_impl.cc",
1149 "renderer_host/render_view_host_impl.h", 1150 "renderer_host/render_view_host_impl.h",
1150 "renderer_host/render_widget_helper.cc", 1151 "renderer_host/render_widget_helper.cc",
1151 "renderer_host/render_widget_helper.h", 1152 "renderer_host/render_widget_helper.h",
1152 "renderer_host/render_widget_host_delegate.cc", 1153 "renderer_host/render_widget_host_delegate.cc",
1153 "renderer_host/render_widget_host_delegate.h", 1154 "renderer_host/render_widget_host_delegate.h",
1154 "renderer_host/render_widget_host_impl.cc", 1155 "renderer_host/render_widget_host_impl.cc",
(...skipping 824 matching lines...) Expand 10 before | Expand all | Expand 10 after
1979 if (!is_component_build) { 1980 if (!is_component_build) {
1980 public_deps = [ 1981 public_deps = [
1981 ":browser", 1982 ":browser",
1982 ] 1983 ]
1983 } else { 1984 } else {
1984 public_deps = [ 1985 public_deps = [
1985 "//third_party/leveldatabase", 1986 "//third_party/leveldatabase",
1986 ] 1987 ]
1987 } 1988 }
1988 } 1989 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698