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

Side by Side Diff: ppapi/ppapi_cpp.gypi

Issue 6708043: Add an (unimplemented) API for getting the available list of font families on (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/c/dev/ppb_font_list_dev.h ('k') | ppapi/tests/all_c_includes.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 # 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 43 matching lines...) Expand 10 before | Expand all | Expand 10 after
54 'c/dev/ppb_console_dev.h', 54 'c/dev/ppb_console_dev.h',
55 'c/dev/ppb_cursor_control_dev.h', 55 'c/dev/ppb_cursor_control_dev.h',
56 'c/dev/ppb_directory_reader_dev.h', 56 'c/dev/ppb_directory_reader_dev.h',
57 'c/dev/ppb_file_chooser_dev.h', 57 'c/dev/ppb_file_chooser_dev.h',
58 'c/dev/ppb_file_io_dev.h', 58 'c/dev/ppb_file_io_dev.h',
59 'c/dev/ppb_file_io_trusted_dev.h', 59 'c/dev/ppb_file_io_trusted_dev.h',
60 'c/dev/ppb_file_ref_dev.h', 60 'c/dev/ppb_file_ref_dev.h',
61 'c/dev/ppb_file_system_dev.h', 61 'c/dev/ppb_file_system_dev.h',
62 'c/dev/ppb_find_dev.h', 62 'c/dev/ppb_find_dev.h',
63 'c/dev/ppb_font_dev.h', 63 'c/dev/ppb_font_dev.h',
64 'c/dev/ppb_font_list_dev.h',
64 'c/dev/ppb_fullscreen_dev.h', 65 'c/dev/ppb_fullscreen_dev.h',
65 'c/dev/ppb_graphics_3d_dev.h', 66 'c/dev/ppb_graphics_3d_dev.h',
66 'c/dev/ppb_opengles_dev.h', 67 'c/dev/ppb_opengles_dev.h',
67 'c/dev/ppb_scrollbar_dev.h', 68 'c/dev/ppb_scrollbar_dev.h',
68 'c/dev/ppb_surface_3d_dev.h', 69 'c/dev/ppb_surface_3d_dev.h',
69 'c/dev/ppb_testing_dev.h', 70 'c/dev/ppb_testing_dev.h',
70 'c/dev/ppb_transport_dev.h', 71 'c/dev/ppb_transport_dev.h',
71 'c/dev/ppb_url_util_dev.h', 72 'c/dev/ppb_url_util_dev.h',
72 'c/dev/ppb_video_decoder_dev.h', 73 'c/dev/ppb_video_decoder_dev.h',
73 'c/dev/ppb_widget_dev.h', 74 'c/dev/ppb_widget_dev.h',
(...skipping 170 matching lines...) Expand 10 before | Expand all | Expand 10 after
244 }], 245 }],
245 ['OS=="mac"', { 246 ['OS=="mac"', {
246 'xcode_settings': { 247 'xcode_settings': {
247 'WARNING_CFLAGS': ['-Wextra', '-pedantic'], 248 'WARNING_CFLAGS': ['-Wextra', '-pedantic'],
248 }, 249 },
249 }] 250 }]
250 ], 251 ],
251 }, 252 },
252 ], 253 ],
253 } 254 }
OLDNEW
« no previous file with comments | « ppapi/c/dev/ppb_font_list_dev.h ('k') | ppapi/tests/all_c_includes.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698