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

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

Issue 754223003: gn format //chrome (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: update for multiline output Created 6 years 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
« no previous file with comments | « chrome/common/BUILD.gn ('k') | chrome/installer/util/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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"
« no previous file with comments | « chrome/common/BUILD.gn ('k') | chrome/installer/util/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698