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

Side by Side Diff: native_client_sdk/src/libraries/ppapi_cpp/library.dsc

Issue 375133003: Fixes for re-enabling more MSVC level 4 warnings: ppapi/ edition (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 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
OLDNEW
1 { 1 {
2 'TOOLS': ['bionic', 'newlib', 'glibc', 'pnacl', 'win', 'linux'], 2 'TOOLS': ['bionic', 'newlib', 'glibc', 'pnacl', 'win', 'linux'],
3 'SEARCH': [ 3 'SEARCH': [
4 '../../../../ppapi/cpp', 4 '../../../../ppapi/cpp',
5 '../../../../ppapi/cpp/dev', 5 '../../../../ppapi/cpp/dev',
6 '../../../../ppapi/utility', 6 '../../../../ppapi/utility',
7 '../../../../ppapi/utility/graphics', 7 '../../../../ppapi/utility/graphics',
8 '../../../../ppapi/utility/threading', 8 '../../../../ppapi/utility/threading',
9 '../../../../ppapi/utility/websocket', 9 '../../../../ppapi/utility/websocket',
10 ], 10 ],
(...skipping 45 matching lines...) Expand 10 before | Expand all | Expand 10 after
56 'var_array_buffer.cc', 56 'var_array_buffer.cc',
57 'var_array.cc', 57 'var_array.cc',
58 'var.cc', 58 'var.cc',
59 'var_dictionary.cc', 59 'var_dictionary.cc',
60 'video_decoder.cc', 60 'video_decoder.cc',
61 'video_frame.cc', 61 'video_frame.cc',
62 'view.cc', 62 'view.cc',
63 'websocket.cc', 63 'websocket.cc',
64 64
65 # ppapi/cpp/dev 65 # ppapi/cpp/dev
66 'buffer_dev.cc',
Peter Kasting 2014/07/09 02:11:26 PRESUBMIT made me add this line. I have no idea i
binji 2014/07/09 20:27:44 It seems this is a bug in the presubmit. This file
66 'cursor_control_dev.cc', 67 'cursor_control_dev.cc',
67 'file_chooser_dev.cc', 68 'file_chooser_dev.cc',
68 'font_dev.cc', 69 'font_dev.cc',
69 'memory_dev.cc', 70 'memory_dev.cc',
70 'printing_dev.cc', 71 'printing_dev.cc',
71 'scriptable_object_deprecated.cc', 72 'scriptable_object_deprecated.cc',
72 'selection_dev.cc', 73 'selection_dev.cc',
73 'truetype_font_dev.cc', 74 'truetype_font_dev.cc',
74 'view_dev.cc', 75 'view_dev.cc',
75 'zoom_dev.cc', 76 'zoom_dev.cc',
(...skipping 122 matching lines...) Expand 10 before | Expand all | Expand 10 after
198 'lock.h', 199 'lock.h',
199 'simple_thread.h', 200 'simple_thread.h',
200 ], 201 ],
201 'DEST': 'include/ppapi/utility/threading', 202 'DEST': 'include/ppapi/utility/threading',
202 }, 203 },
203 ], 204 ],
204 'DEST': 'src', 205 'DEST': 'src',
205 'NAME': 'ppapi_cpp', 206 'NAME': 'ppapi_cpp',
206 } 207 }
207 208
OLDNEW
« no previous file with comments | « no previous file | ppapi/cpp/dev/buffer_dev.cc » ('j') | ppapi/thunk/ppb_browser_font_trusted_thunk.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698