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

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

Issue 2783813002: Move ChromeRequirementsChecker to //extensions as a PreloadCheck (Closed)
Patch Set: SKIP: comments, tests 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 234 matching lines...) Expand 10 before | Expand all | Expand 10 after
245 "cast_messages.cc", 245 "cast_messages.cc",
246 "cast_messages.h", 246 "cast_messages.h",
247 "extensions/api/commands/commands_handler.cc", 247 "extensions/api/commands/commands_handler.cc",
248 "extensions/api/commands/commands_handler.h", 248 "extensions/api/commands/commands_handler.h",
249 "extensions/api/extension_action/action_info.cc", 249 "extensions/api/extension_action/action_info.cc",
250 "extensions/api/extension_action/action_info.h", 250 "extensions/api/extension_action/action_info.h",
251 "extensions/api/notifications/notification_style.cc", 251 "extensions/api/notifications/notification_style.cc",
252 "extensions/api/notifications/notification_style.h", 252 "extensions/api/notifications/notification_style.h",
253 "extensions/api/omnibox/omnibox_handler.cc", 253 "extensions/api/omnibox/omnibox_handler.cc",
254 "extensions/api/omnibox/omnibox_handler.h", 254 "extensions/api/omnibox/omnibox_handler.h",
255 "extensions/api/plugins/plugins_handler.cc",
256 "extensions/api/plugins/plugins_handler.h",
257 "extensions/api/speech/tts_engine_manifest_handler.cc", 255 "extensions/api/speech/tts_engine_manifest_handler.cc",
258 "extensions/api/speech/tts_engine_manifest_handler.h", 256 "extensions/api/speech/tts_engine_manifest_handler.h",
259 "extensions/api/spellcheck/spellcheck_handler.cc", 257 "extensions/api/spellcheck/spellcheck_handler.cc",
260 "extensions/api/spellcheck/spellcheck_handler.h", 258 "extensions/api/spellcheck/spellcheck_handler.h",
261 "extensions/api/storage/storage_schema_manifest_handler.cc", 259 "extensions/api/storage/storage_schema_manifest_handler.cc",
262 "extensions/api/storage/storage_schema_manifest_handler.h", 260 "extensions/api/storage/storage_schema_manifest_handler.h",
263 "extensions/api/system_indicator/system_indicator_handler.cc", 261 "extensions/api/system_indicator/system_indicator_handler.cc",
264 "extensions/api/system_indicator/system_indicator_handler.h", 262 "extensions/api/system_indicator/system_indicator_handler.h",
265 "extensions/api/url_handlers/url_handlers_parser.cc", 263 "extensions/api/url_handlers/url_handlers_parser.cc",
266 "extensions/api/url_handlers/url_handlers_parser.h", 264 "extensions/api/url_handlers/url_handlers_parser.h",
(...skipping 464 matching lines...) Expand 10 before | Expand all | Expand 10 after
731 mojom("instant_mojom") { 729 mojom("instant_mojom") {
732 sources = [ 730 sources = [
733 "instant.mojom", 731 "instant.mojom",
734 ] 732 ]
735 733
736 public_deps = [ 734 public_deps = [
737 "//mojo/common:common_custom_types", 735 "//mojo/common:common_custom_types",
738 "//url/mojo:url_mojom_gurl", 736 "//url/mojo:url_mojom_gurl",
739 ] 737 ]
740 } 738 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698