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

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

Issue 2934163002: Delete the logPrivate APIs (Closed)
Patch Set: Created 3 years, 6 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
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/features.gni") 5 import("//build/config/features.gni")
6 import("//build/config/ui.gni") 6 import("//build/config/ui.gni")
7 import("//chrome/common/features.gni") 7 import("//chrome/common/features.gni")
8 import("//extensions/features/features.gni") 8 import("//extensions/features/features.gni")
9 import("//media/media_options.gni") 9 import("//media/media_options.gni")
10 import("//mojo/public/tools/bindings/mojom.gni") 10 import("//mojo/public/tools/bindings/mojom.gni")
(...skipping 927 matching lines...) Expand 10 before | Expand all | Expand 10 after
938 "api/file_system/consent_provider.cc", 938 "api/file_system/consent_provider.cc",
939 "api/file_system/consent_provider.h", 939 "api/file_system/consent_provider.h",
940 "api/file_system/request_file_system_notification.cc", 940 "api/file_system/request_file_system_notification.cc",
941 "api/file_system/request_file_system_notification.h", 941 "api/file_system/request_file_system_notification.h",
942 "api/input_ime/input_ime_api.cc", 942 "api/input_ime/input_ime_api.cc",
943 "api/input_ime/input_ime_api.h", 943 "api/input_ime/input_ime_api.h",
944 "api/input_ime/input_ime_api_chromeos.cc", 944 "api/input_ime/input_ime_api_chromeos.cc",
945 "api/input_ime/input_ime_api_chromeos.h", 945 "api/input_ime/input_ime_api_chromeos.h",
946 "api/input_ime/input_ime_event_router_base.cc", 946 "api/input_ime/input_ime_event_router_base.cc",
947 "api/input_ime/input_ime_event_router_base.h", 947 "api/input_ime/input_ime_event_router_base.h",
948 "api/log_private/filter_handler.cc",
949 "api/log_private/filter_handler.h",
950 "api/log_private/log_parser.cc",
951 "api/log_private/log_parser.h",
952 "api/log_private/log_private_api.h",
953 "api/log_private/log_private_api_chromeos.cc",
954 "api/log_private/syslog_parser.cc",
955 "api/log_private/syslog_parser.h",
956 "api/messaging/native_message_host_chromeos.cc", 948 "api/messaging/native_message_host_chromeos.cc",
957 "api/networking_cast_private/chrome_networking_cast_private_delegate.cc", 949 "api/networking_cast_private/chrome_networking_cast_private_delegate.cc",
958 "api/networking_cast_private/chrome_networking_cast_private_delegate.h", 950 "api/networking_cast_private/chrome_networking_cast_private_delegate.h",
959 "api/networking_cast_private/networking_cast_private_api.cc", 951 "api/networking_cast_private/networking_cast_private_api.cc",
960 "api/networking_cast_private/networking_cast_private_api.h", 952 "api/networking_cast_private/networking_cast_private_api.h",
961 "api/platform_keys/platform_keys_api.cc", 953 "api/platform_keys/platform_keys_api.cc",
962 "api/platform_keys/platform_keys_api.h", 954 "api/platform_keys/platform_keys_api.h",
963 "api/platform_keys/verify_trust_api.cc", 955 "api/platform_keys/verify_trust_api.cc",
964 "api/platform_keys/verify_trust_api.h", 956 "api/platform_keys/verify_trust_api.h",
965 "api/terminal/terminal_extension_helper.cc", 957 "api/terminal/terminal_extension_helper.cc",
(...skipping 207 matching lines...) Expand 10 before | Expand all | Expand 10 after
1173 "api/braille_display_private/brlapi_connection.cc", 1165 "api/braille_display_private/brlapi_connection.cc",
1174 "api/braille_display_private/brlapi_connection.h", 1166 "api/braille_display_private/brlapi_connection.h",
1175 "api/braille_display_private/brlapi_keycode_map.cc", 1167 "api/braille_display_private/brlapi_keycode_map.cc",
1176 "api/braille_display_private/brlapi_keycode_map.h", 1168 "api/braille_display_private/brlapi_keycode_map.h",
1177 ] 1169 ]
1178 deps += [ "//build/linux/libbrlapi" ] 1170 deps += [ "//build/linux/libbrlapi" ]
1179 } else { 1171 } else {
1180 sources += [ "api/braille_display_private/braille_controller_stub.cc" ] 1172 sources += [ "api/braille_display_private/braille_controller_stub.cc" ]
1181 } 1173 }
1182 } 1174 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698