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

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

Issue 2448853002: Rename SynchronousCompositorObserver to BrowserFilter (Closed)
Patch Set: Created 4 years, 1 month 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/synchronous_compositor_browser_filter.h » ('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("//tools/ipc_fuzzer/ipc_fuzzer.gni") 8 import("//tools/ipc_fuzzer/ipc_fuzzer.gni")
9 9
10 source_set("browser") { 10 source_set("browser") {
(...skipping 1668 matching lines...) Expand 10 before | Expand all | Expand 10 after
1679 "android/java/java_method.cc", 1679 "android/java/java_method.cc",
1680 "android/java/java_method.h", 1680 "android/java/java_method.h",
1681 "android/java/java_type.cc", 1681 "android/java/java_type.cc",
1682 "android/java/java_type.h", 1682 "android/java/java_type.h",
1683 "android/java/jni_helper.cc", 1683 "android/java/jni_helper.cc",
1684 "android/java/jni_helper.h", 1684 "android/java/jni_helper.h",
1685 "android/load_url_params.cc", 1685 "android/load_url_params.cc",
1686 "android/load_url_params.h", 1686 "android/load_url_params.h",
1687 "android/overscroll_controller_android.cc", 1687 "android/overscroll_controller_android.cc",
1688 "android/overscroll_controller_android.h", 1688 "android/overscroll_controller_android.h",
1689 "android/synchronous_compositor_browser_filter.cc",
1690 "android/synchronous_compositor_browser_filter.h",
1689 "android/synchronous_compositor_host.cc", 1691 "android/synchronous_compositor_host.cc",
1690 "android/synchronous_compositor_host.h", 1692 "android/synchronous_compositor_host.h",
1691 "android/synchronous_compositor_observer.cc",
1692 "android/synchronous_compositor_observer.h",
1693 "android/tracing_controller_android.cc", 1693 "android/tracing_controller_android.cc",
1694 "android/tracing_controller_android.h", 1694 "android/tracing_controller_android.h",
1695 "android/web_contents_observer_proxy.cc", 1695 "android/web_contents_observer_proxy.cc",
1696 "android/web_contents_observer_proxy.h", 1696 "android/web_contents_observer_proxy.h",
1697 "media/capture/screen_capture_device_android.cc", 1697 "media/capture/screen_capture_device_android.cc",
1698 "media/capture/screen_capture_device_android.h", 1698 "media/capture/screen_capture_device_android.h",
1699 "renderer_host/compositor_impl_android.cc", 1699 "renderer_host/compositor_impl_android.cc",
1700 "renderer_host/compositor_impl_android.h", 1700 "renderer_host/compositor_impl_android.h",
1701 "renderer_host/context_provider_factory_impl_android.cc", 1701 "renderer_host/context_provider_factory_impl_android.cc",
1702 "renderer_host/context_provider_factory_impl_android.h", 1702 "renderer_host/context_provider_factory_impl_android.h",
(...skipping 240 matching lines...) Expand 10 before | Expand all | Expand 10 after
1943 if (!is_component_build) { 1943 if (!is_component_build) {
1944 public_deps = [ 1944 public_deps = [
1945 ":browser", 1945 ":browser",
1946 ] 1946 ]
1947 } else { 1947 } else {
1948 public_deps = [ 1948 public_deps = [
1949 "//third_party/leveldatabase", 1949 "//third_party/leveldatabase",
1950 ] 1950 ]
1951 } 1951 }
1952 } 1952 }
OLDNEW
« no previous file with comments | « no previous file | content/browser/android/synchronous_compositor_browser_filter.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698