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

Side by Side Diff: ppapi/shared_impl/DEPS

Issue 10809079: Modify the PPB_Audio_Shared code for NaCl. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 8 years, 5 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 | « ppapi/proxy/plugin_main_nacl.cc ('k') | ppapi/shared_impl/ppb_audio_shared.h » ('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 "+skia", 5 "+skia",
6 "+webkit/glue", 6 "+webkit/glue",
7 7
8 # The untrusted build references the NaCl integrated runtime (IRT).
9 "+native_client/src/untrusted/irt",
10
8 # Since this is used by the implementation in /webkit, we don't want it to 11 # Since this is used by the implementation in /webkit, we don't want it to
9 # depend on IPC. 12 # depend on IPC.
10 "-ipc", 13 "-ipc",
11 14
12 "-ppapi/cpp", 15 "-ppapi/cpp",
13 "-ppapi/proxy", 16 "-ppapi/proxy",
14 ] 17 ]
OLDNEW
« no previous file with comments | « ppapi/proxy/plugin_main_nacl.cc ('k') | ppapi/shared_impl/ppb_audio_shared.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698