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

Unified Diff: chrome/browser/DEPS

Issue 2276823003: Change many chrome/browser includes to use qualified paths. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 4 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 | « chrome/app/DEPS ('k') | chrome/browser/about_flags.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 1efc705847dc5c9627232db645e6f3867b5c5f1a..49e34c1cbdcdf07e9dba2d8c5a2e5d84e8a1dfca 100644
--- a/chrome/browser/DEPS
+++ b/chrome/browser/DEPS
@@ -3,7 +3,7 @@ include_rules = [
"+ash",
"+chrome/app",
"+chrome/chrome_watcher",
- "+chrome/grit", # For generated headers
+ "+chrome/grit",
"+chrome/install_static",
"+chrome/installer",
"+chrome_elf/blacklist",
@@ -38,7 +38,6 @@ include_rules = [
"+media/mojo", # For mojo media services.
"+services/shell/public/cpp",
"+services/ui/public",
- "+policy", # For generated headers and source
Lei Zhang 2016/08/27 21:49:04 brettw forgot to remove this in r414524.
"+ppapi/c", # For various types.
"+ppapi/host",
"+ppapi/proxy",
« no previous file with comments | « chrome/app/DEPS ('k') | chrome/browser/about_flags.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698