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

Unified Diff: google_apis/BUILD.gn

Issue 774353003: gn format // (the rest) (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase net 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 | « device/usb/BUILD.gn ('k') | gpu/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: google_apis/BUILD.gn
diff --git a/google_apis/BUILD.gn b/google_apis/BUILD.gn
index ce4df0bd84bc281dc1c261e09306de6e66e5934e..bf71ce3bc0290b886271c434a54ef5bf5764bee9 100644
--- a/google_apis/BUILD.gn
+++ b/google_apis/BUILD.gn
@@ -52,11 +52,12 @@ declare_args() {
if (use_official_google_api_keys == "") {
# Default behavior, check if the key file exists.
- check_internal_result = exec_script(
- "build/check_internal.py",
- [ rebase_path("internal/google_chrome_api_keys.h", root_build_dir) ],
- "value")
- use_official_google_api_keys = (check_internal_result == 1)
+ check_internal_result =
+ exec_script("build/check_internal.py",
+ [ rebase_path("internal/google_chrome_api_keys.h",
+ root_build_dir) ],
+ "value")
+ use_official_google_api_keys = check_internal_result == 1
}
config("key_defines") {
« no previous file with comments | « device/usb/BUILD.gn ('k') | gpu/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698