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

Side by Side Diff: chrome/renderer/DEPS

Issue 6100009: Move the in-process WebGL implementation from the WebKit to the... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 9 years, 11 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", # The plugins use the theme library to get the sad plugin bitm ap. 2 "+chrome/app", # The plugins use the theme library to get the sad plugin bitm ap.
3 "+chrome/plugin", 3 "+chrome/plugin",
4 "+grit", # For generated headers 4 "+grit", # For generated headers
5 "+media/audio", 5 "+media/audio",
6 "+media/base", 6 "+media/base",
7 "+media/ffmpeg", 7 "+media/ffmpeg",
8 "+media/filters", 8 "+media/filters",
9 "+media/video", 9 "+media/video",
10 "+ppapi/c", 10 "+ppapi/c",
11 "+ppapi/proxy", 11 "+ppapi/proxy",
12 "+sandbox/src", 12 "+sandbox/src",
13 "+skia", 13 "+skia",
14 "+webkit/extensions", 14 "+webkit/extensions",
15 "+webkit/glue", 15 "+webkit/glue",
16 "+webkit/glue/plugins", 16 "+webkit/glue/plugins",
17 "+webkit/gpu",
17 "+webkit/plugins", 18 "+webkit/plugins",
18 "+v8/include", 19 "+v8/include",
19 "+third_party/cld/encodings/compact_lang_det/win", 20 "+third_party/cld/encodings/compact_lang_det/win",
20 "+third_party/npapi/bindings", 21 "+third_party/npapi/bindings",
21 "+third_party/sqlite", 22 "+third_party/sqlite",
22 "+third_party/tcmalloc", 23 "+third_party/tcmalloc",
23 ] 24 ]
24 25
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698