| 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("//gpu/vulkan/features.gni") | 7 import("//gpu/vulkan/features.gni") |
| 8 import("//media/media_options.gni") | 8 import("//media/media_options.gni") |
| 9 import("//ppapi/features/features.gni") | 9 import("//ppapi/features/features.gni") |
| 10 import("//printing/features/features.gni") | 10 import("//printing/features/features.gni") |
| (...skipping 1835 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1846 "media/session/audio_focus_manager.cc", | 1846 "media/session/audio_focus_manager.cc", |
| 1847 "media/session/audio_focus_manager.h", | 1847 "media/session/audio_focus_manager.h", |
| 1848 "tracing/tracing_ui.cc", | 1848 "tracing/tracing_ui.cc", |
| 1849 "tracing/tracing_ui.h", | 1849 "tracing/tracing_ui.h", |
| 1850 ] | 1850 ] |
| 1851 deps += [ | 1851 deps += [ |
| 1852 "//content/public/android:jni", | 1852 "//content/public/android:jni", |
| 1853 "//media", | 1853 "//media", |
| 1854 "//media/capture/content/android", | 1854 "//media/capture/content/android", |
| 1855 "//media/capture/video/android", | 1855 "//media/capture/video/android", |
| 1856 "//mojo/android:libsystem_java", | |
| 1857 "//ui/android", | 1856 "//ui/android", |
| 1858 ] | 1857 ] |
| 1859 defines += [ | 1858 defines += [ |
| 1860 "APPCACHE_USE_SIMPLE_CACHE", | 1859 "APPCACHE_USE_SIMPLE_CACHE", |
| 1861 "ENABLE_SCREEN_CAPTURE=1", | 1860 "ENABLE_SCREEN_CAPTURE=1", |
| 1862 ] | 1861 ] |
| 1863 libs += [ "jnigraphics" ] | 1862 libs += [ "jnigraphics" ] |
| 1864 } else { | 1863 } else { |
| 1865 # Not Android. | 1864 # Not Android. |
| 1866 sources += [ | 1865 sources += [ |
| (...skipping 189 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2056 if (!is_component_build) { | 2055 if (!is_component_build) { |
| 2057 public_deps = [ | 2056 public_deps = [ |
| 2058 ":browser", | 2057 ":browser", |
| 2059 ] | 2058 ] |
| 2060 } else { | 2059 } else { |
| 2061 public_deps = [ | 2060 public_deps = [ |
| 2062 "//third_party/leveldatabase", | 2061 "//third_party/leveldatabase", |
| 2063 ] | 2062 ] |
| 2064 } | 2063 } |
| 2065 } | 2064 } |
| OLD | NEW |