| 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 416 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 427 "google/google_brand.h", | 427 "google/google_brand.h", |
| 428 "google/google_brand_chromeos.cc", | 428 "google/google_brand_chromeos.cc", |
| 429 "google/google_brand_chromeos.h", | 429 "google/google_brand_chromeos.h", |
| 430 "google/google_update_settings_posix.cc", | 430 "google/google_update_settings_posix.cc", |
| 431 "google/google_update_win.cc", | 431 "google/google_update_win.cc", |
| 432 "google/google_update_win.h", | 432 "google/google_update_win.h", |
| 433 "google/google_url_tracker_factory.cc", | 433 "google/google_url_tracker_factory.cc", |
| 434 "google/google_url_tracker_factory.h", | 434 "google/google_url_tracker_factory.h", |
| 435 "gpu/gpu_driver_info_manager_android.cc", | 435 "gpu/gpu_driver_info_manager_android.cc", |
| 436 "gpu/gpu_driver_info_manager_android.h", | 436 "gpu/gpu_driver_info_manager_android.h", |
| 437 "gpu/gpu_feature_checker.cc", | |
| 438 "gpu/gpu_feature_checker.h", | |
| 439 "gpu/gpu_mode_manager.cc", | 437 "gpu/gpu_mode_manager.cc", |
| 440 "gpu/gpu_mode_manager.h", | 438 "gpu/gpu_mode_manager.h", |
| 441 "gpu/gpu_profile_cache.h", | 439 "gpu/gpu_profile_cache.h", |
| 442 "gpu/three_d_api_observer.cc", | 440 "gpu/three_d_api_observer.cc", |
| 443 "gpu/three_d_api_observer.h", | 441 "gpu/three_d_api_observer.h", |
| 444 "hang_monitor/hang_crash_dump_win.cc", | 442 "hang_monitor/hang_crash_dump_win.cc", |
| 445 "hang_monitor/hang_crash_dump_win.h", | 443 "hang_monitor/hang_crash_dump_win.h", |
| 446 "history/browsing_history_service.cc", | 444 "history/browsing_history_service.cc", |
| 447 "history/browsing_history_service.h", | 445 "history/browsing_history_service.h", |
| 448 "history/browsing_history_service_handler.h", | 446 "history/browsing_history_service_handler.h", |
| (...skipping 4073 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4522 "media/pepper_cdm_test_constants.cc", | 4520 "media/pepper_cdm_test_constants.cc", |
| 4523 "media/pepper_cdm_test_constants.h", | 4521 "media/pepper_cdm_test_constants.h", |
| 4524 ] | 4522 ] |
| 4525 } | 4523 } |
| 4526 } | 4524 } |
| 4527 | 4525 |
| 4528 service_manifest("preferences_manifest") { | 4526 service_manifest("preferences_manifest") { |
| 4529 name = "preferences" | 4527 name = "preferences" |
| 4530 source = "prefs/preferences_manifest.json" | 4528 source = "prefs/preferences_manifest.json" |
| 4531 } | 4529 } |
| OLD | NEW |