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

Side by Side Diff: chrome/browser/DEPS

Issue 7973006: Make isimpledom write shared generated files to SHARED_INTERMEDIATE_DIR (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Cleanup the 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
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 15 matching lines...) Expand all
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/iaccessible2", 35 "+third_party/iaccessible2",
36 "+third_party/isimpledom",
36 "+third_party/libevent", # For the remote V8 debugging server 37 "+third_party/libevent", # For the remote V8 debugging server
37 "+third_party/libjingle", 38 "+third_party/libjingle",
38 "+third_party/protobuf/src/google/protobuf", 39 "+third_party/protobuf/src/google/protobuf",
39 "+third_party/sqlite", 40 "+third_party/sqlite",
40 "+third_party/undoview", 41 "+third_party/undoview",
41 "+v8/include", # Browser uses V8 to get the version and run the debugger. 42 "+v8/include", # Browser uses V8 to get the version and run the debugger.
42 43
43 # FIXME: these should probably not be here, we need to find a better 44 # FIXME: these should probably not be here, we need to find a better
44 # structure for these includes. 45 # structure for these includes.
45 "+chrome/renderer", 46 "+chrome/renderer",
46 ] 47 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698