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 254 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
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 "custom_handlers/protocol_handler_registry.cc", | 267 "custom_handlers/protocol_handler_registry.cc", |
268 "custom_handlers/protocol_handler_registry.h", | 268 "custom_handlers/protocol_handler_registry.h", |
269 "custom_handlers/protocol_handler_registry_factory.cc", | 269 "custom_handlers/protocol_handler_registry_factory.cc", |
270 "custom_handlers/protocol_handler_registry_factory.h", | 270 "custom_handlers/protocol_handler_registry_factory.h", |
271 "data_usage/tab_id_annotator.cc", | 271 "data_usage/tab_id_annotator.cc", |
272 "data_usage/tab_id_annotator.h", | 272 "data_usage/tab_id_annotator.h", |
273 "data_usage/tab_id_provider.cc", | 273 "data_usage/tab_id_provider.cc", |
274 "data_usage/tab_id_provider.h", | 274 "data_usage/tab_id_provider.h", |
| 275 "data_use_measurement/chrome_data_use_ascriber.cc", |
| 276 "data_use_measurement/chrome_data_use_ascriber.h", |
| 277 "data_use_measurement/chrome_data_use_ascriber_service.cc", |
| 278 "data_use_measurement/chrome_data_use_ascriber_service.h", |
| 279 "data_use_measurement/chrome_data_use_ascriber_service_factory.cc", |
| 280 "data_use_measurement/chrome_data_use_ascriber_service_factory.h", |
| 281 "data_use_measurement/data_use_web_contents_observer.cc", |
| 282 "data_use_measurement/data_use_web_contents_observer.h", |
275 "defaults.cc", | 283 "defaults.cc", |
276 "defaults.h", | 284 "defaults.h", |
277 "dom_distiller/dom_distiller_service_factory.cc", | 285 "dom_distiller/dom_distiller_service_factory.cc", |
278 "dom_distiller/dom_distiller_service_factory.h", | 286 "dom_distiller/dom_distiller_service_factory.h", |
279 "dom_distiller/lazy_dom_distiller_service.cc", | 287 "dom_distiller/lazy_dom_distiller_service.cc", |
280 "dom_distiller/lazy_dom_distiller_service.h", | 288 "dom_distiller/lazy_dom_distiller_service.h", |
281 "dom_distiller/profile_utils.cc", | 289 "dom_distiller/profile_utils.cc", |
282 "dom_distiller/profile_utils.h", | 290 "dom_distiller/profile_utils.h", |
283 "dom_distiller/tab_utils.cc", | 291 "dom_distiller/tab_utils.cc", |
284 "dom_distiller/tab_utils.h", | 292 "dom_distiller/tab_utils.h", |
(...skipping 3967 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
4252 # linking all of the test support. | 4260 # linking all of the test support. |
4253 static_library("pepper_cdm_test_constants") { | 4261 static_library("pepper_cdm_test_constants") { |
4254 testonly = true | 4262 testonly = true |
4255 visibility = [ "//chrome/*" ] | 4263 visibility = [ "//chrome/*" ] |
4256 sources = [ | 4264 sources = [ |
4257 "media/pepper_cdm_test_constants.cc", | 4265 "media/pepper_cdm_test_constants.cc", |
4258 "media/pepper_cdm_test_constants.h", | 4266 "media/pepper_cdm_test_constants.h", |
4259 ] | 4267 ] |
4260 } | 4268 } |
4261 } | 4269 } |
OLD | NEW |