Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(15)

Side by Side Diff: content/browser/BUILD.gn

Issue 2178973004: DialogSurfaceManager implementation. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: cleanup Created 3 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
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 1688 matching lines...) Expand 10 before | Expand all | Expand 10 after
1699 "android/composited_touch_handle_drawable.h", 1699 "android/composited_touch_handle_drawable.h",
1700 "android/content_view_core_impl.cc", 1700 "android/content_view_core_impl.cc",
1701 "android/content_view_core_impl.h", 1701 "android/content_view_core_impl.h",
1702 "android/content_view_core_impl_observer.h", 1702 "android/content_view_core_impl_observer.h",
1703 "android/content_view_render_view.cc", 1703 "android/content_view_render_view.cc",
1704 "android/content_view_render_view.h", 1704 "android/content_view_render_view.h",
1705 "android/content_view_statics.cc", 1705 "android/content_view_statics.cc",
1706 "android/content_view_statics.h", 1706 "android/content_view_statics.h",
1707 "android/date_time_chooser_android.cc", 1707 "android/date_time_chooser_android.cc",
1708 "android/date_time_chooser_android.h", 1708 "android/date_time_chooser_android.h",
1709 "android/dialog_android_overlay.cc",
1710 "android/dialog_android_overlay.h",
1709 "android/gesture_event_type.h", 1711 "android/gesture_event_type.h",
1710 "android/interstitial_page_delegate_android.cc", 1712 "android/interstitial_page_delegate_android.cc",
1711 "android/interstitial_page_delegate_android.h", 1713 "android/interstitial_page_delegate_android.h",
1712 "android/java/gin_java_bound_object.cc", 1714 "android/java/gin_java_bound_object.cc",
1713 "android/java/gin_java_bound_object.h", 1715 "android/java/gin_java_bound_object.h",
1714 "android/java/gin_java_bound_object_delegate.cc", 1716 "android/java/gin_java_bound_object_delegate.cc",
1715 "android/java/gin_java_bound_object_delegate.h", 1717 "android/java/gin_java_bound_object_delegate.h",
1716 "android/java/gin_java_bridge_dispatcher_host.cc", 1718 "android/java/gin_java_bridge_dispatcher_host.cc",
1717 "android/java/gin_java_bridge_dispatcher_host.h", 1719 "android/java/gin_java_bridge_dispatcher_host.h",
1718 "android/java/gin_java_bridge_message_filter.cc", 1720 "android/java/gin_java_bridge_message_filter.cc",
(...skipping 269 matching lines...) Expand 10 before | Expand all | Expand 10 after
1988 if (!is_component_build) { 1990 if (!is_component_build) {
1989 public_deps = [ 1991 public_deps = [
1990 ":browser", 1992 ":browser",
1991 ] 1993 ]
1992 } else { 1994 } else {
1993 public_deps = [ 1995 public_deps = [
1994 "//third_party/leveldatabase", 1996 "//third_party/leveldatabase",
1995 ] 1997 ]
1996 } 1998 }
1997 } 1999 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698