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: chrome/browser/BUILD.gn

Issue 2496983003: Use native implementation of dangerous download infobar (Closed)
Patch Set: Created 4 years, 1 month 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/chrome_build.gni") 5 import("//build/config/chrome_build.gni")
6 import("//build/config/crypto.gni") 6 import("//build/config/crypto.gni")
7 import("//build/config/features.gni") 7 import("//build/config/features.gni")
8 import("//build/config/ui.gni") 8 import("//build/config/ui.gni")
9 import("//build/split_static_library.gni") 9 import("//build/split_static_library.gni")
10 import("//chrome/common/features.gni") 10 import("//chrome/common/features.gni")
(...skipping 2976 matching lines...) Expand 10 before | Expand all | Expand 10 after
2987 "android/devtools_server.h", 2987 "android/devtools_server.h",
2988 "android/document/document_web_contents_delegate.cc", 2988 "android/document/document_web_contents_delegate.cc",
2989 "android/dom_distiller/distiller_ui_handle_android.cc", 2989 "android/dom_distiller/distiller_ui_handle_android.cc",
2990 "android/dom_distiller/distiller_ui_handle_android.h", 2990 "android/dom_distiller/distiller_ui_handle_android.h",
2991 "android/download/android_download_manager_overwrite_infobar_delegate.cc", 2991 "android/download/android_download_manager_overwrite_infobar_delegate.cc",
2992 "android/download/android_download_manager_overwrite_infobar_delegate.h", 2992 "android/download/android_download_manager_overwrite_infobar_delegate.h",
2993 "android/download/chrome_download_delegate.cc", 2993 "android/download/chrome_download_delegate.cc",
2994 "android/download/chrome_download_delegate.h", 2994 "android/download/chrome_download_delegate.h",
2995 "android/download/chrome_download_manager_overwrite_infobar_delegate.cc", 2995 "android/download/chrome_download_manager_overwrite_infobar_delegate.cc",
2996 "android/download/chrome_download_manager_overwrite_infobar_delegate.h", 2996 "android/download/chrome_download_manager_overwrite_infobar_delegate.h",
2997 "android/download/dangerous_download_infobar_delegate.cc",
2998 "android/download/dangerous_download_infobar_delegate.h",
2997 "android/download/download_controller.cc", 2999 "android/download/download_controller.cc",
2998 "android/download/download_controller.h", 3000 "android/download/download_controller.h",
2999 "android/download/download_controller_base.cc", 3001 "android/download/download_controller_base.cc",
3000 "android/download/download_controller_base.h", 3002 "android/download/download_controller_base.h",
3001 "android/download/download_manager_service.cc", 3003 "android/download/download_manager_service.cc",
3002 "android/download/download_manager_service.h", 3004 "android/download/download_manager_service.h",
3003 "android/download/download_overwrite_infobar_delegate.cc", 3005 "android/download/download_overwrite_infobar_delegate.cc",
3004 "android/download/download_overwrite_infobar_delegate.h", 3006 "android/download/download_overwrite_infobar_delegate.h",
3005 "android/download/mock_download_controller.cc", 3007 "android/download/mock_download_controller.cc",
3006 "android/download/mock_download_controller.h", 3008 "android/download/mock_download_controller.h",
(...skipping 1279 matching lines...) Expand 10 before | Expand all | Expand 10 after
4286 # linking all of the test support. 4288 # linking all of the test support.
4287 static_library("pepper_cdm_test_constants") { 4289 static_library("pepper_cdm_test_constants") {
4288 testonly = true 4290 testonly = true
4289 visibility = [ "//chrome/*" ] 4291 visibility = [ "//chrome/*" ]
4290 sources = [ 4292 sources = [
4291 "media/pepper_cdm_test_constants.cc", 4293 "media/pepper_cdm_test_constants.cc",
4292 "media/pepper_cdm_test_constants.h", 4294 "media/pepper_cdm_test_constants.h",
4293 ] 4295 ]
4294 } 4296 }
4295 } 4297 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698