| Index: chrome/common/extensions/api/schemas.gni
|
| diff --git a/chrome/common/extensions/api/schemas.gni b/chrome/common/extensions/api/schemas.gni
|
| index 12c5e04f31f54ba59970b1d75ae901ea03a9f53a..8a76b89627c17217a0bb1da8e44f2c2e574e4aec 100644
|
| --- a/chrome/common/extensions/api/schemas.gni
|
| +++ b/chrome/common/extensions/api/schemas.gni
|
| @@ -3,7 +3,6 @@
|
| # found in the LICENSE file.
|
|
|
| import("//build/config/features.gni")
|
| -import("//build/config/ui.gni")
|
|
|
| gypi_values = exec_script(
|
| "//build/gypi_to_gn.py",
|
| @@ -19,9 +18,6 @@ if (is_chromeos) {
|
| if (enable_webrtc) {
|
| sources += gypi_values.webrtc_schema_files
|
| }
|
| -if (!use_athena) {
|
| - sources += gypi_values.non_athena_schema_files
|
| -}
|
|
|
|
|
| uncompiled_sources = gypi_values.main_non_compiled_schema_files
|
|
|