| 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 1753 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1764 "accessibility/browser_accessibility_manager_android.h", | 1764 "accessibility/browser_accessibility_manager_android.h", |
| 1765 "android/composited_touch_handle_drawable.cc", | 1765 "android/composited_touch_handle_drawable.cc", |
| 1766 "android/composited_touch_handle_drawable.h", | 1766 "android/composited_touch_handle_drawable.h", |
| 1767 "android/content_view_core_impl.cc", | 1767 "android/content_view_core_impl.cc", |
| 1768 "android/content_view_core_impl.h", | 1768 "android/content_view_core_impl.h", |
| 1769 "android/content_view_core_impl_observer.h", | 1769 "android/content_view_core_impl_observer.h", |
| 1770 "android/content_view_render_view.cc", | 1770 "android/content_view_render_view.cc", |
| 1771 "android/content_view_render_view.h", | 1771 "android/content_view_render_view.h", |
| 1772 "android/content_view_statics.cc", | 1772 "android/content_view_statics.cc", |
| 1773 "android/content_view_statics.h", | 1773 "android/content_view_statics.h", |
| 1774 "android/context_selection_client.cc", |
| 1775 "android/context_selection_client.h", |
| 1774 "android/date_time_chooser_android.cc", | 1776 "android/date_time_chooser_android.cc", |
| 1775 "android/date_time_chooser_android.h", | 1777 "android/date_time_chooser_android.h", |
| 1776 "android/gesture_event_type.h", | 1778 "android/gesture_event_type.h", |
| 1777 "android/interstitial_page_delegate_android.cc", | 1779 "android/interstitial_page_delegate_android.cc", |
| 1778 "android/interstitial_page_delegate_android.h", | 1780 "android/interstitial_page_delegate_android.h", |
| 1779 "android/java/gin_java_bound_object.cc", | 1781 "android/java/gin_java_bound_object.cc", |
| 1780 "android/java/gin_java_bound_object.h", | 1782 "android/java/gin_java_bound_object.h", |
| 1781 "android/java/gin_java_bound_object_delegate.cc", | 1783 "android/java/gin_java_bound_object_delegate.cc", |
| 1782 "android/java/gin_java_bound_object_delegate.h", | 1784 "android/java/gin_java_bound_object_delegate.h", |
| 1783 "android/java/gin_java_bridge_dispatcher_host.cc", | 1785 "android/java/gin_java_bridge_dispatcher_host.cc", |
| (...skipping 264 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2048 if (!is_component_build) { | 2050 if (!is_component_build) { |
| 2049 public_deps = [ | 2051 public_deps = [ |
| 2050 ":browser", | 2052 ":browser", |
| 2051 ] | 2053 ] |
| 2052 } else { | 2054 } else { |
| 2053 public_deps = [ | 2055 public_deps = [ |
| 2054 "//third_party/leveldatabase", | 2056 "//third_party/leveldatabase", |
| 2055 ] | 2057 ] |
| 2056 } | 2058 } |
| 2057 } | 2059 } |
| OLD | NEW |