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

Unified Diff: build/grit_target.gypi

Issue 6705030: Standardize grit invokes (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 9 years, 9 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: build/grit_target.gypi
===================================================================
--- build/grit_target.gypi (revision 0)
+++ build/grit_target.gypi (revision 0)
@@ -0,0 +1,30 @@
+# Copyright (c) 2011 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 file is meant to be included into an target that will be one or
Mark Mentovai 2011/03/25 18:22:07 an target -> a target
Mark Mentovai 2011/03/25 18:22:07 will be is wrong, what did you mean?
TVL 2011/03/25 18:33:30 Done.
TVL 2011/03/25 18:33:30 Done.
+# more uses of grit_action.gypi. To use this the following variables need to
+# be defined:
+# grit_out_dir: string: the output directory path
+#
Mark Mentovai 2011/03/25 18:22:07 Remove this line.
TVL 2011/03/25 18:33:30 Done.
+
+# NOTE: This file is optional, not all targets that use grit include it, some
+# do their own custom directives instead.
+{
+ 'direct_dependent_settings': {
Mark Mentovai 2011/03/25 17:48:55 Really? I guess this means that you’re expecting a
TVL 2011/03/25 18:15:53 Yea, I'm torn on this one. It was in every place
Mark Mentovai 2011/03/25 18:22:07 TVL wrote:
TVL 2011/03/25 18:33:30 makes sense, i'll take a shot at that next.
+ 'include_dirs': [
+ '<(grit_out_dir)',
+ ],
+ },
+ 'conditions': [
+ ['OS=="win"', {
+ 'dependencies': ['<(DEPTH)/build/win/system.gyp:cygwin'],
+ }],
+ ],
+}
+
+# Local Variables:
+# tab-width:2
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=2 shiftwidth=2:
Property changes on: build/grit_target.gypi
___________________________________________________________________
Added: svn:eol-style
+ LF

Powered by Google App Engine
This is Rietveld 408576698