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

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

Issue 2681933002: Add Java wrapper for RenderFrameHost (Closed)
Patch Set: Make test work with PlzNavigate Created 3 years, 9 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
« no previous file with comments | « no previous file | content/browser/android/browser_jni_registrar.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 1777 matching lines...) Expand 10 before | Expand all | Expand 10 after
1788 "android/overscroll_controller_android.cc", 1788 "android/overscroll_controller_android.cc",
1789 "android/overscroll_controller_android.h", 1789 "android/overscroll_controller_android.h",
1790 "android/synchronous_compositor_browser_filter.cc", 1790 "android/synchronous_compositor_browser_filter.cc",
1791 "android/synchronous_compositor_browser_filter.h", 1791 "android/synchronous_compositor_browser_filter.h",
1792 "android/synchronous_compositor_host.cc", 1792 "android/synchronous_compositor_host.cc",
1793 "android/synchronous_compositor_host.h", 1793 "android/synchronous_compositor_host.h",
1794 "android/tracing_controller_android.cc", 1794 "android/tracing_controller_android.cc",
1795 "android/tracing_controller_android.h", 1795 "android/tracing_controller_android.h",
1796 "android/web_contents_observer_proxy.cc", 1796 "android/web_contents_observer_proxy.cc",
1797 "android/web_contents_observer_proxy.h", 1797 "android/web_contents_observer_proxy.h",
1798 "frame_host/render_frame_host_android.cc",
1799 "frame_host/render_frame_host_android.h",
1798 "media/capture/screen_capture_device_android.cc", 1800 "media/capture/screen_capture_device_android.cc",
1799 "media/capture/screen_capture_device_android.h", 1801 "media/capture/screen_capture_device_android.h",
1800 "renderer_host/compositor_impl_android.cc", 1802 "renderer_host/compositor_impl_android.cc",
1801 "renderer_host/compositor_impl_android.h", 1803 "renderer_host/compositor_impl_android.h",
1802 "renderer_host/ime_adapter_android.cc", 1804 "renderer_host/ime_adapter_android.cc",
1803 "renderer_host/ime_adapter_android.h", 1805 "renderer_host/ime_adapter_android.h",
1804 "renderer_host/input/synthetic_gesture_target_android.cc", 1806 "renderer_host/input/synthetic_gesture_target_android.cc",
1805 "renderer_host/input/synthetic_gesture_target_android.h", 1807 "renderer_host/input/synthetic_gesture_target_android.h",
1806 "renderer_host/native_web_keyboard_event_android.cc", 1808 "renderer_host/native_web_keyboard_event_android.cc",
1807 "renderer_host/render_widget_host_view_android.cc", 1809 "renderer_host/render_widget_host_view_android.cc",
(...skipping 224 matching lines...) Expand 10 before | Expand all | Expand 10 after
2032 if (!is_component_build) { 2034 if (!is_component_build) {
2033 public_deps = [ 2035 public_deps = [
2034 ":browser", 2036 ":browser",
2035 ] 2037 ]
2036 } else { 2038 } else {
2037 public_deps = [ 2039 public_deps = [
2038 "//third_party/leveldatabase", 2040 "//third_party/leveldatabase",
2039 ] 2041 ]
2040 } 2042 }
2041 } 2043 }
OLDNEW
« no previous file with comments | « no previous file | content/browser/android/browser_jni_registrar.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698