| OLD | NEW |
| 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("//printing/features/features.gni") | 8 import("//printing/features/features.gni") |
| 9 import("//tools/ipc_fuzzer/ipc_fuzzer.gni") | 9 import("//tools/ipc_fuzzer/ipc_fuzzer.gni") |
| 10 | 10 |
| (...skipping 1697 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1708 "renderer_host/compositor_impl_android.h", | 1708 "renderer_host/compositor_impl_android.h", |
| 1709 "renderer_host/context_provider_factory_impl_android.cc", | 1709 "renderer_host/context_provider_factory_impl_android.cc", |
| 1710 "renderer_host/context_provider_factory_impl_android.h", | 1710 "renderer_host/context_provider_factory_impl_android.h", |
| 1711 "renderer_host/ime_adapter_android.cc", | 1711 "renderer_host/ime_adapter_android.cc", |
| 1712 "renderer_host/ime_adapter_android.h", | 1712 "renderer_host/ime_adapter_android.h", |
| 1713 "renderer_host/input/synthetic_gesture_target_android.cc", | 1713 "renderer_host/input/synthetic_gesture_target_android.cc", |
| 1714 "renderer_host/input/synthetic_gesture_target_android.h", | 1714 "renderer_host/input/synthetic_gesture_target_android.h", |
| 1715 "renderer_host/native_web_keyboard_event_android.cc", | 1715 "renderer_host/native_web_keyboard_event_android.cc", |
| 1716 "renderer_host/render_widget_host_view_android.cc", | 1716 "renderer_host/render_widget_host_view_android.cc", |
| 1717 "renderer_host/render_widget_host_view_android.h", | 1717 "renderer_host/render_widget_host_view_android.h", |
| 1718 "renderer_host/render_widget_host_view_android_delegate.h", |
| 1718 "screen_orientation/screen_orientation_delegate_android.cc", | 1719 "screen_orientation/screen_orientation_delegate_android.cc", |
| 1719 "screen_orientation/screen_orientation_delegate_android.h", | 1720 "screen_orientation/screen_orientation_delegate_android.h", |
| 1720 "screen_orientation/screen_orientation_message_filter_android.cc", | 1721 "screen_orientation/screen_orientation_message_filter_android.cc", |
| 1721 "screen_orientation/screen_orientation_message_filter_android.h", | 1722 "screen_orientation/screen_orientation_message_filter_android.h", |
| 1722 "web_contents/web_contents_android.cc", | 1723 "web_contents/web_contents_android.cc", |
| 1723 "web_contents/web_contents_android.h", | 1724 "web_contents/web_contents_android.h", |
| 1724 "web_contents/web_contents_view_android.cc", | 1725 "web_contents/web_contents_view_android.cc", |
| 1725 "web_contents/web_contents_view_android.h", | 1726 "web_contents/web_contents_view_android.h", |
| 1726 ] | 1727 ] |
| 1727 sources -= [ | 1728 sources -= [ |
| (...skipping 217 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1945 if (!is_component_build) { | 1946 if (!is_component_build) { |
| 1946 public_deps = [ | 1947 public_deps = [ |
| 1947 ":browser", | 1948 ":browser", |
| 1948 ] | 1949 ] |
| 1949 } else { | 1950 } else { |
| 1950 public_deps = [ | 1951 public_deps = [ |
| 1951 "//third_party/leveldatabase", | 1952 "//third_party/leveldatabase", |
| 1952 ] | 1953 ] |
| 1953 } | 1954 } |
| 1954 } | 1955 } |
| OLD | NEW |