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

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

Issue 2437623003: Use native implementation of dangerous download infobar (Closed)
Patch Set: Created 4 years, 2 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/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 2981 matching lines...) Expand 10 before | Expand all | Expand 10 after
2992 "android/devtools_server.h", 2992 "android/devtools_server.h",
2993 "android/document/document_web_contents_delegate.cc", 2993 "android/document/document_web_contents_delegate.cc",
2994 "android/dom_distiller/distiller_ui_handle_android.cc", 2994 "android/dom_distiller/distiller_ui_handle_android.cc",
2995 "android/dom_distiller/distiller_ui_handle_android.h", 2995 "android/dom_distiller/distiller_ui_handle_android.h",
2996 "android/download/android_download_manager_overwrite_infobar_delegate.cc", 2996 "android/download/android_download_manager_overwrite_infobar_delegate.cc",
2997 "android/download/android_download_manager_overwrite_infobar_delegate.h", 2997 "android/download/android_download_manager_overwrite_infobar_delegate.h",
2998 "android/download/chrome_download_delegate.cc", 2998 "android/download/chrome_download_delegate.cc",
2999 "android/download/chrome_download_delegate.h", 2999 "android/download/chrome_download_delegate.h",
3000 "android/download/chrome_download_manager_overwrite_infobar_delegate.cc", 3000 "android/download/chrome_download_manager_overwrite_infobar_delegate.cc",
3001 "android/download/chrome_download_manager_overwrite_infobar_delegate.h", 3001 "android/download/chrome_download_manager_overwrite_infobar_delegate.h",
3002 "android/download/dangerous_download_infobar_delegate.cc",
3003 "android/download/dangerous_download_infobar_delegate.h",
3002 "android/download/download_controller.cc", 3004 "android/download/download_controller.cc",
3003 "android/download/download_controller.h", 3005 "android/download/download_controller.h",
3004 "android/download/download_controller_base.cc", 3006 "android/download/download_controller_base.cc",
3005 "android/download/download_controller_base.h", 3007 "android/download/download_controller_base.h",
3006 "android/download/download_manager_service.cc", 3008 "android/download/download_manager_service.cc",
3007 "android/download/download_manager_service.h", 3009 "android/download/download_manager_service.h",
3008 "android/download/download_overwrite_infobar_delegate.cc", 3010 "android/download/download_overwrite_infobar_delegate.cc",
3009 "android/download/download_overwrite_infobar_delegate.h", 3011 "android/download/download_overwrite_infobar_delegate.h",
3010 "android/download/mock_download_controller.cc", 3012 "android/download/mock_download_controller.cc",
3011 "android/download/mock_download_controller.h", 3013 "android/download/mock_download_controller.h",
(...skipping 1309 matching lines...) Expand 10 before | Expand all | Expand 10 after
4321 # linking all of the test support. 4323 # linking all of the test support.
4322 static_library("pepper_cdm_test_constants") { 4324 static_library("pepper_cdm_test_constants") {
4323 testonly = true 4325 testonly = true
4324 visibility = [ "//chrome/*" ] 4326 visibility = [ "//chrome/*" ]
4325 sources = [ 4327 sources = [
4326 "media/pepper_cdm_test_constants.cc", 4328 "media/pepper_cdm_test_constants.cc",
4327 "media/pepper_cdm_test_constants.h", 4329 "media/pepper_cdm_test_constants.h",
4328 ] 4330 ]
4329 } 4331 }
4330 } 4332 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698