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

Unified Diff: build/grit_target.gypi

Issue 483703004: Use a qualified path for grit/net_resources.h (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: gnnnnn Created 6 years, 4 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 | content/shell/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/grit_target.gypi
diff --git a/build/grit_target.gypi b/build/grit_target.gypi
index fe9900b54ed2674c1315cdfc6c2ef68d22c90907..179f986573443a0e96fc1242a29b85821cc19613 100644
--- a/build/grit_target.gypi
+++ b/build/grit_target.gypi
@@ -7,8 +7,9 @@
# defined:
# grit_out_dir: string: the output directory path
-# NOTE: This file is optional, not all targets that use grit include it, some
-# do their own custom directives instead.
+# DO NOT USE THIS FILE. Instead, use qualified includes.
+# TODO: Convert everything to qualified includes, and delete this file,
+# http://crbug.com/401588
{
'conditions': [
# If the target is a direct binary, it needs to be able to find the header,
« no previous file with comments | « no previous file | content/shell/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698