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 2726 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2737 "memory/tab_manager_delegate_chromeos.cc", | 2737 "memory/tab_manager_delegate_chromeos.cc", |
2738 "memory/tab_manager_delegate_chromeos.h", | 2738 "memory/tab_manager_delegate_chromeos.h", |
2739 "memory/tab_manager_observer.cc", | 2739 "memory/tab_manager_observer.cc", |
2740 "memory/tab_manager_observer.h", | 2740 "memory/tab_manager_observer.h", |
2741 "memory/tab_manager_web_contents_data.cc", | 2741 "memory/tab_manager_web_contents_data.cc", |
2742 "memory/tab_manager_web_contents_data.h", | 2742 "memory/tab_manager_web_contents_data.h", |
2743 "memory/tab_stats.cc", | 2743 "memory/tab_stats.cc", |
2744 "memory/tab_stats.h", | 2744 "memory/tab_stats.h", |
2745 "metrics/first_web_contents_profiler.cc", | 2745 "metrics/first_web_contents_profiler.cc", |
2746 "metrics/first_web_contents_profiler.h", | 2746 "metrics/first_web_contents_profiler.h", |
| 2747 "metrics/tab_reactivation_tracker.cc", |
| 2748 "metrics/tab_reactivation_tracker.h", |
| 2749 "metrics/tab_usage_recorder.cc", |
| 2750 "metrics/tab_usage_recorder.h", |
2747 "net/firefox_proxy_settings.cc", | 2751 "net/firefox_proxy_settings.cc", |
2748 "net/firefox_proxy_settings.h", | 2752 "net/firefox_proxy_settings.h", |
2749 "net/utility_process_mojo_proxy_resolver_factory.cc", | 2753 "net/utility_process_mojo_proxy_resolver_factory.cc", |
2750 "net/utility_process_mojo_proxy_resolver_factory.h", | 2754 "net/utility_process_mojo_proxy_resolver_factory.h", |
2751 "obsolete_system/obsolete_system.h", | 2755 "obsolete_system/obsolete_system.h", |
2752 "obsolete_system/obsolete_system_linux.cc", | 2756 "obsolete_system/obsolete_system_linux.cc", |
2753 "obsolete_system/obsolete_system_mac.cc", | 2757 "obsolete_system/obsolete_system_mac.cc", |
2754 "obsolete_system/obsolete_system_win.cc", | 2758 "obsolete_system/obsolete_system_win.cc", |
2755 "pdf/pdf_extension_util.cc", | 2759 "pdf/pdf_extension_util.cc", |
2756 "pdf/pdf_extension_util.h", | 2760 "pdf/pdf_extension_util.h", |
(...skipping 1485 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
4242 # linking all of the test support. | 4246 # linking all of the test support. |
4243 static_library("pepper_cdm_test_constants") { | 4247 static_library("pepper_cdm_test_constants") { |
4244 testonly = true | 4248 testonly = true |
4245 visibility = [ "//chrome/*" ] | 4249 visibility = [ "//chrome/*" ] |
4246 sources = [ | 4250 sources = [ |
4247 "media/pepper_cdm_test_constants.cc", | 4251 "media/pepper_cdm_test_constants.cc", |
4248 "media/pepper_cdm_test_constants.h", | 4252 "media/pepper_cdm_test_constants.h", |
4249 ] | 4253 ] |
4250 } | 4254 } |
4251 } | 4255 } |
OLD | NEW |