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

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

Issue 2552203007: Public Sessions - prompt the user for pageCapture requests (Closed)
Patch Set: Changed pref name & location; removed incognito code 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 import("//rlz/features/features.gni") 10 import("//rlz/features/features.gni")
(...skipping 941 matching lines...) Expand 10 before | Expand all | Expand 10 after
952 "api/log_private/filter_handler.h", 952 "api/log_private/filter_handler.h",
953 "api/log_private/log_parser.cc", 953 "api/log_private/log_parser.cc",
954 "api/log_private/log_parser.h", 954 "api/log_private/log_parser.h",
955 "api/log_private/log_private_api.h", 955 "api/log_private/log_private_api.h",
956 "api/log_private/log_private_api_chromeos.cc", 956 "api/log_private/log_private_api_chromeos.cc",
957 "api/log_private/syslog_parser.cc", 957 "api/log_private/syslog_parser.cc",
958 "api/log_private/syslog_parser.h", 958 "api/log_private/syslog_parser.h",
959 "api/messaging/native_message_host_chromeos.cc", 959 "api/messaging/native_message_host_chromeos.cc",
960 "api/networking_private/crypto_verify_impl.cc", 960 "api/networking_private/crypto_verify_impl.cc",
961 "api/networking_private/crypto_verify_impl.h", 961 "api/networking_private/crypto_verify_impl.h",
962 "api/page_capture/page_capture_permission_helper.cc",
963 "api/page_capture/page_capture_permission_helper.h",
962 "api/platform_keys/platform_keys_api.cc", 964 "api/platform_keys/platform_keys_api.cc",
963 "api/platform_keys/platform_keys_api.h", 965 "api/platform_keys/platform_keys_api.h",
964 "api/platform_keys/verify_trust_api.cc", 966 "api/platform_keys/verify_trust_api.cc",
965 "api/platform_keys/verify_trust_api.h", 967 "api/platform_keys/verify_trust_api.h",
966 "api/terminal/terminal_extension_helper.cc", 968 "api/terminal/terminal_extension_helper.cc",
967 "api/terminal/terminal_extension_helper.h", 969 "api/terminal/terminal_extension_helper.h",
968 "api/terminal/terminal_private_api.cc", 970 "api/terminal/terminal_private_api.cc",
969 "api/terminal/terminal_private_api.h", 971 "api/terminal/terminal_private_api.h",
970 "api/virtual_keyboard_private/chrome_virtual_keyboard_delegate.cc", 972 "api/virtual_keyboard_private/chrome_virtual_keyboard_delegate.cc",
971 "api/virtual_keyboard_private/chrome_virtual_keyboard_delegate.h", 973 "api/virtual_keyboard_private/chrome_virtual_keyboard_delegate.h",
(...skipping 210 matching lines...) Expand 10 before | Expand all | Expand 10 after
1182 "api/braille_display_private/brlapi_connection.cc", 1184 "api/braille_display_private/brlapi_connection.cc",
1183 "api/braille_display_private/brlapi_connection.h", 1185 "api/braille_display_private/brlapi_connection.h",
1184 "api/braille_display_private/brlapi_keycode_map.cc", 1186 "api/braille_display_private/brlapi_keycode_map.cc",
1185 "api/braille_display_private/brlapi_keycode_map.h", 1187 "api/braille_display_private/brlapi_keycode_map.h",
1186 ] 1188 ]
1187 deps += [ "//build/linux/libbrlapi" ] 1189 deps += [ "//build/linux/libbrlapi" ]
1188 } else { 1190 } else {
1189 sources += [ "api/braille_display_private/braille_controller_stub.cc" ] 1191 sources += [ "api/braille_display_private/braille_controller_stub.cc" ]
1190 } 1192 }
1191 } 1193 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698