| 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 148 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 159 "browsing_data/browsing_data_indexed_db_helper.cc", | 159 "browsing_data/browsing_data_indexed_db_helper.cc", |
| 160 "browsing_data/browsing_data_indexed_db_helper.h", | 160 "browsing_data/browsing_data_indexed_db_helper.h", |
| 161 "browsing_data/browsing_data_local_storage_helper.cc", | 161 "browsing_data/browsing_data_local_storage_helper.cc", |
| 162 "browsing_data/browsing_data_local_storage_helper.h", | 162 "browsing_data/browsing_data_local_storage_helper.h", |
| 163 "browsing_data/browsing_data_media_license_helper.cc", | 163 "browsing_data/browsing_data_media_license_helper.cc", |
| 164 "browsing_data/browsing_data_media_license_helper.h", | 164 "browsing_data/browsing_data_media_license_helper.h", |
| 165 "browsing_data/browsing_data_quota_helper.cc", | 165 "browsing_data/browsing_data_quota_helper.cc", |
| 166 "browsing_data/browsing_data_quota_helper.h", | 166 "browsing_data/browsing_data_quota_helper.h", |
| 167 "browsing_data/browsing_data_quota_helper_impl.cc", | 167 "browsing_data/browsing_data_quota_helper_impl.cc", |
| 168 "browsing_data/browsing_data_quota_helper_impl.h", | 168 "browsing_data/browsing_data_quota_helper_impl.h", |
| 169 "browsing_data/browsing_data_remover_delegate.h", | |
| 170 "browsing_data/browsing_data_service_worker_helper.cc", | 169 "browsing_data/browsing_data_service_worker_helper.cc", |
| 171 "browsing_data/browsing_data_service_worker_helper.h", | 170 "browsing_data/browsing_data_service_worker_helper.h", |
| 172 "browsing_data/cache_counter.cc", | 171 "browsing_data/cache_counter.cc", |
| 173 "browsing_data/cache_counter.h", | 172 "browsing_data/cache_counter.h", |
| 174 "browsing_data/canonical_cookie_hash.cc", | 173 "browsing_data/canonical_cookie_hash.cc", |
| 175 "browsing_data/canonical_cookie_hash.h", | 174 "browsing_data/canonical_cookie_hash.h", |
| 176 "browsing_data/chrome_browsing_data_remover_delegate.cc", | 175 "browsing_data/chrome_browsing_data_remover_delegate.cc", |
| 177 "browsing_data/chrome_browsing_data_remover_delegate.h", | 176 "browsing_data/chrome_browsing_data_remover_delegate.h", |
| 178 "browsing_data/chrome_browsing_data_remover_delegate_factory.cc", | 177 "browsing_data/chrome_browsing_data_remover_delegate_factory.cc", |
| 179 "browsing_data/chrome_browsing_data_remover_delegate_factory.h", | 178 "browsing_data/chrome_browsing_data_remover_delegate_factory.h", |
| (...skipping 1129 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1309 "sync/sessions/sync_sessions_web_contents_router.cc", | 1308 "sync/sessions/sync_sessions_web_contents_router.cc", |
| 1310 "sync/sessions/sync_sessions_web_contents_router.h", | 1309 "sync/sessions/sync_sessions_web_contents_router.h", |
| 1311 "sync/sessions/sync_sessions_web_contents_router_factory.cc", | 1310 "sync/sessions/sync_sessions_web_contents_router_factory.cc", |
| 1312 "sync/sessions/sync_sessions_web_contents_router_factory.h", | 1311 "sync/sessions/sync_sessions_web_contents_router_factory.h", |
| 1313 "sync/supervised_user_signin_manager_wrapper.cc", | 1312 "sync/supervised_user_signin_manager_wrapper.cc", |
| 1314 "sync/supervised_user_signin_manager_wrapper.h", | 1313 "sync/supervised_user_signin_manager_wrapper.h", |
| 1315 "sync/sync_startup_tracker.cc", | 1314 "sync/sync_startup_tracker.cc", |
| 1316 "sync/sync_startup_tracker.h", | 1315 "sync/sync_startup_tracker.h", |
| 1317 "tab_contents/navigation_metrics_recorder.cc", | 1316 "tab_contents/navigation_metrics_recorder.cc", |
| 1318 "tab_contents/navigation_metrics_recorder.h", | 1317 "tab_contents/navigation_metrics_recorder.h", |
| 1319 "tab_contents/retargeting_details.h", | |
| 1320 "tab_contents/tab_util.cc", | 1318 "tab_contents/tab_util.cc", |
| 1321 "tab_contents/tab_util.h", | 1319 "tab_contents/tab_util.h", |
| 1322 "task_manager/web_contents_tags.cc", | 1320 "task_manager/web_contents_tags.cc", |
| 1323 "task_manager/web_contents_tags.h", | 1321 "task_manager/web_contents_tags.h", |
| 1324 "task_profiler/task_profiler_data_serializer.cc", | 1322 "task_profiler/task_profiler_data_serializer.cc", |
| 1325 "task_profiler/task_profiler_data_serializer.h", | 1323 "task_profiler/task_profiler_data_serializer.h", |
| 1326 "themes/theme_service_win.cc", | 1324 "themes/theme_service_win.cc", |
| 1327 "themes/theme_service_win.h", | 1325 "themes/theme_service_win.h", |
| 1328 "thumbnails/content_analysis.cc", | 1326 "thumbnails/content_analysis.cc", |
| 1329 "thumbnails/content_analysis.h", | 1327 "thumbnails/content_analysis.h", |
| (...skipping 653 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1983 "background/background_trigger.h", | 1981 "background/background_trigger.h", |
| 1984 ] | 1982 ] |
| 1985 if (!use_aura || is_win || is_chromeos) { | 1983 if (!use_aura || is_win || is_chromeos) { |
| 1986 sources -= [ "background/background_mode_manager_aura.cc" ] | 1984 sources -= [ "background/background_mode_manager_aura.cc" ] |
| 1987 } | 1985 } |
| 1988 } | 1986 } |
| 1989 if (enable_spellcheck) { | 1987 if (enable_spellcheck) { |
| 1990 sources += [ | 1988 sources += [ |
| 1991 "spellchecker/spellcheck_custom_dictionary.cc", | 1989 "spellchecker/spellcheck_custom_dictionary.cc", |
| 1992 "spellchecker/spellcheck_custom_dictionary.h", | 1990 "spellchecker/spellcheck_custom_dictionary.h", |
| 1993 "spellchecker/spellcheck_dictionary.h", | |
| 1994 "spellchecker/spellcheck_factory.cc", | 1991 "spellchecker/spellcheck_factory.cc", |
| 1995 "spellchecker/spellcheck_factory.h", | 1992 "spellchecker/spellcheck_factory.h", |
| 1996 "spellchecker/spellcheck_hunspell_dictionary.cc", | 1993 "spellchecker/spellcheck_hunspell_dictionary.cc", |
| 1997 "spellchecker/spellcheck_hunspell_dictionary.h", | 1994 "spellchecker/spellcheck_hunspell_dictionary.h", |
| 1998 "spellchecker/spellcheck_message_filter.cc", | 1995 "spellchecker/spellcheck_message_filter.cc", |
| 1999 "spellchecker/spellcheck_message_filter.h", | 1996 "spellchecker/spellcheck_message_filter.h", |
| 2000 "spellchecker/spellcheck_message_filter_platform_mac.cc", | 1997 "spellchecker/spellcheck_message_filter_platform_mac.cc", |
| 2001 "spellchecker/spellcheck_service.cc", | 1998 "spellchecker/spellcheck_service.cc", |
| 2002 "spellchecker/spellcheck_service.h", | 1999 "spellchecker/spellcheck_service.h", |
| 2003 ] | 2000 ] |
| (...skipping 884 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2888 "android/offline_pages/offline_page_model_factory.cc", | 2885 "android/offline_pages/offline_page_model_factory.cc", |
| 2889 "android/offline_pages/offline_page_model_factory.h", | 2886 "android/offline_pages/offline_page_model_factory.h", |
| 2890 "android/offline_pages/offline_page_request_interceptor.cc", | 2887 "android/offline_pages/offline_page_request_interceptor.cc", |
| 2891 "android/offline_pages/offline_page_request_interceptor.h", | 2888 "android/offline_pages/offline_page_request_interceptor.h", |
| 2892 "android/offline_pages/offline_page_request_job.cc", | 2889 "android/offline_pages/offline_page_request_job.cc", |
| 2893 "android/offline_pages/offline_page_request_job.h", | 2890 "android/offline_pages/offline_page_request_job.h", |
| 2894 "android/offline_pages/offline_page_tab_helper.cc", | 2891 "android/offline_pages/offline_page_tab_helper.cc", |
| 2895 "android/offline_pages/offline_page_tab_helper.h", | 2892 "android/offline_pages/offline_page_tab_helper.h", |
| 2896 "android/offline_pages/offline_page_utils.cc", | 2893 "android/offline_pages/offline_page_utils.cc", |
| 2897 "android/offline_pages/offline_page_utils.h", | 2894 "android/offline_pages/offline_page_utils.h", |
| 2898 "android/offline_pages/offliner_factory.h", | |
| 2899 "android/offline_pages/offliner_helper.cc", | 2895 "android/offline_pages/offliner_helper.cc", |
| 2900 "android/offline_pages/offliner_helper.h", | 2896 "android/offline_pages/offliner_helper.h", |
| 2901 "android/offline_pages/prerender_adapter.cc", | 2897 "android/offline_pages/prerender_adapter.cc", |
| 2902 "android/offline_pages/prerender_adapter.h", | 2898 "android/offline_pages/prerender_adapter.h", |
| 2903 "android/offline_pages/prerendering_loader.cc", | 2899 "android/offline_pages/prerendering_loader.cc", |
| 2904 "android/offline_pages/prerendering_loader.h", | 2900 "android/offline_pages/prerendering_loader.h", |
| 2905 "android/offline_pages/prerendering_offliner.cc", | 2901 "android/offline_pages/prerendering_offliner.cc", |
| 2906 "android/offline_pages/prerendering_offliner.h", | 2902 "android/offline_pages/prerendering_offliner.h", |
| 2907 "android/offline_pages/recent_tab_helper.cc", | 2903 "android/offline_pages/recent_tab_helper.cc", |
| 2908 "android/offline_pages/recent_tab_helper.h", | 2904 "android/offline_pages/recent_tab_helper.h", |
| (...skipping 1788 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4697 "media/pepper_cdm_test_constants.cc", | 4693 "media/pepper_cdm_test_constants.cc", |
| 4698 "media/pepper_cdm_test_constants.h", | 4694 "media/pepper_cdm_test_constants.h", |
| 4699 ] | 4695 ] |
| 4700 } | 4696 } |
| 4701 } | 4697 } |
| 4702 | 4698 |
| 4703 service_manifest("preferences_forwarder_manifest") { | 4699 service_manifest("preferences_forwarder_manifest") { |
| 4704 name = "preferences_forwarder" | 4700 name = "preferences_forwarder" |
| 4705 source = "prefs/forwarder_manifest.json" | 4701 source = "prefs/forwarder_manifest.json" |
| 4706 } | 4702 } |
| OLD | NEW |