Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(96)

Side by Side Diff: chrome/browser/BUILD.gn

Issue 2399823002: Extract the SafeSearch client to a separate directory (Closed)
Patch Set: Renamed to safe_search_api Created 4 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | chrome/browser/safe_search_api/OWNERS » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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 973 matching lines...) Expand 10 before | Expand all | Expand 10 after
984 "safe_browsing/safe_browsing_tab_observer.cc", 984 "safe_browsing/safe_browsing_tab_observer.cc",
985 "safe_browsing/safe_browsing_tab_observer.h", 985 "safe_browsing/safe_browsing_tab_observer.h",
986 "safe_browsing/srt_client_info_win.cc", 986 "safe_browsing/srt_client_info_win.cc",
987 "safe_browsing/srt_client_info_win.h", 987 "safe_browsing/srt_client_info_win.h",
988 "safe_browsing/srt_fetcher_win.cc", 988 "safe_browsing/srt_fetcher_win.cc",
989 "safe_browsing/srt_fetcher_win.h", 989 "safe_browsing/srt_fetcher_win.h",
990 "safe_browsing/srt_field_trial_win.cc", 990 "safe_browsing/srt_field_trial_win.cc",
991 "safe_browsing/srt_field_trial_win.h", 991 "safe_browsing/srt_field_trial_win.h",
992 "safe_browsing/srt_global_error_win.cc", 992 "safe_browsing/srt_global_error_win.cc",
993 "safe_browsing/srt_global_error_win.h", 993 "safe_browsing/srt_global_error_win.h",
994 "safe_search_api/safe_search_url_checker.cc",
995 "safe_search_api/safe_search_url_checker.h",
994 "search/iframe_source.cc", 996 "search/iframe_source.cc",
995 "search/iframe_source.h", 997 "search/iframe_source.h",
996 "search/instant_io_context.cc", 998 "search/instant_io_context.cc",
997 "search/instant_io_context.h", 999 "search/instant_io_context.h",
998 "search/instant_service.cc", 1000 "search/instant_service.cc",
999 "search/instant_service.h", 1001 "search/instant_service.h",
1000 "search/instant_service_factory.cc", 1002 "search/instant_service_factory.cc",
1001 "search/instant_service_factory.h", 1003 "search/instant_service_factory.h",
1002 "search/instant_service_observer.cc", 1004 "search/instant_service_observer.cc",
1003 "search/instant_service_observer.h", 1005 "search/instant_service_observer.h",
(...skipping 2489 matching lines...) Expand 10 before | Expand all | Expand 10 after
3493 "supervised_user/child_accounts/child_account_service.cc", 3495 "supervised_user/child_accounts/child_account_service.cc",
3494 "supervised_user/child_accounts/child_account_service.h", 3496 "supervised_user/child_accounts/child_account_service.h",
3495 "supervised_user/child_accounts/child_account_service_factory.cc", 3497 "supervised_user/child_accounts/child_account_service_factory.cc",
3496 "supervised_user/child_accounts/child_account_service_factory.h", 3498 "supervised_user/child_accounts/child_account_service_factory.h",
3497 "supervised_user/child_accounts/family_info_fetcher.cc", 3499 "supervised_user/child_accounts/family_info_fetcher.cc",
3498 "supervised_user/child_accounts/family_info_fetcher.h", 3500 "supervised_user/child_accounts/family_info_fetcher.h",
3499 "supervised_user/child_accounts/permission_request_creator_apiary.cc", 3501 "supervised_user/child_accounts/permission_request_creator_apiary.cc",
3500 "supervised_user/child_accounts/permission_request_creator_apiary.h", 3502 "supervised_user/child_accounts/permission_request_creator_apiary.h",
3501 "supervised_user/experimental/safe_search_url_reporter.cc", 3503 "supervised_user/experimental/safe_search_url_reporter.cc",
3502 "supervised_user/experimental/safe_search_url_reporter.h", 3504 "supervised_user/experimental/safe_search_url_reporter.h",
3503 "supervised_user/experimental/supervised_user_async_url_checker.cc",
3504 "supervised_user/experimental/supervised_user_async_url_checker.h",
3505 "supervised_user/experimental/supervised_user_blacklist.cc", 3505 "supervised_user/experimental/supervised_user_blacklist.cc",
3506 "supervised_user/experimental/supervised_user_blacklist.h", 3506 "supervised_user/experimental/supervised_user_blacklist.h",
3507 "supervised_user/experimental/supervised_user_filtering_switches.cc", 3507 "supervised_user/experimental/supervised_user_filtering_switches.cc",
3508 "supervised_user/experimental/supervised_user_filtering_switches.h", 3508 "supervised_user/experimental/supervised_user_filtering_switches.h",
3509 "supervised_user/permission_request_creator.h", 3509 "supervised_user/permission_request_creator.h",
3510 "supervised_user/supervised_user_bookmarks_handler.cc", 3510 "supervised_user/supervised_user_bookmarks_handler.cc",
3511 "supervised_user/supervised_user_bookmarks_handler.h", 3511 "supervised_user/supervised_user_bookmarks_handler.h",
3512 "supervised_user/supervised_user_constants.cc", 3512 "supervised_user/supervised_user_constants.cc",
3513 "supervised_user/supervised_user_constants.h", 3513 "supervised_user/supervised_user_constants.h",
3514 "supervised_user/supervised_user_content_provider_android.cc", 3514 "supervised_user/supervised_user_content_provider_android.cc",
(...skipping 743 matching lines...) Expand 10 before | Expand all | Expand 10 after
4258 # linking all of the test support. 4258 # linking all of the test support.
4259 static_library("pepper_cdm_test_constants") { 4259 static_library("pepper_cdm_test_constants") {
4260 testonly = true 4260 testonly = true
4261 visibility = [ "//chrome/*" ] 4261 visibility = [ "//chrome/*" ]
4262 sources = [ 4262 sources = [
4263 "media/pepper_cdm_test_constants.cc", 4263 "media/pepper_cdm_test_constants.cc",
4264 "media/pepper_cdm_test_constants.h", 4264 "media/pepper_cdm_test_constants.h",
4265 ] 4265 ]
4266 } 4266 }
4267 } 4267 }
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/safe_search_api/OWNERS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698