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

Side by Side Diff: chrome/common/BUILD.gn

Issue 2783813002: Move ChromeRequirementsChecker to //extensions as a PreloadCheck (Closed)
Patch Set: rebase? 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
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/buildflag_header.gni") 5 import("//build/buildflag_header.gni")
6 import("//build/util/process_version.gni") 6 import("//build/util/process_version.gni")
7 import("//chrome/common/features.gni") 7 import("//chrome/common/features.gni")
8 import("//chrome/process_version_rc_template.gni") # For branding_file_path. 8 import("//chrome/process_version_rc_template.gni") # For branding_file_path.
9 import("//extensions/features/features.gni") 9 import("//extensions/features/features.gni")
10 import("//mojo/public/tools/bindings/mojom.gni") 10 import("//mojo/public/tools/bindings/mojom.gni")
(...skipping 235 matching lines...) Expand 10 before | Expand all | Expand 10 after
246 "cast_messages.cc", 246 "cast_messages.cc",
247 "cast_messages.h", 247 "cast_messages.h",
248 "extensions/api/commands/commands_handler.cc", 248 "extensions/api/commands/commands_handler.cc",
249 "extensions/api/commands/commands_handler.h", 249 "extensions/api/commands/commands_handler.h",
250 "extensions/api/extension_action/action_info.cc", 250 "extensions/api/extension_action/action_info.cc",
251 "extensions/api/extension_action/action_info.h", 251 "extensions/api/extension_action/action_info.h",
252 "extensions/api/notifications/notification_style.cc", 252 "extensions/api/notifications/notification_style.cc",
253 "extensions/api/notifications/notification_style.h", 253 "extensions/api/notifications/notification_style.h",
254 "extensions/api/omnibox/omnibox_handler.cc", 254 "extensions/api/omnibox/omnibox_handler.cc",
255 "extensions/api/omnibox/omnibox_handler.h", 255 "extensions/api/omnibox/omnibox_handler.h",
256 "extensions/api/plugins/plugins_handler.cc",
257 "extensions/api/plugins/plugins_handler.h",
258 "extensions/api/speech/tts_engine_manifest_handler.cc", 256 "extensions/api/speech/tts_engine_manifest_handler.cc",
259 "extensions/api/speech/tts_engine_manifest_handler.h", 257 "extensions/api/speech/tts_engine_manifest_handler.h",
260 "extensions/api/spellcheck/spellcheck_handler.cc", 258 "extensions/api/spellcheck/spellcheck_handler.cc",
261 "extensions/api/spellcheck/spellcheck_handler.h", 259 "extensions/api/spellcheck/spellcheck_handler.h",
262 "extensions/api/storage/storage_schema_manifest_handler.cc", 260 "extensions/api/storage/storage_schema_manifest_handler.cc",
263 "extensions/api/storage/storage_schema_manifest_handler.h", 261 "extensions/api/storage/storage_schema_manifest_handler.h",
264 "extensions/api/system_indicator/system_indicator_handler.cc", 262 "extensions/api/system_indicator/system_indicator_handler.cc",
265 "extensions/api/system_indicator/system_indicator_handler.h", 263 "extensions/api/system_indicator/system_indicator_handler.h",
266 "extensions/api/url_handlers/url_handlers_parser.cc", 264 "extensions/api/url_handlers/url_handlers_parser.cc",
267 "extensions/api/url_handlers/url_handlers_parser.h", 265 "extensions/api/url_handlers/url_handlers_parser.h",
(...skipping 464 matching lines...) Expand 10 before | Expand all | Expand 10 after
732 mojom("instant_mojom") { 730 mojom("instant_mojom") {
733 sources = [ 731 sources = [
734 "instant.mojom", 732 "instant.mojom",
735 ] 733 ]
736 734
737 public_deps = [ 735 public_deps = [
738 "//mojo/common:common_custom_types", 736 "//mojo/common:common_custom_types",
739 "//url/mojo:url_mojom_gurl", 737 "//url/mojo:url_mojom_gurl",
740 ] 738 ]
741 } 739 }
OLDNEW
« no previous file with comments | « chrome/browser/extensions/unpacked_installer.cc ('k') | chrome/common/extensions/api/plugins/plugins_handler.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698