| 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("//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 1730 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1741 "renderer_host/context_provider_factory_impl_android.h", | 1741 "renderer_host/context_provider_factory_impl_android.h", |
| 1742 "renderer_host/ime_adapter_android.cc", | 1742 "renderer_host/ime_adapter_android.cc", |
| 1743 "renderer_host/ime_adapter_android.h", | 1743 "renderer_host/ime_adapter_android.h", |
| 1744 "renderer_host/input/synthetic_gesture_target_android.cc", | 1744 "renderer_host/input/synthetic_gesture_target_android.cc", |
| 1745 "renderer_host/input/synthetic_gesture_target_android.h", | 1745 "renderer_host/input/synthetic_gesture_target_android.h", |
| 1746 "renderer_host/native_web_keyboard_event_android.cc", | 1746 "renderer_host/native_web_keyboard_event_android.cc", |
| 1747 "renderer_host/render_widget_host_view_android.cc", | 1747 "renderer_host/render_widget_host_view_android.cc", |
| 1748 "renderer_host/render_widget_host_view_android.h", | 1748 "renderer_host/render_widget_host_view_android.h", |
| 1749 "screen_orientation/screen_orientation_delegate_android.cc", | 1749 "screen_orientation/screen_orientation_delegate_android.cc", |
| 1750 "screen_orientation/screen_orientation_delegate_android.h", | 1750 "screen_orientation/screen_orientation_delegate_android.h", |
| 1751 "screen_orientation/screen_orientation_message_filter_android.cc", | 1751 "screen_orientation/screen_orientation_listener_android.cc", |
| 1752 "screen_orientation/screen_orientation_message_filter_android.h", | 1752 "screen_orientation/screen_orientation_listener_android.h", |
| 1753 "web_contents/web_contents_android.cc", | 1753 "web_contents/web_contents_android.cc", |
| 1754 "web_contents/web_contents_android.h", | 1754 "web_contents/web_contents_android.h", |
| 1755 "web_contents/web_contents_view_android.cc", | 1755 "web_contents/web_contents_view_android.cc", |
| 1756 "web_contents/web_contents_view_android.h", | 1756 "web_contents/web_contents_view_android.h", |
| 1757 ] | 1757 ] |
| 1758 sources -= [ | 1758 sources -= [ |
| 1759 "browser_ipc_logging.cc", | 1759 "browser_ipc_logging.cc", |
| 1760 "device_sensors/data_fetcher_shared_memory_default.cc", | 1760 "device_sensors/data_fetcher_shared_memory_default.cc", |
| 1761 "media/session/audio_focus_delegate_default.cc", | 1761 "media/session/audio_focus_delegate_default.cc", |
| 1762 "media/session/audio_focus_manager.cc", | 1762 "media/session/audio_focus_manager.cc", |
| (...skipping 215 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1978 if (!is_component_build) { | 1978 if (!is_component_build) { |
| 1979 public_deps = [ | 1979 public_deps = [ |
| 1980 ":browser", | 1980 ":browser", |
| 1981 ] | 1981 ] |
| 1982 } else { | 1982 } else { |
| 1983 public_deps = [ | 1983 public_deps = [ |
| 1984 "//third_party/leveldatabase", | 1984 "//third_party/leveldatabase", |
| 1985 ] | 1985 ] |
| 1986 } | 1986 } |
| 1987 } | 1987 } |
| OLD | NEW |