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 246 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
257 "content_settings/host_content_settings_map_factory.cc", | 257 "content_settings/host_content_settings_map_factory.cc", |
258 "content_settings/host_content_settings_map_factory.h", | 258 "content_settings/host_content_settings_map_factory.h", |
259 "content_settings/local_shared_objects_container.cc", | 259 "content_settings/local_shared_objects_container.cc", |
260 "content_settings/local_shared_objects_container.h", | 260 "content_settings/local_shared_objects_container.h", |
261 "content_settings/tab_specific_content_settings.cc", | 261 "content_settings/tab_specific_content_settings.cc", |
262 "content_settings/tab_specific_content_settings.h", | 262 "content_settings/tab_specific_content_settings.h", |
263 "content_settings/web_site_settings_uma_util.cc", | 263 "content_settings/web_site_settings_uma_util.cc", |
264 "content_settings/web_site_settings_uma_util.h", | 264 "content_settings/web_site_settings_uma_util.h", |
265 "crash_upload_list/crash_upload_list.cc", | 265 "crash_upload_list/crash_upload_list.cc", |
266 "crash_upload_list/crash_upload_list.h", | 266 "crash_upload_list/crash_upload_list.h", |
| 267 "crash_upload_list/crash_upload_list_android.cc", |
| 268 "crash_upload_list/crash_upload_list_android.h", |
267 "custom_handlers/protocol_handler_registry.cc", | 269 "custom_handlers/protocol_handler_registry.cc", |
268 "custom_handlers/protocol_handler_registry.h", | 270 "custom_handlers/protocol_handler_registry.h", |
269 "custom_handlers/protocol_handler_registry_factory.cc", | 271 "custom_handlers/protocol_handler_registry_factory.cc", |
270 "custom_handlers/protocol_handler_registry_factory.h", | 272 "custom_handlers/protocol_handler_registry_factory.h", |
271 "data_usage/tab_id_annotator.cc", | 273 "data_usage/tab_id_annotator.cc", |
272 "data_usage/tab_id_annotator.h", | 274 "data_usage/tab_id_annotator.h", |
273 "data_usage/tab_id_provider.cc", | 275 "data_usage/tab_id_provider.cc", |
274 "data_usage/tab_id_provider.h", | 276 "data_usage/tab_id_provider.h", |
275 "defaults.cc", | 277 "defaults.cc", |
276 "defaults.h", | 278 "defaults.h", |
(...skipping 3975 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
4252 # linking all of the test support. | 4254 # linking all of the test support. |
4253 static_library("pepper_cdm_test_constants") { | 4255 static_library("pepper_cdm_test_constants") { |
4254 testonly = true | 4256 testonly = true |
4255 visibility = [ "//chrome/*" ] | 4257 visibility = [ "//chrome/*" ] |
4256 sources = [ | 4258 sources = [ |
4257 "media/pepper_cdm_test_constants.cc", | 4259 "media/pepper_cdm_test_constants.cc", |
4258 "media/pepper_cdm_test_constants.h", | 4260 "media/pepper_cdm_test_constants.h", |
4259 ] | 4261 ] |
4260 } | 4262 } |
4261 } | 4263 } |
OLD | NEW |