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

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

Issue 2765443004: AndroidOverlay implementation using Dialog. (Closed)
Patch Set: fixes after rebase Created 3 years, 8 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("//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 244 matching lines...) Expand 10 before | Expand all | Expand 10 after
255 "android/browser_startup_controller.h", 255 "android/browser_startup_controller.h",
256 "android/content_feature_list.cc", 256 "android/content_feature_list.cc",
257 "android/content_feature_list.h", 257 "android/content_feature_list.h",
258 "android/content_protocol_handler_impl.cc", 258 "android/content_protocol_handler_impl.cc",
259 "android/content_protocol_handler_impl.h", 259 "android/content_protocol_handler_impl.h",
260 "android/content_startup_flags.cc", 260 "android/content_startup_flags.cc",
261 "android/content_startup_flags.h", 261 "android/content_startup_flags.h",
262 "android/content_video_view.cc", 262 "android/content_video_view.cc",
263 "android/content_video_view.h", 263 "android/content_video_view.h",
264 "android/devtools_auth.cc", 264 "android/devtools_auth.cc",
265 "android/dialog_overlay_operations_impl.cc",
266 "android/dialog_overlay_operations_impl.h",
265 "android/gpu_process_callback.cc", 267 "android/gpu_process_callback.cc",
266 "android/gpu_process_callback.h", 268 "android/gpu_process_callback.h",
267 "android/java_interfaces_impl.cc", 269 "android/java_interfaces_impl.cc",
268 "android/java_interfaces_impl.h", 270 "android/java_interfaces_impl.h",
269 "android/launcher_thread.cc", 271 "android/launcher_thread.cc",
270 "android/launcher_thread.h", 272 "android/launcher_thread.h",
271 "android/scoped_surface_request_manager.cc", 273 "android/scoped_surface_request_manager.cc",
272 "android/scoped_surface_request_manager.h", 274 "android/scoped_surface_request_manager.h",
273 "android/string_message_codec.cc", 275 "android/string_message_codec.cc",
274 "android/string_message_codec.h", 276 "android/string_message_codec.h",
(...skipping 1784 matching lines...) Expand 10 before | Expand all | Expand 10 after
2059 if (!is_component_build) { 2061 if (!is_component_build) {
2060 public_deps = [ 2062 public_deps = [
2061 ":browser", 2063 ":browser",
2062 ] 2064 ]
2063 } else { 2065 } else {
2064 public_deps = [ 2066 public_deps = [
2065 "//third_party/leveldatabase", 2067 "//third_party/leveldatabase",
2066 ] 2068 ]
2067 } 2069 }
2068 } 2070 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698