| 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 1175 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1186 "tracing/background_tracing_field_trial.cc", | 1186 "tracing/background_tracing_field_trial.cc", |
| 1187 "tracing/background_tracing_field_trial.h", | 1187 "tracing/background_tracing_field_trial.h", |
| 1188 "tracing/chrome_tracing_delegate.cc", | 1188 "tracing/chrome_tracing_delegate.cc", |
| 1189 "tracing/chrome_tracing_delegate.h", | 1189 "tracing/chrome_tracing_delegate.h", |
| 1190 "tracing/crash_service_uploader.cc", | 1190 "tracing/crash_service_uploader.cc", |
| 1191 "tracing/crash_service_uploader.h", | 1191 "tracing/crash_service_uploader.h", |
| 1192 "tracing/navigation_tracing.cc", | 1192 "tracing/navigation_tracing.cc", |
| 1193 "tracing/navigation_tracing.h", | 1193 "tracing/navigation_tracing.h", |
| 1194 "translate/chrome_translate_client.cc", | 1194 "translate/chrome_translate_client.cc", |
| 1195 "translate/chrome_translate_client.h", | 1195 "translate/chrome_translate_client.h", |
| 1196 "translate/language_model_factory.cc", |
| 1197 "translate/language_model_factory.h", |
| 1196 "translate/translate_accept_languages_factory.cc", | 1198 "translate/translate_accept_languages_factory.cc", |
| 1197 "translate/translate_accept_languages_factory.h", | 1199 "translate/translate_accept_languages_factory.h", |
| 1198 "translate/translate_service.cc", | 1200 "translate/translate_service.cc", |
| 1199 "translate/translate_service.h", | 1201 "translate/translate_service.h", |
| 1200 "undo/bookmark_undo_service_factory.cc", | 1202 "undo/bookmark_undo_service_factory.cc", |
| 1201 "undo/bookmark_undo_service_factory.h", | 1203 "undo/bookmark_undo_service_factory.h", |
| 1202 "update_client/chrome_update_query_params_delegate.cc", | 1204 "update_client/chrome_update_query_params_delegate.cc", |
| 1203 "update_client/chrome_update_query_params_delegate.h", | 1205 "update_client/chrome_update_query_params_delegate.h", |
| 1204 "usb/usb_chooser_context.cc", | 1206 "usb/usb_chooser_context.cc", |
| 1205 "usb/usb_chooser_context.h", | 1207 "usb/usb_chooser_context.h", |
| (...skipping 3071 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4277 # linking all of the test support. | 4279 # linking all of the test support. |
| 4278 static_library("pepper_cdm_test_constants") { | 4280 static_library("pepper_cdm_test_constants") { |
| 4279 testonly = true | 4281 testonly = true |
| 4280 visibility = [ "//chrome/*" ] | 4282 visibility = [ "//chrome/*" ] |
| 4281 sources = [ | 4283 sources = [ |
| 4282 "media/pepper_cdm_test_constants.cc", | 4284 "media/pepper_cdm_test_constants.cc", |
| 4283 "media/pepper_cdm_test_constants.h", | 4285 "media/pepper_cdm_test_constants.h", |
| 4284 ] | 4286 ] |
| 4285 } | 4287 } |
| 4286 } | 4288 } |
| OLD | NEW |