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

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

Issue 2453633006: [downloads] Move platform specific code out of DownloadTargetDeterminer. (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 283 matching lines...) Expand 10 before | Expand all | Expand 10 after
294 "dom_distiller/profile_utils.cc", 294 "dom_distiller/profile_utils.cc",
295 "dom_distiller/profile_utils.h", 295 "dom_distiller/profile_utils.h",
296 "dom_distiller/tab_utils.cc", 296 "dom_distiller/tab_utils.cc",
297 "dom_distiller/tab_utils.h", 297 "dom_distiller/tab_utils.h",
298 "domain_reliability/service_factory.cc", 298 "domain_reliability/service_factory.cc",
299 "domain_reliability/service_factory.h", 299 "domain_reliability/service_factory.h",
300 "download/all_download_item_notifier.cc", 300 "download/all_download_item_notifier.cc",
301 "download/all_download_item_notifier.h", 301 "download/all_download_item_notifier.h",
302 "download/chrome_download_manager_delegate.cc", 302 "download/chrome_download_manager_delegate.cc",
303 "download/chrome_download_manager_delegate.h", 303 "download/chrome_download_manager_delegate.h",
304 "download/download_confirmation_reason.h",
305 "download/download_confirmation_result.h",
304 "download/download_crx_util_android.cc", 306 "download/download_crx_util_android.cc",
305 "download/download_file_picker.cc", 307 "download/download_file_picker.cc",
306 "download/download_file_picker.h", 308 "download/download_file_picker.h",
307 "download/download_history.cc", 309 "download/download_history.cc",
308 "download/download_history.h", 310 "download/download_history.h",
309 "download/download_item_model.cc", 311 "download/download_item_model.cc",
310 "download/download_item_model.h", 312 "download/download_item_model.h",
311 "download/download_path_reservation_tracker.cc", 313 "download/download_path_reservation_tracker.cc",
312 "download/download_path_reservation_tracker.h", 314 "download/download_path_reservation_tracker.h",
313 "download/download_prefs.cc", 315 "download/download_prefs.cc",
(...skipping 13 matching lines...) Expand all
327 "download/download_started_animation.h", 329 "download/download_started_animation.h",
328 "download/download_stats.cc", 330 "download/download_stats.cc",
329 "download/download_stats.h", 331 "download/download_stats.h",
330 "download/download_status_updater.cc", 332 "download/download_status_updater.cc",
331 "download/download_status_updater.h", 333 "download/download_status_updater.h",
332 "download/download_status_updater_mac.mm", 334 "download/download_status_updater_mac.mm",
333 "download/download_status_updater_win.cc", 335 "download/download_status_updater_win.cc",
334 "download/download_target_determiner.cc", 336 "download/download_target_determiner.cc",
335 "download/download_target_determiner.h", 337 "download/download_target_determiner.h",
336 "download/download_target_determiner_delegate.h", 338 "download/download_target_determiner_delegate.h",
339 "download/download_target_info.cc",
337 "download/download_target_info.h", 340 "download/download_target_info.h",
341 "download/download_target_result.h",
338 "download/download_ui_controller.cc", 342 "download/download_ui_controller.cc",
339 "download/download_ui_controller.h", 343 "download/download_ui_controller.h",
340 "download/drag_download_item.h", 344 "download/drag_download_item.h",
341 "download/save_package_file_picker.cc", 345 "download/save_package_file_picker.cc",
342 "download/save_package_file_picker.h", 346 "download/save_package_file_picker.h",
343 "engagement/important_sites_util.cc", 347 "engagement/important_sites_util.cc",
344 "engagement/important_sites_util.h", 348 "engagement/important_sites_util.h",
345 "engagement/site_engagement_eviction_policy.cc", 349 "engagement/site_engagement_eviction_policy.cc",
346 "engagement/site_engagement_eviction_policy.h", 350 "engagement/site_engagement_eviction_policy.h",
347 "engagement/site_engagement_helper.cc", 351 "engagement/site_engagement_helper.cc",
(...skipping 4001 matching lines...) Expand 10 before | Expand all | Expand 10 after
4349 # linking all of the test support. 4353 # linking all of the test support.
4350 static_library("pepper_cdm_test_constants") { 4354 static_library("pepper_cdm_test_constants") {
4351 testonly = true 4355 testonly = true
4352 visibility = [ "//chrome/*" ] 4356 visibility = [ "//chrome/*" ]
4353 sources = [ 4357 sources = [
4354 "media/pepper_cdm_test_constants.cc", 4358 "media/pepper_cdm_test_constants.cc",
4355 "media/pepper_cdm_test_constants.h", 4359 "media/pepper_cdm_test_constants.h",
4356 ] 4360 ]
4357 } 4361 }
4358 } 4362 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698