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

Side by Side Diff: chrome/nacl/DEPS

Issue 7218065: Remove app from a bunch of DEPS files. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Ami review Created 9 years, 5 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « chrome/default_plugin/DEPS ('k') | content/DEPS » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 include_rules = [ 1 include_rules = [
2 "+app",
3 # TODO(mseaborn): Remove chrome/renderer from this list. This is 2 # TODO(mseaborn): Remove chrome/renderer from this list. This is
4 # here because we need chrome/renderer/renderer_sandbox_support_linux.h 3 # here because we need chrome/renderer/renderer_sandbox_support_linux.h
5 # for creating shared memory segments. We should probably move this 4 # for creating shared memory segments. We should probably move this
6 # sandbox support code out of chrome/renderer. (Previously, this 5 # sandbox support code out of chrome/renderer. (Previously, this
7 # header was #included from the native_client directory, which was 6 # header was #included from the native_client directory, which was
8 # worse.) 7 # worse.)
9 "+chrome/app", 8 "+chrome/app",
10 "+chrome/renderer", 9 "+chrome/renderer",
11 "+chrome/test", 10 "+chrome/test",
12 "+sandbox/src", 11 "+sandbox/src",
13 "+native_client/src", 12 "+native_client/src",
14 ] 13 ]
OLDNEW
« no previous file with comments | « chrome/default_plugin/DEPS ('k') | content/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698