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

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

Issue 2437623003: Use native implementation of dangerous download infobar (Closed)
Patch Set: nits 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 2985 matching lines...) Expand 10 before | Expand all | Expand 10 after
2996 "android/devtools_server.h", 2996 "android/devtools_server.h",
2997 "android/document/document_web_contents_delegate.cc", 2997 "android/document/document_web_contents_delegate.cc",
2998 "android/dom_distiller/distiller_ui_handle_android.cc", 2998 "android/dom_distiller/distiller_ui_handle_android.cc",
2999 "android/dom_distiller/distiller_ui_handle_android.h", 2999 "android/dom_distiller/distiller_ui_handle_android.h",
3000 "android/download/android_download_manager_overwrite_infobar_delegate.cc", 3000 "android/download/android_download_manager_overwrite_infobar_delegate.cc",
3001 "android/download/android_download_manager_overwrite_infobar_delegate.h", 3001 "android/download/android_download_manager_overwrite_infobar_delegate.h",
3002 "android/download/chrome_download_delegate.cc", 3002 "android/download/chrome_download_delegate.cc",
3003 "android/download/chrome_download_delegate.h", 3003 "android/download/chrome_download_delegate.h",
3004 "android/download/chrome_download_manager_overwrite_infobar_delegate.cc", 3004 "android/download/chrome_download_manager_overwrite_infobar_delegate.cc",
3005 "android/download/chrome_download_manager_overwrite_infobar_delegate.h", 3005 "android/download/chrome_download_manager_overwrite_infobar_delegate.h",
3006 "android/download/dangerous_download_infobar_delegate.cc",
3007 "android/download/dangerous_download_infobar_delegate.h",
3006 "android/download/download_controller.cc", 3008 "android/download/download_controller.cc",
3007 "android/download/download_controller.h", 3009 "android/download/download_controller.h",
3008 "android/download/download_controller_base.cc", 3010 "android/download/download_controller_base.cc",
3009 "android/download/download_controller_base.h", 3011 "android/download/download_controller_base.h",
3010 "android/download/download_manager_service.cc", 3012 "android/download/download_manager_service.cc",
3011 "android/download/download_manager_service.h", 3013 "android/download/download_manager_service.h",
3012 "android/download/download_overwrite_infobar_delegate.cc", 3014 "android/download/download_overwrite_infobar_delegate.cc",
3013 "android/download/download_overwrite_infobar_delegate.h", 3015 "android/download/download_overwrite_infobar_delegate.h",
3014 "android/download/mock_download_controller.cc", 3016 "android/download/mock_download_controller.cc",
3015 "android/download/mock_download_controller.h", 3017 "android/download/mock_download_controller.h",
(...skipping 1310 matching lines...) Expand 10 before | Expand all | Expand 10 after
4326 # linking all of the test support. 4328 # linking all of the test support.
4327 static_library("pepper_cdm_test_constants") { 4329 static_library("pepper_cdm_test_constants") {
4328 testonly = true 4330 testonly = true
4329 visibility = [ "//chrome/*" ] 4331 visibility = [ "//chrome/*" ]
4330 sources = [ 4332 sources = [
4331 "media/pepper_cdm_test_constants.cc", 4333 "media/pepper_cdm_test_constants.cc",
4332 "media/pepper_cdm_test_constants.h", 4334 "media/pepper_cdm_test_constants.h",
4333 ] 4335 ]
4334 } 4336 }
4335 } 4337 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698