OLD | NEW |
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 336 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
347 "download/download_target_determiner.h", | 347 "download/download_target_determiner.h", |
348 "download/download_target_determiner_delegate.h", | 348 "download/download_target_determiner_delegate.h", |
349 "download/download_target_info.h", | 349 "download/download_target_info.h", |
350 "download/download_ui_controller.cc", | 350 "download/download_ui_controller.cc", |
351 "download/download_ui_controller.h", | 351 "download/download_ui_controller.h", |
352 "download/drag_download_item.h", | 352 "download/drag_download_item.h", |
353 "download/save_package_file_picker.cc", | 353 "download/save_package_file_picker.cc", |
354 "download/save_package_file_picker.h", | 354 "download/save_package_file_picker.h", |
355 "engagement/important_sites_util.cc", | 355 "engagement/important_sites_util.cc", |
356 "engagement/important_sites_util.h", | 356 "engagement/important_sites_util.h", |
357 "engagement/site_engagement_eviction_policy.cc", | |
358 "engagement/site_engagement_eviction_policy.h", | |
359 "engagement/site_engagement_helper.cc", | 357 "engagement/site_engagement_helper.cc", |
360 "engagement/site_engagement_helper.h", | 358 "engagement/site_engagement_helper.h", |
361 "engagement/site_engagement_metrics.cc", | 359 "engagement/site_engagement_metrics.cc", |
362 "engagement/site_engagement_metrics.h", | 360 "engagement/site_engagement_metrics.h", |
363 "engagement/site_engagement_observer.cc", | 361 "engagement/site_engagement_observer.cc", |
364 "engagement/site_engagement_observer.h", | 362 "engagement/site_engagement_observer.h", |
365 "engagement/site_engagement_score.cc", | 363 "engagement/site_engagement_score.cc", |
366 "engagement/site_engagement_score.h", | 364 "engagement/site_engagement_score.h", |
367 "engagement/site_engagement_service.cc", | 365 "engagement/site_engagement_service.cc", |
368 "engagement/site_engagement_service.h", | 366 "engagement/site_engagement_service.h", |
(...skipping 4139 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
4508 "media/pepper_cdm_test_constants.cc", | 4506 "media/pepper_cdm_test_constants.cc", |
4509 "media/pepper_cdm_test_constants.h", | 4507 "media/pepper_cdm_test_constants.h", |
4510 ] | 4508 ] |
4511 } | 4509 } |
4512 } | 4510 } |
4513 | 4511 |
4514 service_manifest("preferences_manifest") { | 4512 service_manifest("preferences_manifest") { |
4515 name = "preferences" | 4513 name = "preferences" |
4516 source = "prefs/preferences_manifest.json" | 4514 source = "prefs/preferences_manifest.json" |
4517 } | 4515 } |
OLD | NEW |