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

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

Issue 2840103002: Add new API function: feedbackPrivate.readLogSource (Closed)
Patch Set: Add proper ifdefs for non-CrOS platforms 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
« no previous file with comments | « no previous file | chrome/browser/extensions/api/feedback_private/feedback_private_api.h » ('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/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 917 matching lines...) Expand 10 before | Expand all | Expand 10 after
928 if (is_chromeos) { 928 if (is_chromeos) {
929 sources += [ 929 sources += [
930 "api/certificate_provider/certificate_provider_api.cc", 930 "api/certificate_provider/certificate_provider_api.cc",
931 "api/certificate_provider/certificate_provider_api.h", 931 "api/certificate_provider/certificate_provider_api.h",
932 "api/enterprise_device_attributes/enterprise_device_attributes_api.cc", 932 "api/enterprise_device_attributes/enterprise_device_attributes_api.cc",
933 "api/enterprise_device_attributes/enterprise_device_attributes_api.h", 933 "api/enterprise_device_attributes/enterprise_device_attributes_api.h",
934 "api/enterprise_platform_keys/enterprise_platform_keys_api.cc", 934 "api/enterprise_platform_keys/enterprise_platform_keys_api.cc",
935 "api/enterprise_platform_keys/enterprise_platform_keys_api.h", 935 "api/enterprise_platform_keys/enterprise_platform_keys_api.h",
936 "api/enterprise_platform_keys_private/enterprise_platform_keys_private_api .cc", 936 "api/enterprise_platform_keys_private/enterprise_platform_keys_private_api .cc",
937 "api/enterprise_platform_keys_private/enterprise_platform_keys_private_api .h", 937 "api/enterprise_platform_keys_private/enterprise_platform_keys_private_api .h",
938 "api/feedback_private/log_source_access_manager.cc",
939 "api/feedback_private/log_source_access_manager.h",
940 "api/feedback_private/log_source_resource.cc",
941 "api/feedback_private/log_source_resource.h",
942 "api/feedback_private/single_log_source_factory.cc",
943 "api/feedback_private/single_log_source_factory.h",
938 "api/file_system/consent_provider.cc", 944 "api/file_system/consent_provider.cc",
939 "api/file_system/consent_provider.h", 945 "api/file_system/consent_provider.h",
940 "api/file_system/request_file_system_notification.cc", 946 "api/file_system/request_file_system_notification.cc",
941 "api/file_system/request_file_system_notification.h", 947 "api/file_system/request_file_system_notification.h",
942 "api/input_ime/input_ime_api.cc", 948 "api/input_ime/input_ime_api.cc",
943 "api/input_ime/input_ime_api.h", 949 "api/input_ime/input_ime_api.h",
944 "api/input_ime/input_ime_api_chromeos.cc", 950 "api/input_ime/input_ime_api_chromeos.cc",
945 "api/input_ime/input_ime_api_chromeos.h", 951 "api/input_ime/input_ime_api_chromeos.h",
946 "api/input_ime/input_ime_event_router_base.cc", 952 "api/input_ime/input_ime_event_router_base.cc",
947 "api/input_ime/input_ime_event_router_base.h", 953 "api/input_ime/input_ime_event_router_base.h",
(...skipping 225 matching lines...) Expand 10 before | Expand all | Expand 10 after
1173 "api/braille_display_private/brlapi_connection.cc", 1179 "api/braille_display_private/brlapi_connection.cc",
1174 "api/braille_display_private/brlapi_connection.h", 1180 "api/braille_display_private/brlapi_connection.h",
1175 "api/braille_display_private/brlapi_keycode_map.cc", 1181 "api/braille_display_private/brlapi_keycode_map.cc",
1176 "api/braille_display_private/brlapi_keycode_map.h", 1182 "api/braille_display_private/brlapi_keycode_map.h",
1177 ] 1183 ]
1178 deps += [ "//build/linux/libbrlapi" ] 1184 deps += [ "//build/linux/libbrlapi" ]
1179 } else { 1185 } else {
1180 sources += [ "api/braille_display_private/braille_controller_stub.cc" ] 1186 sources += [ "api/braille_display_private/braille_controller_stub.cc" ]
1181 } 1187 }
1182 } 1188 }
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/extensions/api/feedback_private/feedback_private_api.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698