| 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 328 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 339 "download/download_target_determiner.h", | 339 "download/download_target_determiner.h", |
| 340 "download/download_target_determiner_delegate.h", | 340 "download/download_target_determiner_delegate.h", |
| 341 "download/download_target_info.h", | 341 "download/download_target_info.h", |
| 342 "download/download_ui_controller.cc", | 342 "download/download_ui_controller.cc", |
| 343 "download/download_ui_controller.h", | 343 "download/download_ui_controller.h", |
| 344 "download/drag_download_item.h", | 344 "download/drag_download_item.h", |
| 345 "download/save_package_file_picker.cc", | 345 "download/save_package_file_picker.cc", |
| 346 "download/save_package_file_picker.h", | 346 "download/save_package_file_picker.h", |
| 347 "engagement/important_sites_util.cc", | 347 "engagement/important_sites_util.cc", |
| 348 "engagement/important_sites_util.h", | 348 "engagement/important_sites_util.h", |
| 349 "engagement/site_engagement_eviction_policy.cc", | |
| 350 "engagement/site_engagement_eviction_policy.h", | |
| 351 "engagement/site_engagement_helper.cc", | 349 "engagement/site_engagement_helper.cc", |
| 352 "engagement/site_engagement_helper.h", | 350 "engagement/site_engagement_helper.h", |
| 353 "engagement/site_engagement_metrics.cc", | 351 "engagement/site_engagement_metrics.cc", |
| 354 "engagement/site_engagement_metrics.h", | 352 "engagement/site_engagement_metrics.h", |
| 355 "engagement/site_engagement_observer.cc", | 353 "engagement/site_engagement_observer.cc", |
| 356 "engagement/site_engagement_observer.h", | 354 "engagement/site_engagement_observer.h", |
| 357 "engagement/site_engagement_score.cc", | 355 "engagement/site_engagement_score.cc", |
| 358 "engagement/site_engagement_score.h", | 356 "engagement/site_engagement_score.h", |
| 359 "engagement/site_engagement_service.cc", | 357 "engagement/site_engagement_service.cc", |
| 360 "engagement/site_engagement_service.h", | 358 "engagement/site_engagement_service.h", |
| (...skipping 4063 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4424 # linking all of the test support. | 4422 # linking all of the test support. |
| 4425 static_library("pepper_cdm_test_constants") { | 4423 static_library("pepper_cdm_test_constants") { |
| 4426 testonly = true | 4424 testonly = true |
| 4427 visibility = [ "//chrome/*" ] | 4425 visibility = [ "//chrome/*" ] |
| 4428 sources = [ | 4426 sources = [ |
| 4429 "media/pepper_cdm_test_constants.cc", | 4427 "media/pepper_cdm_test_constants.cc", |
| 4430 "media/pepper_cdm_test_constants.h", | 4428 "media/pepper_cdm_test_constants.h", |
| 4431 ] | 4429 ] |
| 4432 } | 4430 } |
| 4433 } | 4431 } |
| OLD | NEW |