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

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

Issue 2693373003: PreloadCheck class for extension pre-install checks (Closed)
Patch Set: don't break enable_extensions=false Created 3 years, 9 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/blacklist_check.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("//rlz/features/features.gni") 10 import("//rlz/features/features.gni")
(...skipping 449 matching lines...) Expand 10 before | Expand all | Expand 10 after
460 "api/webrtc_audio_private/webrtc_audio_private_api.h", 460 "api/webrtc_audio_private/webrtc_audio_private_api.h",
461 "api/webrtc_desktop_capture_private/webrtc_desktop_capture_private_api.cc", 461 "api/webrtc_desktop_capture_private/webrtc_desktop_capture_private_api.cc",
462 "api/webrtc_desktop_capture_private/webrtc_desktop_capture_private_api.h", 462 "api/webrtc_desktop_capture_private/webrtc_desktop_capture_private_api.h",
463 "api/webrtc_logging_private/webrtc_logging_private_api.h", 463 "api/webrtc_logging_private/webrtc_logging_private_api.h",
464 "api/webstore_private/webstore_private_api.cc", 464 "api/webstore_private/webstore_private_api.cc",
465 "api/webstore_private/webstore_private_api.h", 465 "api/webstore_private/webstore_private_api.h",
466 "app_data_migrator.cc", 466 "app_data_migrator.cc",
467 "app_data_migrator.h", 467 "app_data_migrator.h",
468 "blacklist.cc", 468 "blacklist.cc",
469 "blacklist.h", 469 "blacklist.h",
470 "blacklist_check.cc",
471 "blacklist_check.h",
470 "blacklist_factory.cc", 472 "blacklist_factory.cc",
471 "blacklist_factory.h", 473 "blacklist_factory.h",
472 "blacklist_state_fetcher.cc", 474 "blacklist_state_fetcher.cc",
473 "blacklist_state_fetcher.h", 475 "blacklist_state_fetcher.h",
474 "blob_reader.cc", 476 "blob_reader.cc",
475 "blob_reader.h", 477 "blob_reader.h",
476 "bookmark_app_helper.cc", 478 "bookmark_app_helper.cc",
477 "bookmark_app_helper.h", 479 "bookmark_app_helper.h",
478 "browser_action_test_util.h", 480 "browser_action_test_util.h",
479 "browser_context_keyed_service_factories.cc", 481 "browser_context_keyed_service_factories.cc",
(...skipping 715 matching lines...) Expand 10 before | Expand all | Expand 10 after
1195 "api/braille_display_private/brlapi_connection.cc", 1197 "api/braille_display_private/brlapi_connection.cc",
1196 "api/braille_display_private/brlapi_connection.h", 1198 "api/braille_display_private/brlapi_connection.h",
1197 "api/braille_display_private/brlapi_keycode_map.cc", 1199 "api/braille_display_private/brlapi_keycode_map.cc",
1198 "api/braille_display_private/brlapi_keycode_map.h", 1200 "api/braille_display_private/brlapi_keycode_map.h",
1199 ] 1201 ]
1200 deps += [ "//build/linux/libbrlapi" ] 1202 deps += [ "//build/linux/libbrlapi" ]
1201 } else { 1203 } else {
1202 sources += [ "api/braille_display_private/braille_controller_stub.cc" ] 1204 sources += [ "api/braille_display_private/braille_controller_stub.cc" ]
1203 } 1205 }
1204 } 1206 }
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/extensions/blacklist_check.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698