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

Side by Side Diff: ppapi/ppapi_cpp.gypi

Issue 6667010: Add a console interface for logging to the JS console from a PPAPI plugin.... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 9 years, 9 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/example/example.cc ('k') | ppapi/ppapi_shared_proxy.gypi » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright (c) 2010 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2010 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', 8 'target_name': 'ppapi_c',
9 'type': 'none', 9 'type': 'none',
10 'all_dependent_settings': { 10 'all_dependent_settings': {
(...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after
44 44
45 # Dev interfaces. 45 # Dev interfaces.
46 'c/dev/pp_cursor_type_dev.h', 46 'c/dev/pp_cursor_type_dev.h',
47 'c/dev/pp_file_info_dev.h', 47 'c/dev/pp_file_info_dev.h',
48 'c/dev/pp_graphics_3d_dev.h', 48 'c/dev/pp_graphics_3d_dev.h',
49 'c/dev/pp_video_dev.h', 49 'c/dev/pp_video_dev.h',
50 'c/dev/ppb_buffer_dev.h', 50 'c/dev/ppb_buffer_dev.h',
51 'c/dev/ppb_char_set_dev.h', 51 'c/dev/ppb_char_set_dev.h',
52 'c/dev/ppb_context_3d_dev.h', 52 'c/dev/ppb_context_3d_dev.h',
53 'c/dev/ppb_context_3d_trusted_dev.h', 53 'c/dev/ppb_context_3d_trusted_dev.h',
54 'c/dev/ppb_console_dev.h',
54 'c/dev/ppb_cursor_control_dev.h', 55 'c/dev/ppb_cursor_control_dev.h',
55 'c/dev/ppb_directory_reader_dev.h', 56 'c/dev/ppb_directory_reader_dev.h',
56 'c/dev/ppb_file_chooser_dev.h', 57 'c/dev/ppb_file_chooser_dev.h',
57 'c/dev/ppb_file_io_dev.h', 58 'c/dev/ppb_file_io_dev.h',
58 'c/dev/ppb_file_io_trusted_dev.h', 59 'c/dev/ppb_file_io_trusted_dev.h',
59 'c/dev/ppb_file_ref_dev.h', 60 'c/dev/ppb_file_ref_dev.h',
60 'c/dev/ppb_file_system_dev.h', 61 'c/dev/ppb_file_system_dev.h',
61 'c/dev/ppb_find_dev.h', 62 'c/dev/ppb_find_dev.h',
62 'c/dev/ppb_font_dev.h', 63 'c/dev/ppb_font_dev.h',
63 'c/dev/ppb_fullscreen_dev.h', 64 'c/dev/ppb_fullscreen_dev.h',
(...skipping 179 matching lines...) Expand 10 before | Expand all | Expand 10 after
243 }], 244 }],
244 ['OS=="mac"', { 245 ['OS=="mac"', {
245 'xcode_settings': { 246 'xcode_settings': {
246 'WARNING_CFLAGS': ['-Wextra', '-pedantic'], 247 'WARNING_CFLAGS': ['-Wextra', '-pedantic'],
247 }, 248 },
248 }] 249 }]
249 ], 250 ],
250 }, 251 },
251 ], 252 ],
252 } 253 }
OLDNEW
« no previous file with comments | « ppapi/example/example.cc ('k') | ppapi/ppapi_shared_proxy.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698