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

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

Issue 2686243002: content/ui[Android]: Remove ContextProviderFactory. (Closed)
Patch Set: .. 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 1754 matching lines...) Expand 10 before | Expand all | Expand 10 after
1765 "android/synchronous_compositor_host.cc", 1765 "android/synchronous_compositor_host.cc",
1766 "android/synchronous_compositor_host.h", 1766 "android/synchronous_compositor_host.h",
1767 "android/tracing_controller_android.cc", 1767 "android/tracing_controller_android.cc",
1768 "android/tracing_controller_android.h", 1768 "android/tracing_controller_android.h",
1769 "android/web_contents_observer_proxy.cc", 1769 "android/web_contents_observer_proxy.cc",
1770 "android/web_contents_observer_proxy.h", 1770 "android/web_contents_observer_proxy.h",
1771 "media/capture/screen_capture_device_android.cc", 1771 "media/capture/screen_capture_device_android.cc",
1772 "media/capture/screen_capture_device_android.h", 1772 "media/capture/screen_capture_device_android.h",
1773 "renderer_host/compositor_impl_android.cc", 1773 "renderer_host/compositor_impl_android.cc",
1774 "renderer_host/compositor_impl_android.h", 1774 "renderer_host/compositor_impl_android.h",
1775 "renderer_host/context_provider_factory_impl_android.cc",
1776 "renderer_host/context_provider_factory_impl_android.h",
1777 "renderer_host/ime_adapter_android.cc", 1775 "renderer_host/ime_adapter_android.cc",
1778 "renderer_host/ime_adapter_android.h", 1776 "renderer_host/ime_adapter_android.h",
1779 "renderer_host/input/synthetic_gesture_target_android.cc", 1777 "renderer_host/input/synthetic_gesture_target_android.cc",
1780 "renderer_host/input/synthetic_gesture_target_android.h", 1778 "renderer_host/input/synthetic_gesture_target_android.h",
1781 "renderer_host/native_web_keyboard_event_android.cc", 1779 "renderer_host/native_web_keyboard_event_android.cc",
1782 "renderer_host/render_widget_host_view_android.cc", 1780 "renderer_host/render_widget_host_view_android.cc",
1783 "renderer_host/render_widget_host_view_android.h", 1781 "renderer_host/render_widget_host_view_android.h",
1784 "screen_orientation/screen_orientation_delegate_android.cc", 1782 "screen_orientation/screen_orientation_delegate_android.cc",
1785 "screen_orientation/screen_orientation_delegate_android.h", 1783 "screen_orientation/screen_orientation_delegate_android.h",
1786 "screen_orientation/screen_orientation_listener_android.cc", 1784 "screen_orientation/screen_orientation_listener_android.cc",
(...skipping 218 matching lines...) Expand 10 before | Expand all | Expand 10 after
2005 if (!is_component_build) { 2003 if (!is_component_build) {
2006 public_deps = [ 2004 public_deps = [
2007 ":browser", 2005 ":browser",
2008 ] 2006 ]
2009 } else { 2007 } else {
2010 public_deps = [ 2008 public_deps = [
2011 "//third_party/leveldatabase", 2009 "//third_party/leveldatabase",
2012 ] 2010 ]
2013 } 2011 }
2014 } 2012 }
OLDNEW
« no previous file with comments | « no previous file | content/browser/browser_main_loop.cc » ('j') | content/browser/gpu/browser_gpu_channel_host_factory.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698