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 327 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
338 "download/download_target_determiner.h", | 338 "download/download_target_determiner.h", |
339 "download/download_target_determiner_delegate.h", | 339 "download/download_target_determiner_delegate.h", |
340 "download/download_target_info.h", | 340 "download/download_target_info.h", |
341 "download/download_ui_controller.cc", | 341 "download/download_ui_controller.cc", |
342 "download/download_ui_controller.h", | 342 "download/download_ui_controller.h", |
343 "download/drag_download_item.h", | 343 "download/drag_download_item.h", |
344 "download/save_package_file_picker.cc", | 344 "download/save_package_file_picker.cc", |
345 "download/save_package_file_picker.h", | 345 "download/save_package_file_picker.h", |
346 "engagement/important_sites_util.cc", | 346 "engagement/important_sites_util.cc", |
347 "engagement/important_sites_util.h", | 347 "engagement/important_sites_util.h", |
348 "engagement/site_engagement_eviction_policy.cc", | |
349 "engagement/site_engagement_eviction_policy.h", | |
350 "engagement/site_engagement_helper.cc", | 348 "engagement/site_engagement_helper.cc", |
351 "engagement/site_engagement_helper.h", | 349 "engagement/site_engagement_helper.h", |
352 "engagement/site_engagement_metrics.cc", | 350 "engagement/site_engagement_metrics.cc", |
353 "engagement/site_engagement_metrics.h", | 351 "engagement/site_engagement_metrics.h", |
354 "engagement/site_engagement_observer.cc", | 352 "engagement/site_engagement_observer.cc", |
355 "engagement/site_engagement_observer.h", | 353 "engagement/site_engagement_observer.h", |
356 "engagement/site_engagement_score.cc", | 354 "engagement/site_engagement_score.cc", |
357 "engagement/site_engagement_score.h", | 355 "engagement/site_engagement_score.h", |
358 "engagement/site_engagement_service.cc", | 356 "engagement/site_engagement_service.cc", |
359 "engagement/site_engagement_service.h", | 357 "engagement/site_engagement_service.h", |
(...skipping 4043 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
4403 # linking all of the test support. | 4401 # linking all of the test support. |
4404 static_library("pepper_cdm_test_constants") { | 4402 static_library("pepper_cdm_test_constants") { |
4405 testonly = true | 4403 testonly = true |
4406 visibility = [ "//chrome/*" ] | 4404 visibility = [ "//chrome/*" ] |
4407 sources = [ | 4405 sources = [ |
4408 "media/pepper_cdm_test_constants.cc", | 4406 "media/pepper_cdm_test_constants.cc", |
4409 "media/pepper_cdm_test_constants.h", | 4407 "media/pepper_cdm_test_constants.h", |
4410 ] | 4408 ] |
4411 } | 4409 } |
4412 } | 4410 } |
OLD | NEW |