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

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

Issue 2681933002: Add Java wrapper for RenderFrameHost (Closed)
Patch Set: s/GetURL/GetLastCommittedURL/g 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 1755 matching lines...) Expand 10 before | Expand all | Expand 10 after
1766 "android/overscroll_controller_android.cc", 1766 "android/overscroll_controller_android.cc",
1767 "android/overscroll_controller_android.h", 1767 "android/overscroll_controller_android.h",
1768 "android/synchronous_compositor_browser_filter.cc", 1768 "android/synchronous_compositor_browser_filter.cc",
1769 "android/synchronous_compositor_browser_filter.h", 1769 "android/synchronous_compositor_browser_filter.h",
1770 "android/synchronous_compositor_host.cc", 1770 "android/synchronous_compositor_host.cc",
1771 "android/synchronous_compositor_host.h", 1771 "android/synchronous_compositor_host.h",
1772 "android/tracing_controller_android.cc", 1772 "android/tracing_controller_android.cc",
1773 "android/tracing_controller_android.h", 1773 "android/tracing_controller_android.h",
1774 "android/web_contents_observer_proxy.cc", 1774 "android/web_contents_observer_proxy.cc",
1775 "android/web_contents_observer_proxy.h", 1775 "android/web_contents_observer_proxy.h",
1776 "frame_host/render_frame_host_android.cc",
1777 "frame_host/render_frame_host_android.h",
1776 "media/capture/screen_capture_device_android.cc", 1778 "media/capture/screen_capture_device_android.cc",
1777 "media/capture/screen_capture_device_android.h", 1779 "media/capture/screen_capture_device_android.h",
1778 "renderer_host/compositor_impl_android.cc", 1780 "renderer_host/compositor_impl_android.cc",
1779 "renderer_host/compositor_impl_android.h", 1781 "renderer_host/compositor_impl_android.h",
1780 "renderer_host/context_provider_factory_impl_android.cc", 1782 "renderer_host/context_provider_factory_impl_android.cc",
1781 "renderer_host/context_provider_factory_impl_android.h", 1783 "renderer_host/context_provider_factory_impl_android.h",
1782 "renderer_host/ime_adapter_android.cc", 1784 "renderer_host/ime_adapter_android.cc",
1783 "renderer_host/ime_adapter_android.h", 1785 "renderer_host/ime_adapter_android.h",
1784 "renderer_host/input/synthetic_gesture_target_android.cc", 1786 "renderer_host/input/synthetic_gesture_target_android.cc",
1785 "renderer_host/input/synthetic_gesture_target_android.h", 1787 "renderer_host/input/synthetic_gesture_target_android.h",
(...skipping 224 matching lines...) Expand 10 before | Expand all | Expand 10 after
2010 if (!is_component_build) { 2012 if (!is_component_build) {
2011 public_deps = [ 2013 public_deps = [
2012 ":browser", 2014 ":browser",
2013 ] 2015 ]
2014 } else { 2016 } else {
2015 public_deps = [ 2017 public_deps = [
2016 "//third_party/leveldatabase", 2018 "//third_party/leveldatabase",
2017 ] 2019 ]
2018 } 2020 }
2019 } 2021 }
OLDNEW
« no previous file with comments | « no previous file | content/browser/android/browser_jni_registrar.cc » ('j') | content/browser/frame_host/DEPS » ('J')

Powered by Google App Engine
This is Rietveld 408576698