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 982 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
993 "profiles/gaia_info_update_service.cc", | 993 "profiles/gaia_info_update_service.cc", |
994 "profiles/gaia_info_update_service.h", | 994 "profiles/gaia_info_update_service.h", |
995 "profiles/gaia_info_update_service_factory.cc", | 995 "profiles/gaia_info_update_service_factory.cc", |
996 "profiles/gaia_info_update_service_factory.h", | 996 "profiles/gaia_info_update_service_factory.h", |
997 "profiles/guest_mode_policy_handler.cc", | 997 "profiles/guest_mode_policy_handler.cc", |
998 "profiles/guest_mode_policy_handler.h", | 998 "profiles/guest_mode_policy_handler.h", |
999 "profiles/incognito_helpers.cc", | 999 "profiles/incognito_helpers.cc", |
1000 "profiles/incognito_helpers.h", | 1000 "profiles/incognito_helpers.h", |
1001 "profiles/incognito_mode_policy_handler.cc", | 1001 "profiles/incognito_mode_policy_handler.cc", |
1002 "profiles/incognito_mode_policy_handler.h", | 1002 "profiles/incognito_mode_policy_handler.h", |
| 1003 "profiles/net_http_session_params_observer.cc", |
| 1004 "profiles/net_http_session_params_observer.h", |
1003 "profiles/off_the_record_profile_impl.cc", | 1005 "profiles/off_the_record_profile_impl.cc", |
1004 "profiles/off_the_record_profile_impl.h", | 1006 "profiles/off_the_record_profile_impl.h", |
1005 "profiles/off_the_record_profile_io_data.cc", | 1007 "profiles/off_the_record_profile_io_data.cc", |
1006 "profiles/off_the_record_profile_io_data.h", | 1008 "profiles/off_the_record_profile_io_data.h", |
1007 "profiles/profile.cc", | 1009 "profiles/profile.cc", |
1008 "profiles/profile.h", | 1010 "profiles/profile.h", |
1009 "profiles/profile_attributes_entry.cc", | 1011 "profiles/profile_attributes_entry.cc", |
1010 "profiles/profile_attributes_entry.h", | 1012 "profiles/profile_attributes_entry.h", |
1011 "profiles/profile_attributes_storage.cc", | 1013 "profiles/profile_attributes_storage.cc", |
1012 "profiles/profile_attributes_storage.h", | 1014 "profiles/profile_attributes_storage.h", |
(...skipping 3464 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
4477 "media/pepper_cdm_test_constants.cc", | 4479 "media/pepper_cdm_test_constants.cc", |
4478 "media/pepper_cdm_test_constants.h", | 4480 "media/pepper_cdm_test_constants.h", |
4479 ] | 4481 ] |
4480 } | 4482 } |
4481 } | 4483 } |
4482 | 4484 |
4483 service_manifest("preferences_manifest") { | 4485 service_manifest("preferences_manifest") { |
4484 name = "preferences" | 4486 name = "preferences" |
4485 source = "prefs/preferences_manifest.json" | 4487 source = "prefs/preferences_manifest.json" |
4486 } | 4488 } |
OLD | NEW |