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

Unified Diff: chrome/common/DEPS

Issue 450053003: Use a qualified path for grit includes in various chrome/ directories. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: remove webkit strings that no longer exist 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/common/attrition_experiments.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/DEPS
diff --git a/chrome/common/DEPS b/chrome/common/DEPS
index c019e61ee2bc205f64fb07efe1d3b340965f2a14..2e5d242a88f1d5fb7c957bbf09fb2fc48e585c48 100644
--- a/chrome/common/DEPS
+++ b/chrome/common/DEPS
@@ -1,6 +1,7 @@
include_rules = [
"+apps/app_shim", # For app shim messages.
"+breakpad", # For Breakpad constants.
+ "+chrome/grit", # For generated headers
"+chromeos", # For chromeos_switches.h
"+components/autofill/content/common",
"+components/autofill/core/common",
@@ -18,7 +19,7 @@ include_rules = [
"+components/translate/core/common",
"+extensions/common",
"+google_apis/gaia", # For gaia_switches.h
- "+grit", # For generated headers
+ "+grit", # For generated headers. TODO(thestig): Remove.
"+media",
"+ppapi/native_client/src/trusted/plugin/ppapi_entrypoints.h",
"+ppapi/shared_impl",
« no previous file with comments | « no previous file | chrome/common/attrition_experiments.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698