| 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", |
| 357 "engagement/site_engagement_helper.cc", | 359 "engagement/site_engagement_helper.cc", |
| 358 "engagement/site_engagement_helper.h", | 360 "engagement/site_engagement_helper.h", |
| 359 "engagement/site_engagement_metrics.cc", | 361 "engagement/site_engagement_metrics.cc", |
| 360 "engagement/site_engagement_metrics.h", | 362 "engagement/site_engagement_metrics.h", |
| 361 "engagement/site_engagement_observer.cc", | 363 "engagement/site_engagement_observer.cc", |
| 362 "engagement/site_engagement_observer.h", | 364 "engagement/site_engagement_observer.h", |
| 363 "engagement/site_engagement_score.cc", | 365 "engagement/site_engagement_score.cc", |
| 364 "engagement/site_engagement_score.h", | 366 "engagement/site_engagement_score.h", |
| 365 "engagement/site_engagement_service.cc", | 367 "engagement/site_engagement_service.cc", |
| 366 "engagement/site_engagement_service.h", | 368 "engagement/site_engagement_service.h", |
| (...skipping 4098 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4465 # linking all of the test support. | 4467 # linking all of the test support. |
| 4466 static_library("pepper_cdm_test_constants") { | 4468 static_library("pepper_cdm_test_constants") { |
| 4467 testonly = true | 4469 testonly = true |
| 4468 visibility = [ "//chrome/*" ] | 4470 visibility = [ "//chrome/*" ] |
| 4469 sources = [ | 4471 sources = [ |
| 4470 "media/pepper_cdm_test_constants.cc", | 4472 "media/pepper_cdm_test_constants.cc", |
| 4471 "media/pepper_cdm_test_constants.h", | 4473 "media/pepper_cdm_test_constants.h", |
| 4472 ] | 4474 ] |
| 4473 } | 4475 } |
| 4474 } | 4476 } |
| OLD | NEW |