| 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 908 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 919 "profiles/bookmark_model_loaded_observer.cc", | 919 "profiles/bookmark_model_loaded_observer.cc", |
| 920 "profiles/bookmark_model_loaded_observer.h", | 920 "profiles/bookmark_model_loaded_observer.h", |
| 921 "profiles/chrome_browser_main_extra_parts_profiles.cc", | 921 "profiles/chrome_browser_main_extra_parts_profiles.cc", |
| 922 "profiles/chrome_browser_main_extra_parts_profiles.h", | 922 "profiles/chrome_browser_main_extra_parts_profiles.h", |
| 923 "profiles/chrome_version_service.cc", | 923 "profiles/chrome_version_service.cc", |
| 924 "profiles/chrome_version_service.h", | 924 "profiles/chrome_version_service.h", |
| 925 "profiles/gaia_info_update_service.cc", | 925 "profiles/gaia_info_update_service.cc", |
| 926 "profiles/gaia_info_update_service.h", | 926 "profiles/gaia_info_update_service.h", |
| 927 "profiles/gaia_info_update_service_factory.cc", | 927 "profiles/gaia_info_update_service_factory.cc", |
| 928 "profiles/gaia_info_update_service_factory.h", | 928 "profiles/gaia_info_update_service_factory.h", |
| 929 "profiles/guest_mode_policy_handler.cc", |
| 930 "profiles/guest_mode_policy_handler.h", |
| 929 "profiles/incognito_helpers.cc", | 931 "profiles/incognito_helpers.cc", |
| 930 "profiles/incognito_helpers.h", | 932 "profiles/incognito_helpers.h", |
| 931 "profiles/incognito_mode_policy_handler.cc", | 933 "profiles/incognito_mode_policy_handler.cc", |
| 932 "profiles/incognito_mode_policy_handler.h", | 934 "profiles/incognito_mode_policy_handler.h", |
| 933 "profiles/off_the_record_profile_impl.cc", | 935 "profiles/off_the_record_profile_impl.cc", |
| 934 "profiles/off_the_record_profile_impl.h", | 936 "profiles/off_the_record_profile_impl.h", |
| 935 "profiles/off_the_record_profile_io_data.cc", | 937 "profiles/off_the_record_profile_io_data.cc", |
| 936 "profiles/off_the_record_profile_io_data.h", | 938 "profiles/off_the_record_profile_io_data.h", |
| 937 "profiles/profile.cc", | 939 "profiles/profile.cc", |
| 938 "profiles/profile.h", | 940 "profiles/profile.h", |
| (...skipping 3485 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4424 # linking all of the test support. | 4426 # linking all of the test support. |
| 4425 static_library("pepper_cdm_test_constants") { | 4427 static_library("pepper_cdm_test_constants") { |
| 4426 testonly = true | 4428 testonly = true |
| 4427 visibility = [ "//chrome/*" ] | 4429 visibility = [ "//chrome/*" ] |
| 4428 sources = [ | 4430 sources = [ |
| 4429 "media/pepper_cdm_test_constants.cc", | 4431 "media/pepper_cdm_test_constants.cc", |
| 4430 "media/pepper_cdm_test_constants.h", | 4432 "media/pepper_cdm_test_constants.h", |
| 4431 ] | 4433 ] |
| 4432 } | 4434 } |
| 4433 } | 4435 } |
| OLD | NEW |