| 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 1767 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1778 "renderer_host/context_provider_factory_impl_android.h", | 1778 "renderer_host/context_provider_factory_impl_android.h", |
| 1779 "renderer_host/ime_adapter_android.cc", | 1779 "renderer_host/ime_adapter_android.cc", |
| 1780 "renderer_host/ime_adapter_android.h", | 1780 "renderer_host/ime_adapter_android.h", |
| 1781 "renderer_host/input/synthetic_gesture_target_android.cc", | 1781 "renderer_host/input/synthetic_gesture_target_android.cc", |
| 1782 "renderer_host/input/synthetic_gesture_target_android.h", | 1782 "renderer_host/input/synthetic_gesture_target_android.h", |
| 1783 "renderer_host/native_web_keyboard_event_android.cc", | 1783 "renderer_host/native_web_keyboard_event_android.cc", |
| 1784 "renderer_host/render_widget_host_view_android.cc", | 1784 "renderer_host/render_widget_host_view_android.cc", |
| 1785 "renderer_host/render_widget_host_view_android.h", | 1785 "renderer_host/render_widget_host_view_android.h", |
| 1786 "screen_orientation/screen_orientation_delegate_android.cc", | 1786 "screen_orientation/screen_orientation_delegate_android.cc", |
| 1787 "screen_orientation/screen_orientation_delegate_android.h", | 1787 "screen_orientation/screen_orientation_delegate_android.h", |
| 1788 "screen_orientation/screen_orientation_listener_android.cc", | |
| 1789 "screen_orientation/screen_orientation_listener_android.h", | |
| 1790 "web_contents/web_contents_android.cc", | 1788 "web_contents/web_contents_android.cc", |
| 1791 "web_contents/web_contents_android.h", | 1789 "web_contents/web_contents_android.h", |
| 1792 "web_contents/web_contents_view_android.cc", | 1790 "web_contents/web_contents_view_android.cc", |
| 1793 "web_contents/web_contents_view_android.h", | 1791 "web_contents/web_contents_view_android.h", |
| 1794 ] | 1792 ] |
| 1795 sources -= [ | 1793 sources -= [ |
| 1796 "browser_ipc_logging.cc", | 1794 "browser_ipc_logging.cc", |
| 1797 "media/session/audio_focus_delegate_default.cc", | 1795 "media/session/audio_focus_delegate_default.cc", |
| 1798 "media/session/audio_focus_manager.cc", | 1796 "media/session/audio_focus_manager.cc", |
| 1799 "media/session/audio_focus_manager.h", | 1797 "media/session/audio_focus_manager.h", |
| (...skipping 207 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2007 if (!is_component_build) { | 2005 if (!is_component_build) { |
| 2008 public_deps = [ | 2006 public_deps = [ |
| 2009 ":browser", | 2007 ":browser", |
| 2010 ] | 2008 ] |
| 2011 } else { | 2009 } else { |
| 2012 public_deps = [ | 2010 public_deps = [ |
| 2013 "//third_party/leveldatabase", | 2011 "//third_party/leveldatabase", |
| 2014 ] | 2012 ] |
| 2015 } | 2013 } |
| 2016 } | 2014 } |
| OLD | NEW |