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

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

Issue 2783143005: Replace ExtensionInstallChecker with generic PreloadCheckGroup (Closed)
Patch Set: fix debug build Created 3 years, 8 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/crx_installer.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 557 matching lines...) Expand 10 before | Expand all | Expand 10 after
568 "extension_garbage_collector.cc", 568 "extension_garbage_collector.cc",
569 "extension_garbage_collector.h", 569 "extension_garbage_collector.h",
570 "extension_garbage_collector_chromeos.cc", 570 "extension_garbage_collector_chromeos.cc",
571 "extension_garbage_collector_chromeos.h", 571 "extension_garbage_collector_chromeos.h",
572 "extension_garbage_collector_factory.cc", 572 "extension_garbage_collector_factory.cc",
573 "extension_garbage_collector_factory.h", 573 "extension_garbage_collector_factory.h",
574 "extension_gcm_app_handler.cc", 574 "extension_gcm_app_handler.cc",
575 "extension_gcm_app_handler.h", 575 "extension_gcm_app_handler.h",
576 "extension_icon_manager.cc", 576 "extension_icon_manager.cc",
577 "extension_icon_manager.h", 577 "extension_icon_manager.h",
578 "extension_install_checker.cc",
579 "extension_install_checker.h",
580 "extension_install_error_menu_item_id_provider.cc", 578 "extension_install_error_menu_item_id_provider.cc",
581 "extension_install_error_menu_item_id_provider.h", 579 "extension_install_error_menu_item_id_provider.h",
582 "extension_install_prompt.cc", 580 "extension_install_prompt.cc",
583 "extension_install_prompt.h", 581 "extension_install_prompt.h",
584 "extension_install_prompt_show_params.cc", 582 "extension_install_prompt_show_params.cc",
585 "extension_install_prompt_show_params.h", 583 "extension_install_prompt_show_params.h",
586 "extension_install_ui_util.cc", 584 "extension_install_ui_util.cc",
587 "extension_install_ui_util.h", 585 "extension_install_ui_util.h",
588 "extension_keybinding_registry.cc", 586 "extension_keybinding_registry.cc",
589 "extension_keybinding_registry.h", 587 "extension_keybinding_registry.h",
(...skipping 591 matching lines...) Expand 10 before | Expand all | Expand 10 after
1181 "api/braille_display_private/brlapi_connection.cc", 1179 "api/braille_display_private/brlapi_connection.cc",
1182 "api/braille_display_private/brlapi_connection.h", 1180 "api/braille_display_private/brlapi_connection.h",
1183 "api/braille_display_private/brlapi_keycode_map.cc", 1181 "api/braille_display_private/brlapi_keycode_map.cc",
1184 "api/braille_display_private/brlapi_keycode_map.h", 1182 "api/braille_display_private/brlapi_keycode_map.h",
1185 ] 1183 ]
1186 deps += [ "//build/linux/libbrlapi" ] 1184 deps += [ "//build/linux/libbrlapi" ]
1187 } else { 1185 } else {
1188 sources += [ "api/braille_display_private/braille_controller_stub.cc" ] 1186 sources += [ "api/braille_display_private/braille_controller_stub.cc" ]
1189 } 1187 }
1190 } 1188 }
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/extensions/crx_installer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698