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 2753 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2764 "media_galleries/win/mtp_device_object_entry.cc", | 2764 "media_galleries/win/mtp_device_object_entry.cc", |
2765 "media_galleries/win/mtp_device_object_entry.h", | 2765 "media_galleries/win/mtp_device_object_entry.h", |
2766 "media_galleries/win/mtp_device_object_enumerator.cc", | 2766 "media_galleries/win/mtp_device_object_enumerator.cc", |
2767 "media_galleries/win/mtp_device_object_enumerator.h", | 2767 "media_galleries/win/mtp_device_object_enumerator.h", |
2768 "media_galleries/win/mtp_device_operations_util.cc", | 2768 "media_galleries/win/mtp_device_operations_util.cc", |
2769 "media_galleries/win/mtp_device_operations_util.h", | 2769 "media_galleries/win/mtp_device_operations_util.h", |
2770 "media_galleries/win/portable_device_map_service.cc", | 2770 "media_galleries/win/portable_device_map_service.cc", |
2771 "media_galleries/win/portable_device_map_service.h", | 2771 "media_galleries/win/portable_device_map_service.h", |
2772 "media_galleries/win/snapshot_file_details.cc", | 2772 "media_galleries/win/snapshot_file_details.cc", |
2773 "media_galleries/win/snapshot_file_details.h", | 2773 "media_galleries/win/snapshot_file_details.h", |
| 2774 "memory/memory_kills_histogram.h", |
| 2775 "memory/memory_kills_monitor.cc", |
| 2776 "memory/memory_kills_monitor.h", |
2774 "memory/oom_memory_details.cc", | 2777 "memory/oom_memory_details.cc", |
2775 "memory/oom_memory_details.h", | 2778 "memory/oom_memory_details.h", |
2776 "memory/tab_manager.cc", | 2779 "memory/tab_manager.cc", |
2777 "memory/tab_manager.h", | 2780 "memory/tab_manager.h", |
2778 "memory/tab_manager_delegate_chromeos.cc", | 2781 "memory/tab_manager_delegate_chromeos.cc", |
2779 "memory/tab_manager_delegate_chromeos.h", | 2782 "memory/tab_manager_delegate_chromeos.h", |
2780 "memory/tab_manager_observer.cc", | 2783 "memory/tab_manager_observer.cc", |
2781 "memory/tab_manager_observer.h", | 2784 "memory/tab_manager_observer.h", |
2782 "memory/tab_manager_web_contents_data.cc", | 2785 "memory/tab_manager_web_contents_data.cc", |
2783 "memory/tab_manager_web_contents_data.h", | 2786 "memory/tab_manager_web_contents_data.h", |
(...skipping 1627 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
4411 # linking all of the test support. | 4414 # linking all of the test support. |
4412 static_library("pepper_cdm_test_constants") { | 4415 static_library("pepper_cdm_test_constants") { |
4413 testonly = true | 4416 testonly = true |
4414 visibility = [ "//chrome/*" ] | 4417 visibility = [ "//chrome/*" ] |
4415 sources = [ | 4418 sources = [ |
4416 "media/pepper_cdm_test_constants.cc", | 4419 "media/pepper_cdm_test_constants.cc", |
4417 "media/pepper_cdm_test_constants.h", | 4420 "media/pepper_cdm_test_constants.h", |
4418 ] | 4421 ] |
4419 } | 4422 } |
4420 } | 4423 } |
OLD | NEW |