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

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

Issue 2453633006: [downloads] Move platform specific code out of DownloadTargetDeterminer. (Closed)
Patch Set: . 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/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 311 matching lines...) Expand 10 before | Expand all | Expand 10 after
322 "dom_distiller/tab_utils.cc", 322 "dom_distiller/tab_utils.cc",
323 "dom_distiller/tab_utils.h", 323 "dom_distiller/tab_utils.h",
324 "domain_reliability/service_factory.cc", 324 "domain_reliability/service_factory.cc",
325 "domain_reliability/service_factory.h", 325 "domain_reliability/service_factory.h",
326 "doodle/doodle_service_factory.cc", 326 "doodle/doodle_service_factory.cc",
327 "doodle/doodle_service_factory.h", 327 "doodle/doodle_service_factory.h",
328 "download/all_download_item_notifier.cc", 328 "download/all_download_item_notifier.cc",
329 "download/all_download_item_notifier.h", 329 "download/all_download_item_notifier.h",
330 "download/chrome_download_manager_delegate.cc", 330 "download/chrome_download_manager_delegate.cc",
331 "download/chrome_download_manager_delegate.h", 331 "download/chrome_download_manager_delegate.h",
332 "download/download_confirmation_reason.h",
333 "download/download_confirmation_result.h",
332 "download/download_crx_util_android.cc", 334 "download/download_crx_util_android.cc",
333 "download/download_file_picker.cc", 335 "download/download_file_picker.cc",
334 "download/download_file_picker.h", 336 "download/download_file_picker.h",
335 "download/download_history.cc", 337 "download/download_history.cc",
336 "download/download_history.h", 338 "download/download_history.h",
337 "download/download_item_model.cc", 339 "download/download_item_model.cc",
338 "download/download_item_model.h", 340 "download/download_item_model.h",
339 "download/download_path_reservation_tracker.cc", 341 "download/download_path_reservation_tracker.cc",
340 "download/download_path_reservation_tracker.h", 342 "download/download_path_reservation_tracker.h",
341 "download/download_prefs.cc", 343 "download/download_prefs.cc",
(...skipping 13 matching lines...) Expand all
355 "download/download_started_animation.h", 357 "download/download_started_animation.h",
356 "download/download_stats.cc", 358 "download/download_stats.cc",
357 "download/download_stats.h", 359 "download/download_stats.h",
358 "download/download_status_updater.cc", 360 "download/download_status_updater.cc",
359 "download/download_status_updater.h", 361 "download/download_status_updater.h",
360 "download/download_status_updater_mac.mm", 362 "download/download_status_updater_mac.mm",
361 "download/download_status_updater_win.cc", 363 "download/download_status_updater_win.cc",
362 "download/download_target_determiner.cc", 364 "download/download_target_determiner.cc",
363 "download/download_target_determiner.h", 365 "download/download_target_determiner.h",
364 "download/download_target_determiner_delegate.h", 366 "download/download_target_determiner_delegate.h",
367 "download/download_target_info.cc",
365 "download/download_target_info.h", 368 "download/download_target_info.h",
366 "download/download_ui_controller.cc", 369 "download/download_ui_controller.cc",
367 "download/download_ui_controller.h", 370 "download/download_ui_controller.h",
368 "download/drag_download_item.h", 371 "download/drag_download_item.h",
369 "download/save_package_file_picker.cc", 372 "download/save_package_file_picker.cc",
370 "download/save_package_file_picker.h", 373 "download/save_package_file_picker.h",
371 "engagement/important_sites_util.cc", 374 "engagement/important_sites_util.cc",
372 "engagement/important_sites_util.h", 375 "engagement/important_sites_util.h",
373 "engagement/site_engagement_helper.cc", 376 "engagement/site_engagement_helper.cc",
374 "engagement/site_engagement_helper.h", 377 "engagement/site_engagement_helper.h",
(...skipping 4233 matching lines...) Expand 10 before | Expand all | Expand 10 after
4608 "media/pepper_cdm_test_constants.cc", 4611 "media/pepper_cdm_test_constants.cc",
4609 "media/pepper_cdm_test_constants.h", 4612 "media/pepper_cdm_test_constants.h",
4610 ] 4613 ]
4611 } 4614 }
4612 } 4615 }
4613 4616
4614 service_manifest("preferences_manifest") { 4617 service_manifest("preferences_manifest") {
4615 name = "preferences" 4618 name = "preferences"
4616 source = "prefs/preferences_manifest.json" 4619 source = "prefs/preferences_manifest.json"
4617 } 4620 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698