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

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

Issue 2552203007: Public Sessions - prompt the user for pageCapture requests (Closed)
Patch Set: Devlin's comments Created 3 years, 11 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 10
(...skipping 939 matching lines...) Expand 10 before | Expand all | Expand 10 after
950 "api/log_private/filter_handler.h", 950 "api/log_private/filter_handler.h",
951 "api/log_private/log_parser.cc", 951 "api/log_private/log_parser.cc",
952 "api/log_private/log_parser.h", 952 "api/log_private/log_parser.h",
953 "api/log_private/log_private_api.h", 953 "api/log_private/log_private_api.h",
954 "api/log_private/log_private_api_chromeos.cc", 954 "api/log_private/log_private_api_chromeos.cc",
955 "api/log_private/syslog_parser.cc", 955 "api/log_private/syslog_parser.cc",
956 "api/log_private/syslog_parser.h", 956 "api/log_private/syslog_parser.h",
957 "api/messaging/native_message_host_chromeos.cc", 957 "api/messaging/native_message_host_chromeos.cc",
958 "api/networking_private/crypto_verify_impl.cc", 958 "api/networking_private/crypto_verify_impl.cc",
959 "api/networking_private/crypto_verify_impl.h", 959 "api/networking_private/crypto_verify_impl.h",
960 "api/page_capture/page_capture_permission_helper.cc",
961 "api/page_capture/page_capture_permission_helper.h",
960 "api/platform_keys/platform_keys_api.cc", 962 "api/platform_keys/platform_keys_api.cc",
961 "api/platform_keys/platform_keys_api.h", 963 "api/platform_keys/platform_keys_api.h",
962 "api/platform_keys/verify_trust_api.cc", 964 "api/platform_keys/verify_trust_api.cc",
963 "api/platform_keys/verify_trust_api.h", 965 "api/platform_keys/verify_trust_api.h",
964 "api/terminal/terminal_extension_helper.cc", 966 "api/terminal/terminal_extension_helper.cc",
965 "api/terminal/terminal_extension_helper.h", 967 "api/terminal/terminal_extension_helper.h",
966 "api/terminal/terminal_private_api.cc", 968 "api/terminal/terminal_private_api.cc",
967 "api/terminal/terminal_private_api.h", 969 "api/terminal/terminal_private_api.h",
968 "api/virtual_keyboard_private/chrome_virtual_keyboard_delegate.cc", 970 "api/virtual_keyboard_private/chrome_virtual_keyboard_delegate.cc",
969 "api/virtual_keyboard_private/chrome_virtual_keyboard_delegate.h", 971 "api/virtual_keyboard_private/chrome_virtual_keyboard_delegate.h",
(...skipping 215 matching lines...) Expand 10 before | Expand all | Expand 10 after
1185 "api/braille_display_private/brlapi_connection.cc", 1187 "api/braille_display_private/brlapi_connection.cc",
1186 "api/braille_display_private/brlapi_connection.h", 1188 "api/braille_display_private/brlapi_connection.h",
1187 "api/braille_display_private/brlapi_keycode_map.cc", 1189 "api/braille_display_private/brlapi_keycode_map.cc",
1188 "api/braille_display_private/brlapi_keycode_map.h", 1190 "api/braille_display_private/brlapi_keycode_map.h",
1189 ] 1191 ]
1190 deps += [ "//build/linux/libbrlapi" ] 1192 deps += [ "//build/linux/libbrlapi" ]
1191 } else { 1193 } else {
1192 sources += [ "api/braille_display_private/braille_controller_stub.cc" ] 1194 sources += [ "api/braille_display_private/braille_controller_stub.cc" ]
1193 } 1195 }
1194 } 1196 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698