| 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 270 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 281 "data_usage/tab_id_annotator.cc", | 281 "data_usage/tab_id_annotator.cc", |
| 282 "data_usage/tab_id_annotator.h", | 282 "data_usage/tab_id_annotator.h", |
| 283 "data_usage/tab_id_provider.cc", | 283 "data_usage/tab_id_provider.cc", |
| 284 "data_usage/tab_id_provider.h", | 284 "data_usage/tab_id_provider.h", |
| 285 "data_use_measurement/chrome_data_use_ascriber.cc", | 285 "data_use_measurement/chrome_data_use_ascriber.cc", |
| 286 "data_use_measurement/chrome_data_use_ascriber.h", | 286 "data_use_measurement/chrome_data_use_ascriber.h", |
| 287 "data_use_measurement/chrome_data_use_ascriber_service.cc", | 287 "data_use_measurement/chrome_data_use_ascriber_service.cc", |
| 288 "data_use_measurement/chrome_data_use_ascriber_service.h", | 288 "data_use_measurement/chrome_data_use_ascriber_service.h", |
| 289 "data_use_measurement/chrome_data_use_ascriber_service_factory.cc", | 289 "data_use_measurement/chrome_data_use_ascriber_service_factory.cc", |
| 290 "data_use_measurement/chrome_data_use_ascriber_service_factory.h", | 290 "data_use_measurement/chrome_data_use_ascriber_service_factory.h", |
| 291 "data_use_measurement/chrome_data_use_recorder.cc", |
| 292 "data_use_measurement/chrome_data_use_recorder.h", |
| 291 "data_use_measurement/data_use_web_contents_observer.cc", | 293 "data_use_measurement/data_use_web_contents_observer.cc", |
| 292 "data_use_measurement/data_use_web_contents_observer.h", | 294 "data_use_measurement/data_use_web_contents_observer.h", |
| 293 "defaults.cc", | 295 "defaults.cc", |
| 294 "defaults.h", | 296 "defaults.h", |
| 295 "dom_distiller/dom_distiller_service_factory.cc", | 297 "dom_distiller/dom_distiller_service_factory.cc", |
| 296 "dom_distiller/dom_distiller_service_factory.h", | 298 "dom_distiller/dom_distiller_service_factory.h", |
| 297 "dom_distiller/lazy_dom_distiller_service.cc", | 299 "dom_distiller/lazy_dom_distiller_service.cc", |
| 298 "dom_distiller/lazy_dom_distiller_service.h", | 300 "dom_distiller/lazy_dom_distiller_service.h", |
| 299 "dom_distiller/profile_utils.cc", | 301 "dom_distiller/profile_utils.cc", |
| 300 "dom_distiller/profile_utils.h", | 302 "dom_distiller/profile_utils.h", |
| (...skipping 4136 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4437 # linking all of the test support. | 4439 # linking all of the test support. |
| 4438 static_library("pepper_cdm_test_constants") { | 4440 static_library("pepper_cdm_test_constants") { |
| 4439 testonly = true | 4441 testonly = true |
| 4440 visibility = [ "//chrome/*" ] | 4442 visibility = [ "//chrome/*" ] |
| 4441 sources = [ | 4443 sources = [ |
| 4442 "media/pepper_cdm_test_constants.cc", | 4444 "media/pepper_cdm_test_constants.cc", |
| 4443 "media/pepper_cdm_test_constants.h", | 4445 "media/pepper_cdm_test_constants.h", |
| 4444 ] | 4446 ] |
| 4445 } | 4447 } |
| 4446 } | 4448 } |
| OLD | NEW |