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 358 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
369 "download/download_target_determiner.cc", | 369 "download/download_target_determiner.cc", |
370 "download/download_target_determiner.h", | 370 "download/download_target_determiner.h", |
371 "download/download_target_determiner_delegate.h", | 371 "download/download_target_determiner_delegate.h", |
372 "download/download_target_info.cc", | 372 "download/download_target_info.cc", |
373 "download/download_target_info.h", | 373 "download/download_target_info.h", |
374 "download/download_ui_controller.cc", | 374 "download/download_ui_controller.cc", |
375 "download/download_ui_controller.h", | 375 "download/download_ui_controller.h", |
376 "download/drag_download_item.h", | 376 "download/drag_download_item.h", |
377 "download/save_package_file_picker.cc", | 377 "download/save_package_file_picker.cc", |
378 "download/save_package_file_picker.h", | 378 "download/save_package_file_picker.h", |
| 379 "engagement/important_sites_usage_counter.cc", |
| 380 "engagement/important_sites_usage_counter.h", |
379 "engagement/important_sites_util.cc", | 381 "engagement/important_sites_util.cc", |
380 "engagement/important_sites_util.h", | 382 "engagement/important_sites_util.h", |
381 "engagement/site_engagement_helper.cc", | 383 "engagement/site_engagement_helper.cc", |
382 "engagement/site_engagement_helper.h", | 384 "engagement/site_engagement_helper.h", |
383 "engagement/site_engagement_metrics.cc", | 385 "engagement/site_engagement_metrics.cc", |
384 "engagement/site_engagement_metrics.h", | 386 "engagement/site_engagement_metrics.h", |
385 "engagement/site_engagement_observer.cc", | 387 "engagement/site_engagement_observer.cc", |
386 "engagement/site_engagement_observer.h", | 388 "engagement/site_engagement_observer.h", |
387 "engagement/site_engagement_score.cc", | 389 "engagement/site_engagement_score.cc", |
388 "engagement/site_engagement_score.h", | 390 "engagement/site_engagement_score.h", |
(...skipping 4361 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
4750 "media/pepper_cdm_test_constants.cc", | 4752 "media/pepper_cdm_test_constants.cc", |
4751 "media/pepper_cdm_test_constants.h", | 4753 "media/pepper_cdm_test_constants.h", |
4752 ] | 4754 ] |
4753 } | 4755 } |
4754 } | 4756 } |
4755 | 4757 |
4756 service_manifest("preferences_forwarder_manifest") { | 4758 service_manifest("preferences_forwarder_manifest") { |
4757 name = "preferences_forwarder" | 4759 name = "preferences_forwarder" |
4758 source = "prefs/forwarder_manifest.json" | 4760 source = "prefs/forwarder_manifest.json" |
4759 } | 4761 } |
OLD | NEW |