| OLD | NEW |
| 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("//mojo/public/tools/bindings/mojom.gni") | 9 import("//mojo/public/tools/bindings/mojom.gni") |
| 10 import("//tools/grit/grit_rule.gni") | 10 import("//tools/grit/grit_rule.gni") |
| (...skipping 238 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 249 "extensions/api/spellcheck/spellcheck_handler.cc", | 249 "extensions/api/spellcheck/spellcheck_handler.cc", |
| 250 "extensions/api/spellcheck/spellcheck_handler.h", | 250 "extensions/api/spellcheck/spellcheck_handler.h", |
| 251 "extensions/api/storage/storage_schema_manifest_handler.cc", | 251 "extensions/api/storage/storage_schema_manifest_handler.cc", |
| 252 "extensions/api/storage/storage_schema_manifest_handler.h", | 252 "extensions/api/storage/storage_schema_manifest_handler.h", |
| 253 "extensions/api/system_indicator/system_indicator_handler.cc", | 253 "extensions/api/system_indicator/system_indicator_handler.cc", |
| 254 "extensions/api/system_indicator/system_indicator_handler.h", | 254 "extensions/api/system_indicator/system_indicator_handler.h", |
| 255 "extensions/api/url_handlers/url_handlers_parser.cc", | 255 "extensions/api/url_handlers/url_handlers_parser.cc", |
| 256 "extensions/api/url_handlers/url_handlers_parser.h", | 256 "extensions/api/url_handlers/url_handlers_parser.h", |
| 257 "extensions/api/webstore/webstore_api_constants.cc", | 257 "extensions/api/webstore/webstore_api_constants.cc", |
| 258 "extensions/api/webstore/webstore_api_constants.h", | 258 "extensions/api/webstore/webstore_api_constants.h", |
| 259 "extensions/chrome_aliases.cc", |
| 260 "extensions/chrome_aliases.h", |
| 259 "extensions/chrome_extension_messages.h", | 261 "extensions/chrome_extension_messages.h", |
| 260 "extensions/chrome_extensions_client.cc", | 262 "extensions/chrome_extensions_client.cc", |
| 261 "extensions/chrome_extensions_client.h", | 263 "extensions/chrome_extensions_client.h", |
| 262 "extensions/chrome_manifest_handlers.cc", | 264 "extensions/chrome_manifest_handlers.cc", |
| 263 "extensions/chrome_manifest_handlers.h", | 265 "extensions/chrome_manifest_handlers.h", |
| 264 "extensions/chrome_manifest_url_handlers.cc", | 266 "extensions/chrome_manifest_url_handlers.cc", |
| 265 "extensions/chrome_manifest_url_handlers.h", | 267 "extensions/chrome_manifest_url_handlers.h", |
| 266 "extensions/chrome_utility_extensions_messages.h", | 268 "extensions/chrome_utility_extensions_messages.h", |
| 267 "extensions/command.cc", | 269 "extensions/command.cc", |
| 268 "extensions/command.h", | 270 "extensions/command.h", |
| (...skipping 387 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 656 "shell_handler_win.mojom", | 658 "shell_handler_win.mojom", |
| 657 ] | 659 ] |
| 658 | 660 |
| 659 public_deps = [ | 661 public_deps = [ |
| 660 "//skia/public/interfaces", | 662 "//skia/public/interfaces", |
| 661 "//url/mojo:url_mojom_gurl", | 663 "//url/mojo:url_mojom_gurl", |
| 662 ] | 664 ] |
| 663 | 665 |
| 664 use_new_wrapper_types = false | 666 use_new_wrapper_types = false |
| 665 } | 667 } |
| OLD | NEW |