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

Side by Side Diff: ppapi/shared_impl/DEPS

Issue 16216007: split webkit/glue/webpreferences to common and renderer (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: less sketchy Created 7 years, 6 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 "+base", 2 "+base",
3 "+gpu", 3 "+gpu",
4 "+media/audio", 4 "+media/audio",
5 "+skia", 5 "+skia",
6 "+webkit/common",
jamesr 2013/05/30 21:17:37 probably better to list out webpreferences.h expli
scottmg 2013/05/30 21:23:58 Done.
6 "+webkit/glue", 7 "+webkit/glue",
jamesr 2013/05/30 21:17:37 nuke this line
scottmg 2013/05/30 21:23:58 Done.
7 8
8 # The untrusted build references the NaCl integrated runtime (IRT). 9 # The untrusted build references the NaCl integrated runtime (IRT).
9 "+native_client/src/untrusted/irt", 10 "+native_client/src/untrusted/irt",
10 11
11 # Since this is used by the implementation in /webkit, we don't want it to 12 # Since this is used by the implementation in /webkit, we don't want it to
12 # depend on IPC. 13 # depend on IPC.
13 "-ipc", 14 "-ipc",
14 15
15 "-ppapi/cpp", 16 "-ppapi/cpp",
16 "-ppapi/proxy", 17 "-ppapi/proxy",
17 18
18 # For testing purpose. 19 # For testing purpose.
19 "+ppapi/proxy/ppapi_proxy_test.h", 20 "+ppapi/proxy/ppapi_proxy_test.h",
20 ] 21 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698