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

Side by Side Diff: ppapi/ppapi_cpp.gypi

Issue 7387011: Clean up the file dev interfaces. The combination of some dev and some non (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 9 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 # Copyright (c) 2011 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2011 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 { 5 {
6 'targets': [ 6 'targets': [
7 { 7 {
8 'target_name': 'ppapi_c<(nacl_ppapi_library_suffix)', 8 'target_name': 'ppapi_c<(nacl_ppapi_library_suffix)',
9 'type': 'none', 9 'type': 'none',
10 'all_dependent_settings': { 10 'all_dependent_settings': {
(...skipping 174 matching lines...) Expand 10 before | Expand all | Expand 10 after
185 'cpp/dev/buffer_dev.cc', 185 'cpp/dev/buffer_dev.cc',
186 'cpp/dev/buffer_dev.h', 186 'cpp/dev/buffer_dev.h',
187 'cpp/dev/context_3d_dev.cc', 187 'cpp/dev/context_3d_dev.cc',
188 'cpp/dev/context_3d_dev.h', 188 'cpp/dev/context_3d_dev.h',
189 'cpp/dev/directory_entry_dev.cc', 189 'cpp/dev/directory_entry_dev.cc',
190 'cpp/dev/directory_entry_dev.h', 190 'cpp/dev/directory_entry_dev.h',
191 'cpp/dev/directory_reader_dev.cc', 191 'cpp/dev/directory_reader_dev.cc',
192 'cpp/dev/directory_reader_dev.h', 192 'cpp/dev/directory_reader_dev.h',
193 'cpp/dev/file_chooser_dev.cc', 193 'cpp/dev/file_chooser_dev.cc',
194 'cpp/dev/file_chooser_dev.h', 194 'cpp/dev/file_chooser_dev.h',
195 'cpp/dev/file_io_dev.cc',
196 'cpp/dev/file_io_dev.h', 195 'cpp/dev/file_io_dev.h',
197 'cpp/dev/file_ref_dev.cc',
198 'cpp/dev/file_ref_dev.h', 196 'cpp/dev/file_ref_dev.h',
199 'cpp/dev/file_system_dev.cc',
200 'cpp/dev/file_system_dev.h', 197 'cpp/dev/file_system_dev.h',
201 'cpp/dev/find_dev.cc', 198 'cpp/dev/find_dev.cc',
202 'cpp/dev/find_dev.h', 199 'cpp/dev/find_dev.h',
203 'cpp/dev/font_dev.cc', 200 'cpp/dev/font_dev.cc',
204 'cpp/dev/font_dev.h', 201 'cpp/dev/font_dev.h',
205 'cpp/dev/fullscreen_dev.cc', 202 'cpp/dev/fullscreen_dev.cc',
206 'cpp/dev/fullscreen_dev.h', 203 'cpp/dev/fullscreen_dev.h',
207 'cpp/dev/graphics_3d_client_dev.cc', 204 'cpp/dev/graphics_3d_client_dev.cc',
208 'cpp/dev/graphics_3d_client_dev.h', 205 'cpp/dev/graphics_3d_client_dev.h',
209 'cpp/dev/graphics_3d_dev.cc', 206 'cpp/dev/graphics_3d_dev.cc',
(...skipping 75 matching lines...) Expand 10 before | Expand all | Expand 10 after
285 }], 282 }],
286 ['OS=="mac"', { 283 ['OS=="mac"', {
287 'xcode_settings': { 284 'xcode_settings': {
288 'WARNING_CFLAGS': ['-Wextra', '-pedantic'], 285 'WARNING_CFLAGS': ['-Wextra', '-pedantic'],
289 }, 286 },
290 }] 287 }]
291 ], 288 ],
292 }, 289 },
293 ], 290 ],
294 } 291 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698