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

Side by Side Diff: chrome/browser/DEPS

Issue 7971008: Make iaccessible2 write shared generated files to SHARED_INTERMEDIATE_DIR (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Update GYP Created 9 years, 3 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 | « no previous file | chrome/browser/accessibility/accessibility_win_browsertest.cc » ('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/app", 2 "+chrome/app",
3 "+chrome/app/locales", 3 "+chrome/app/locales",
4 "+chrome/installer", 4 "+chrome/installer",
5 "+chrome/personalization", 5 "+chrome/personalization",
6 "+chrome/plugin", # For Mac plugin interpose library. 6 "+chrome/plugin", # For Mac plugin interpose library.
7 "+chrome/profile_import", 7 "+chrome/profile_import",
8 "+chrome/tools/profiles", # For history unit tests. 8 "+chrome/tools/profiles", # For history unit tests.
9 "+chrome/views", 9 "+chrome/views",
10 "+grit", # For generated headers 10 "+grit", # For generated headers
(...skipping 14 matching lines...) Expand all
25 "+webkit/quota", 25 "+webkit/quota",
26 "+xib_localizers", # For generated mac localization helpers 26 "+xib_localizers", # For generated mac localization helpers
27 27
28 # Other libraries. 28 # Other libraries.
29 "+chrome/third_party/hunspell", 29 "+chrome/third_party/hunspell",
30 "+chrome/third_party/mozilla_security_manager", 30 "+chrome/third_party/mozilla_security_manager",
31 "+libxml", # For search engine definition parsing. 31 "+libxml", # For search engine definition parsing.
32 "+third_party/apple", # Apple code ImageAndTextCell. 32 "+third_party/apple", # Apple code ImageAndTextCell.
33 "+third_party/cld", 33 "+third_party/cld",
34 "+third_party/expat", 34 "+third_party/expat",
35 "+third_party/sqlite", 35 "+third_party/iaccessible2",
36 "+third_party/libevent", # For the remote V8 debugging server 36 "+third_party/libevent", # For the remote V8 debugging server
37 "+third_party/libjingle", 37 "+third_party/libjingle",
38 "+third_party/protobuf/src/google/protobuf", 38 "+third_party/protobuf/src/google/protobuf",
39 "+third_party/sqlite",
39 "+third_party/undoview", 40 "+third_party/undoview",
40 "+v8/include", # Browser uses V8 to get the version and run the debugger. 41 "+v8/include", # Browser uses V8 to get the version and run the debugger.
41 42
42 # FIXME: these should probably not be here, we need to find a better 43 # FIXME: these should probably not be here, we need to find a better
43 # structure for these includes. 44 # structure for these includes.
44 "+chrome/renderer", 45 "+chrome/renderer",
45 ] 46 ]
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/accessibility/accessibility_win_browsertest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698