| 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 515 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 526 "mac/nsprocessinfo_additions.h", | 526 "mac/nsprocessinfo_additions.h", |
| 527 "mac/nsprocessinfo_additions.mm", | 527 "mac/nsprocessinfo_additions.mm", |
| 528 "mac/relauncher.h", | 528 "mac/relauncher.h", |
| 529 "mac/relauncher.mm", | 529 "mac/relauncher.mm", |
| 530 "mac/security_wrappers.cc", | 530 "mac/security_wrappers.cc", |
| 531 "mac/security_wrappers.h", | 531 "mac/security_wrappers.h", |
| 532 "manifest/manifest_icon_downloader.cc", | 532 "manifest/manifest_icon_downloader.cc", |
| 533 "manifest/manifest_icon_downloader.h", | 533 "manifest/manifest_icon_downloader.h", |
| 534 "manifest/manifest_icon_selector.cc", | 534 "manifest/manifest_icon_selector.cc", |
| 535 "manifest/manifest_icon_selector.h", | 535 "manifest/manifest_icon_selector.h", |
| 536 "media/combined_desktop_media_list.cc", | |
| 537 "media/combined_desktop_media_list.h", | |
| 538 "media/media_access_handler.h", | 536 "media/media_access_handler.h", |
| 539 "media/media_device_id_salt.cc", | 537 "media/media_device_id_salt.cc", |
| 540 "media/media_device_id_salt.h", | 538 "media/media_device_id_salt.h", |
| 541 "media/media_url_constants.cc", | 539 "media/media_url_constants.cc", |
| 542 "media/media_url_constants.h", | 540 "media/media_url_constants.h", |
| 543 "media/midi_permission_context.cc", | 541 "media/midi_permission_context.cc", |
| 544 "media/midi_permission_context.h", | 542 "media/midi_permission_context.h", |
| 545 "media/output_protection_proxy.cc", | 543 "media/output_protection_proxy.cc", |
| 546 "media/output_protection_proxy.h", | 544 "media/output_protection_proxy.h", |
| 547 "media/router/media_router_feature.cc", | 545 "media/router/media_router_feature.cc", |
| (...skipping 3905 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4453 # linking all of the test support. | 4451 # linking all of the test support. |
| 4454 static_library("pepper_cdm_test_constants") { | 4452 static_library("pepper_cdm_test_constants") { |
| 4455 testonly = true | 4453 testonly = true |
| 4456 visibility = [ "//chrome/*" ] | 4454 visibility = [ "//chrome/*" ] |
| 4457 sources = [ | 4455 sources = [ |
| 4458 "media/pepper_cdm_test_constants.cc", | 4456 "media/pepper_cdm_test_constants.cc", |
| 4459 "media/pepper_cdm_test_constants.h", | 4457 "media/pepper_cdm_test_constants.h", |
| 4460 ] | 4458 ] |
| 4461 } | 4459 } |
| 4462 } | 4460 } |
| OLD | NEW |