| Index: chrome/common/extensions/api/schemas.gni
|
| diff --git a/chrome/common/extensions/api/schemas.gni b/chrome/common/extensions/api/schemas.gni
|
| index 571ddd8593fa5d1e7bdcdc57eabd2474241545a0..d39e99d651a4c55ade9b78989105a9e721726bc7 100644
|
| --- a/chrome/common/extensions/api/schemas.gni
|
| +++ b/chrome/common/extensions/api/schemas.gni
|
| @@ -7,11 +7,10 @@ import("//build/config/ui.gni")
|
|
|
| assert(enable_extensions)
|
|
|
| -gypi_values = exec_script(
|
| - "//build/gypi_to_gn.py",
|
| - [ rebase_path("schemas.gypi") ],
|
| - "scope",
|
| - [ "schemas.gypi" ])
|
| +gypi_values = exec_script("//build/gypi_to_gn.py",
|
| + [ rebase_path("schemas.gypi") ],
|
| + "scope",
|
| + [ "schemas.gypi" ])
|
|
|
| # Common sources that are both bundled and compiled.
|
| sources = gypi_values.main_schema_files
|
| @@ -25,7 +24,6 @@ if (enable_webrtc) {
|
| sources += gypi_values.webrtc_schema_files
|
| }
|
|
|
| -
|
| uncompiled_sources = gypi_values.main_non_compiled_schema_files
|
|
|
| root_namespace = "extensions::api::%(namespace)s"
|
|
|