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

Unified Diff: chrome/common/extensions/api/schemas.gni

Issue 1747773002: Make the ENABLE_APP_LIST build flag work on Linux (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 2016 header Created 4 years, 10 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 side-by-side diff with in-line comments
Download patch
Index: chrome/common/extensions/api/schemas.gni
diff --git a/chrome/common/extensions/api/schemas.gni b/chrome/common/extensions/api/schemas.gni
index 54cc684307c7a6938517c1f57aa71de216d47b4a..97c895e9389b14eec021c2386f88ca864dcb9f6e 100644
--- a/chrome/common/extensions/api/schemas.gni
+++ b/chrome/common/extensions/api/schemas.gni
@@ -14,6 +14,9 @@ gypi_values = exec_script("//build/gypi_to_gn.py",
# Common sources that are both bundled and compiled.
sources = gypi_values.main_schema_files
+if (enable_app_list) {
+ sources += gypi_values.app_list_schema_files
+}
if (is_chromeos) {
sources += gypi_values.chromeos_schema_files
} else if (is_linux || is_win) {

Powered by Google App Engine
This is Rietveld 408576698