| 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 1790 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1801 "renderer_host/compositor_impl_android.h", | 1801 "renderer_host/compositor_impl_android.h", |
| 1802 "renderer_host/ime_adapter_android.cc", | 1802 "renderer_host/ime_adapter_android.cc", |
| 1803 "renderer_host/ime_adapter_android.h", | 1803 "renderer_host/ime_adapter_android.h", |
| 1804 "renderer_host/input/synthetic_gesture_target_android.cc", | 1804 "renderer_host/input/synthetic_gesture_target_android.cc", |
| 1805 "renderer_host/input/synthetic_gesture_target_android.h", | 1805 "renderer_host/input/synthetic_gesture_target_android.h", |
| 1806 "renderer_host/native_web_keyboard_event_android.cc", | 1806 "renderer_host/native_web_keyboard_event_android.cc", |
| 1807 "renderer_host/render_widget_host_view_android.cc", | 1807 "renderer_host/render_widget_host_view_android.cc", |
| 1808 "renderer_host/render_widget_host_view_android.h", | 1808 "renderer_host/render_widget_host_view_android.h", |
| 1809 "screen_orientation/screen_orientation_delegate_android.cc", | 1809 "screen_orientation/screen_orientation_delegate_android.cc", |
| 1810 "screen_orientation/screen_orientation_delegate_android.h", | 1810 "screen_orientation/screen_orientation_delegate_android.h", |
| 1811 "screen_orientation/screen_orientation_listener_android.cc", | |
| 1812 "screen_orientation/screen_orientation_listener_android.h", | |
| 1813 "web_contents/web_contents_android.cc", | 1811 "web_contents/web_contents_android.cc", |
| 1814 "web_contents/web_contents_android.h", | 1812 "web_contents/web_contents_android.h", |
| 1815 "web_contents/web_contents_view_android.cc", | 1813 "web_contents/web_contents_view_android.cc", |
| 1816 "web_contents/web_contents_view_android.h", | 1814 "web_contents/web_contents_view_android.h", |
| 1817 ] | 1815 ] |
| 1818 sources -= [ | 1816 sources -= [ |
| 1819 "browser_ipc_logging.cc", | 1817 "browser_ipc_logging.cc", |
| 1820 "media/session/audio_focus_delegate_default.cc", | 1818 "media/session/audio_focus_delegate_default.cc", |
| 1821 "media/session/audio_focus_manager.cc", | 1819 "media/session/audio_focus_manager.cc", |
| 1822 "media/session/audio_focus_manager.h", | 1820 "media/session/audio_focus_manager.h", |
| (...skipping 209 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2032 if (!is_component_build) { | 2030 if (!is_component_build) { |
| 2033 public_deps = [ | 2031 public_deps = [ |
| 2034 ":browser", | 2032 ":browser", |
| 2035 ] | 2033 ] |
| 2036 } else { | 2034 } else { |
| 2037 public_deps = [ | 2035 public_deps = [ |
| 2038 "//third_party/leveldatabase", | 2036 "//third_party/leveldatabase", |
| 2039 ] | 2037 ] |
| 2040 } | 2038 } |
| 2041 } | 2039 } |
| OLD | NEW |