| 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 406 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 417 "gpu/gpu_driver_info_manager_android.h", | 417 "gpu/gpu_driver_info_manager_android.h", |
| 418 "gpu/gpu_feature_checker.cc", | 418 "gpu/gpu_feature_checker.cc", |
| 419 "gpu/gpu_feature_checker.h", | 419 "gpu/gpu_feature_checker.h", |
| 420 "gpu/gpu_mode_manager.cc", | 420 "gpu/gpu_mode_manager.cc", |
| 421 "gpu/gpu_mode_manager.h", | 421 "gpu/gpu_mode_manager.h", |
| 422 "gpu/gpu_profile_cache.h", | 422 "gpu/gpu_profile_cache.h", |
| 423 "gpu/three_d_api_observer.cc", | 423 "gpu/three_d_api_observer.cc", |
| 424 "gpu/three_d_api_observer.h", | 424 "gpu/three_d_api_observer.h", |
| 425 "hang_monitor/hang_crash_dump_win.cc", | 425 "hang_monitor/hang_crash_dump_win.cc", |
| 426 "hang_monitor/hang_crash_dump_win.h", | 426 "hang_monitor/hang_crash_dump_win.h", |
| 427 "history/browsing_history_service.cc", |
| 428 "history/browsing_history_service.h", |
| 429 "history/browsing_history_service_handler.h", |
| 427 "history/chrome_history_backend_client.cc", | 430 "history/chrome_history_backend_client.cc", |
| 428 "history/chrome_history_backend_client.h", | 431 "history/chrome_history_backend_client.h", |
| 429 "history/chrome_history_client.cc", | 432 "history/chrome_history_client.cc", |
| 430 "history/chrome_history_client.h", | 433 "history/chrome_history_client.h", |
| 431 "history/history_service_factory.cc", | 434 "history/history_service_factory.cc", |
| 432 "history/history_service_factory.h", | 435 "history/history_service_factory.h", |
| 433 "history/history_tab_helper.cc", | 436 "history/history_tab_helper.cc", |
| 434 "history/history_tab_helper.h", | 437 "history/history_tab_helper.h", |
| 435 "history/history_utils.cc", | 438 "history/history_utils.cc", |
| 436 "history/history_utils.h", | 439 "history/history_utils.h", |
| (...skipping 3975 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4412 # linking all of the test support. | 4415 # linking all of the test support. |
| 4413 static_library("pepper_cdm_test_constants") { | 4416 static_library("pepper_cdm_test_constants") { |
| 4414 testonly = true | 4417 testonly = true |
| 4415 visibility = [ "//chrome/*" ] | 4418 visibility = [ "//chrome/*" ] |
| 4416 sources = [ | 4419 sources = [ |
| 4417 "media/pepper_cdm_test_constants.cc", | 4420 "media/pepper_cdm_test_constants.cc", |
| 4418 "media/pepper_cdm_test_constants.h", | 4421 "media/pepper_cdm_test_constants.h", |
| 4419 ] | 4422 ] |
| 4420 } | 4423 } |
| 4421 } | 4424 } |
| OLD | NEW |