| 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 1780 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1791 sources -= [ | 1791 sources -= [ |
| 1792 "browser_ipc_logging.cc", | 1792 "browser_ipc_logging.cc", |
| 1793 "media/session/audio_focus_delegate_default.cc", | 1793 "media/session/audio_focus_delegate_default.cc", |
| 1794 "media/session/audio_focus_manager.cc", | 1794 "media/session/audio_focus_manager.cc", |
| 1795 "media/session/audio_focus_manager.h", | 1795 "media/session/audio_focus_manager.h", |
| 1796 "tracing/tracing_ui.cc", | 1796 "tracing/tracing_ui.cc", |
| 1797 "tracing/tracing_ui.h", | 1797 "tracing/tracing_ui.h", |
| 1798 ] | 1798 ] |
| 1799 deps -= [ "//device/battery" ] | 1799 deps -= [ "//device/battery" ] |
| 1800 deps += [ | 1800 deps += [ |
| 1801 "//components/error_page/common", |
| 1801 "//content/public/android:jni", | 1802 "//content/public/android:jni", |
| 1802 "//device/screen_orientation/public/interfaces", | 1803 "//device/screen_orientation/public/interfaces", |
| 1803 "//media", | 1804 "//media", |
| 1804 "//media/capture/content/android", | 1805 "//media/capture/content/android", |
| 1805 "//media/capture/video/android", | 1806 "//media/capture/video/android", |
| 1806 "//mojo/android:libsystem_java", | 1807 "//mojo/android:libsystem_java", |
| 1807 "//ui/android", | 1808 "//ui/android", |
| 1808 ] | 1809 ] |
| 1809 defines += [ | 1810 defines += [ |
| 1810 "APPCACHE_USE_SIMPLE_CACHE", | 1811 "APPCACHE_USE_SIMPLE_CACHE", |
| (...skipping 193 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2004 if (!is_component_build) { | 2005 if (!is_component_build) { |
| 2005 public_deps = [ | 2006 public_deps = [ |
| 2006 ":browser", | 2007 ":browser", |
| 2007 ] | 2008 ] |
| 2008 } else { | 2009 } else { |
| 2009 public_deps = [ | 2010 public_deps = [ |
| 2010 "//third_party/leveldatabase", | 2011 "//third_party/leveldatabase", |
| 2011 ] | 2012 ] |
| 2012 } | 2013 } |
| 2013 } | 2014 } |
| OLD | NEW |