| 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 332 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 343 "download/download_target_determiner.h", | 343 "download/download_target_determiner.h", |
| 344 "download/download_target_determiner_delegate.h", | 344 "download/download_target_determiner_delegate.h", |
| 345 "download/download_target_info.h", | 345 "download/download_target_info.h", |
| 346 "download/download_ui_controller.cc", | 346 "download/download_ui_controller.cc", |
| 347 "download/download_ui_controller.h", | 347 "download/download_ui_controller.h", |
| 348 "download/drag_download_item.h", | 348 "download/drag_download_item.h", |
| 349 "download/save_package_file_picker.cc", | 349 "download/save_package_file_picker.cc", |
| 350 "download/save_package_file_picker.h", | 350 "download/save_package_file_picker.h", |
| 351 "engagement/important_sites_util.cc", | 351 "engagement/important_sites_util.cc", |
| 352 "engagement/important_sites_util.h", | 352 "engagement/important_sites_util.h", |
| 353 "engagement/site_engagement_eviction_policy.cc", | |
| 354 "engagement/site_engagement_eviction_policy.h", | |
| 355 "engagement/site_engagement_helper.cc", | 353 "engagement/site_engagement_helper.cc", |
| 356 "engagement/site_engagement_helper.h", | 354 "engagement/site_engagement_helper.h", |
| 357 "engagement/site_engagement_metrics.cc", | 355 "engagement/site_engagement_metrics.cc", |
| 358 "engagement/site_engagement_metrics.h", | 356 "engagement/site_engagement_metrics.h", |
| 359 "engagement/site_engagement_observer.cc", | 357 "engagement/site_engagement_observer.cc", |
| 360 "engagement/site_engagement_observer.h", | 358 "engagement/site_engagement_observer.h", |
| 361 "engagement/site_engagement_score.cc", | 359 "engagement/site_engagement_score.cc", |
| 362 "engagement/site_engagement_score.h", | 360 "engagement/site_engagement_score.h", |
| 363 "engagement/site_engagement_service.cc", | 361 "engagement/site_engagement_service.cc", |
| 364 "engagement/site_engagement_service.h", | 362 "engagement/site_engagement_service.h", |
| (...skipping 4086 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4451 # linking all of the test support. | 4449 # linking all of the test support. |
| 4452 static_library("pepper_cdm_test_constants") { | 4450 static_library("pepper_cdm_test_constants") { |
| 4453 testonly = true | 4451 testonly = true |
| 4454 visibility = [ "//chrome/*" ] | 4452 visibility = [ "//chrome/*" ] |
| 4455 sources = [ | 4453 sources = [ |
| 4456 "media/pepper_cdm_test_constants.cc", | 4454 "media/pepper_cdm_test_constants.cc", |
| 4457 "media/pepper_cdm_test_constants.h", | 4455 "media/pepper_cdm_test_constants.h", |
| 4458 ] | 4456 ] |
| 4459 } | 4457 } |
| 4460 } | 4458 } |
| OLD | NEW |