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

Side by Side Diff: ppapi/shared_impl/DEPS

Issue 23532006: webkit can no longer depend on ppapi; shared_impl can now depend on ipc. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Created 7 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
« no previous file with comments | « no previous file | webkit/common/DEPS » ('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 "+base", 2 "+base",
3 "+gpu", 3 "+gpu",
4 "+media/audio", 4 "+media/audio",
5 "+media/base", 5 "+media/base",
6 "+skia", 6 "+skia",
7 "+webkit/common/webpreferences.h", 7 "+webkit/common/webpreferences.h",
8 8
9 # The untrusted build references the NaCl integrated runtime (IRT). 9 # The untrusted build references the NaCl integrated runtime (IRT).
10 "+native_client/src/untrusted/irt", 10 "+native_client/src/untrusted/irt",
11 11
12 # Since this is used by the implementation in /webkit, we don't want it to
13 # depend on IPC.
14 "-ipc",
15
16 "-ppapi/cpp", 12 "-ppapi/cpp",
17 "-ppapi/proxy", 13 "-ppapi/proxy",
18 14
19 # For testing purpose. 15 # For testing purpose.
20 "+ppapi/proxy/ppapi_proxy_test.h", 16 "+ppapi/proxy/ppapi_proxy_test.h",
21 ] 17 ]
OLDNEW
« no previous file with comments | « no previous file | webkit/common/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698