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

Unified Diff: chrome/chrome_features.gypi

Issue 1555803002: Add a wrapper for grit_action.gypi for chrome specific variables. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 4 years, 12 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
« no previous file with comments | « no previous file | chrome/chrome_grit_action.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/chrome_features.gypi
diff --git a/chrome/chrome_features.gypi b/chrome/chrome_features.gypi
index 1042f413cf4882f7fdf02b029b5f3aaefc8847bc..b78a4dae686a42f64d5ed8838961e69616ae5780 100644
--- a/chrome/chrome_features.gypi
+++ b/chrome/chrome_features.gypi
@@ -1,7 +1,7 @@
# Copyright 2015 The Chromium Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
-
+
# This is the GYP equivalent of //chrome/common/features.gni.
# Please keep in sync!
@@ -38,6 +38,6 @@
'chrome_grit_defines': [
'-D', 'enable_google_now=<(enable_google_now)',
'-D', 'use_vulcanize=<(use_vulcanize)',
- ]
+ ],
},
}
« no previous file with comments | « no previous file | chrome/chrome_grit_action.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698