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 981 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
992 "profiles/gaia_info_update_service.cc", | 992 "profiles/gaia_info_update_service.cc", |
993 "profiles/gaia_info_update_service.h", | 993 "profiles/gaia_info_update_service.h", |
994 "profiles/gaia_info_update_service_factory.cc", | 994 "profiles/gaia_info_update_service_factory.cc", |
995 "profiles/gaia_info_update_service_factory.h", | 995 "profiles/gaia_info_update_service_factory.h", |
996 "profiles/guest_mode_policy_handler.cc", | 996 "profiles/guest_mode_policy_handler.cc", |
997 "profiles/guest_mode_policy_handler.h", | 997 "profiles/guest_mode_policy_handler.h", |
998 "profiles/incognito_helpers.cc", | 998 "profiles/incognito_helpers.cc", |
999 "profiles/incognito_helpers.h", | 999 "profiles/incognito_helpers.h", |
1000 "profiles/incognito_mode_policy_handler.cc", | 1000 "profiles/incognito_mode_policy_handler.cc", |
1001 "profiles/incognito_mode_policy_handler.h", | 1001 "profiles/incognito_mode_policy_handler.h", |
| 1002 "profiles/net_http_session_params_observer.cc", |
| 1003 "profiles/net_http_session_params_observer.h", |
1002 "profiles/off_the_record_profile_impl.cc", | 1004 "profiles/off_the_record_profile_impl.cc", |
1003 "profiles/off_the_record_profile_impl.h", | 1005 "profiles/off_the_record_profile_impl.h", |
1004 "profiles/off_the_record_profile_io_data.cc", | 1006 "profiles/off_the_record_profile_io_data.cc", |
1005 "profiles/off_the_record_profile_io_data.h", | 1007 "profiles/off_the_record_profile_io_data.h", |
1006 "profiles/profile.cc", | 1008 "profiles/profile.cc", |
1007 "profiles/profile.h", | 1009 "profiles/profile.h", |
1008 "profiles/profile_attributes_entry.cc", | 1010 "profiles/profile_attributes_entry.cc", |
1009 "profiles/profile_attributes_entry.h", | 1011 "profiles/profile_attributes_entry.h", |
1010 "profiles/profile_attributes_storage.cc", | 1012 "profiles/profile_attributes_storage.cc", |
1011 "profiles/profile_attributes_storage.h", | 1013 "profiles/profile_attributes_storage.h", |
(...skipping 3478 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
4490 "media/pepper_cdm_test_constants.cc", | 4492 "media/pepper_cdm_test_constants.cc", |
4491 "media/pepper_cdm_test_constants.h", | 4493 "media/pepper_cdm_test_constants.h", |
4492 ] | 4494 ] |
4493 } | 4495 } |
4494 } | 4496 } |
4495 | 4497 |
4496 service_manifest("preferences_manifest") { | 4498 service_manifest("preferences_manifest") { |
4497 name = "preferences" | 4499 name = "preferences" |
4498 source = "prefs/preferences_manifest.json" | 4500 source = "prefs/preferences_manifest.json" |
4499 } | 4501 } |
OLD | NEW |