| 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 404 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 415 "gpu/gpu_driver_info_manager_android.h", | 415 "gpu/gpu_driver_info_manager_android.h", |
| 416 "gpu/gpu_feature_checker.cc", | 416 "gpu/gpu_feature_checker.cc", |
| 417 "gpu/gpu_feature_checker.h", | 417 "gpu/gpu_feature_checker.h", |
| 418 "gpu/gpu_mode_manager.cc", | 418 "gpu/gpu_mode_manager.cc", |
| 419 "gpu/gpu_mode_manager.h", | 419 "gpu/gpu_mode_manager.h", |
| 420 "gpu/gpu_profile_cache.h", | 420 "gpu/gpu_profile_cache.h", |
| 421 "gpu/three_d_api_observer.cc", | 421 "gpu/three_d_api_observer.cc", |
| 422 "gpu/three_d_api_observer.h", | 422 "gpu/three_d_api_observer.h", |
| 423 "hang_monitor/hang_crash_dump_win.cc", | 423 "hang_monitor/hang_crash_dump_win.cc", |
| 424 "hang_monitor/hang_crash_dump_win.h", | 424 "hang_monitor/hang_crash_dump_win.h", |
| 425 "history/browsing_history_service.cc", |
| 426 "history/browsing_history_service.h", |
| 425 "history/chrome_history_backend_client.cc", | 427 "history/chrome_history_backend_client.cc", |
| 426 "history/chrome_history_backend_client.h", | 428 "history/chrome_history_backend_client.h", |
| 427 "history/chrome_history_client.cc", | 429 "history/chrome_history_client.cc", |
| 428 "history/chrome_history_client.h", | 430 "history/chrome_history_client.h", |
| 429 "history/history_service_factory.cc", | 431 "history/history_service_factory.cc", |
| 430 "history/history_service_factory.h", | 432 "history/history_service_factory.h", |
| 431 "history/history_tab_helper.cc", | 433 "history/history_tab_helper.cc", |
| 432 "history/history_tab_helper.h", | 434 "history/history_tab_helper.h", |
| 433 "history/history_utils.cc", | 435 "history/history_utils.cc", |
| 434 "history/history_utils.h", | 436 "history/history_utils.h", |
| (...skipping 3942 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4377 # linking all of the test support. | 4379 # linking all of the test support. |
| 4378 static_library("pepper_cdm_test_constants") { | 4380 static_library("pepper_cdm_test_constants") { |
| 4379 testonly = true | 4381 testonly = true |
| 4380 visibility = [ "//chrome/*" ] | 4382 visibility = [ "//chrome/*" ] |
| 4381 sources = [ | 4383 sources = [ |
| 4382 "media/pepper_cdm_test_constants.cc", | 4384 "media/pepper_cdm_test_constants.cc", |
| 4383 "media/pepper_cdm_test_constants.h", | 4385 "media/pepper_cdm_test_constants.h", |
| 4384 ] | 4386 ] |
| 4385 } | 4387 } |
| 4386 } | 4388 } |
| OLD | NEW |