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

Side by Side Diff: chrome/common/DEPS

Issue 4758001: Part 2 of reapplying r64637. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: More chrome_frame fix Created 10 years, 1 month 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/chrome_tests.gypi ('k') | chrome/common/automation_constants.h » ('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 "+chrome/plugin", # For checking whether we're a plugin process. 2 "+chrome/plugin", # For checking whether we're a plugin process.
3 "+chrome/default_plugin", 3 "+chrome/default_plugin",
4 "+grit", # For generated headers 4 "+grit", # For generated headers
5 "+libxml", 5 "+libxml",
6 "+media/audio", 6 "+media/audio",
7 "+media/base", 7 "+media/base",
8 "+remoting/client/plugin", 8 "+remoting/client/plugin",
9 "+sandbox/src", 9 "+sandbox/src",
10 "+skia", 10 "+skia",
11 "+webkit/glue", 11 "+webkit/glue",
12 12
13 # Other libraries. 13 # Other libraries.
14 "+chrome/third_party/xdg_user_dirs", 14 "+chrome/third_party/xdg_user_dirs",
15 "+third_party/bzip2", 15 "+third_party/bzip2",
16 "+third_party/npapi", 16 "+third_party/npapi",
17 "+third_party/sqlite", 17 "+third_party/sqlite",
18 "+third_party/zlib", 18 "+third_party/zlib",
19 19
20 # A previous version of this patch moved everything needed from tab_contents/
21 # to chrome/common/ but failed on the buildbot (but not locally or on the
22 # trybots). Temporarily add this suppression as I commit what was a very
23 # large patch piecewise, removing it with the final patch that will move the
24 # files again and remove this override.
25 #
26 # (Also: the only thing used from these headers are enums.)
27 "+chrome/browser/tab_contents",
Ben Goodger (Google) 2010/11/10 19:13:00 Make this comment a TODO. I will haunt you later i
28
20 # FIXME - refactor code and remove these dependencies 29 # FIXME - refactor code and remove these dependencies
21 "+chrome/installer", 30 "+chrome/installer",
22 ] 31 ]
OLDNEW
« no previous file with comments | « chrome/chrome_tests.gypi ('k') | chrome/common/automation_constants.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698