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

Unified Diff: chrome/browser/DEPS

Issue 448423002: Use a qualified path for grit includes in chrome/browser/chromeos. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix build 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 | chrome/browser/chromeos/accessibility/accessibility_manager.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/DEPS
diff --git a/chrome/browser/DEPS b/chrome/browser/DEPS
index f378993d807de2f99b5429a023eed623ffb2451a..474dba19d4ec2d893599885bbcb51e719387c564 100644
--- a/chrome/browser/DEPS
+++ b/chrome/browser/DEPS
@@ -2,6 +2,7 @@ include_rules = [
"+apps",
"+ash",
"+chrome/app",
+ "+chrome/grit", # For generated headers
"+chrome/installer",
"+chrome_elf/blacklist",
"+chrome_elf/chrome_elf_constants.h",
@@ -77,7 +78,7 @@ include_rules = [
"+google/cacheinvalidation", # Sync invalidation API protobuf files.
"+google_apis",
"+google_update",
- "+grit", # For generated headers
+ "+grit", # TODO(thestig) Remove. For generated headers
"+installer_util_strings", # For generated headers
"+jni",
"+media/base", # For media switches
« no previous file with comments | « no previous file | chrome/browser/chromeos/accessibility/accessibility_manager.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698