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

Side by Side Diff: ppapi/ppapi_cpp.gypi

Issue 6611034: Pepper/Flapper: Add very basic clipboard support. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: minus string.h 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/private/ppb_flash_menu.h ('k') | webkit/glue/webkit_glue.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 64 matching lines...) Expand 10 before | Expand all | Expand 10 after
75 'c/dev/ppp_find_dev.h', 75 'c/dev/ppp_find_dev.h',
76 'c/dev/ppp_graphics_3d_dev.h', 76 'c/dev/ppp_graphics_3d_dev.h',
77 'c/dev/ppp_scrollbar_dev.h', 77 'c/dev/ppp_scrollbar_dev.h',
78 'c/dev/ppp_selection_dev.h', 78 'c/dev/ppp_selection_dev.h',
79 'c/dev/ppp_printing_dev.h', 79 'c/dev/ppp_printing_dev.h',
80 'c/dev/ppp_widget_dev.h', 80 'c/dev/ppp_widget_dev.h',
81 'c/dev/ppp_zoom_dev.h', 81 'c/dev/ppp_zoom_dev.h',
82 82
83 # Private interfaces. 83 # Private interfaces.
84 'c/private/ppb_flash.h', 84 'c/private/ppb_flash.h',
85 'c/private/ppb_flash_clipboard.h',
86 'c/private/ppb_flash_file.h',
85 'c/private/ppb_flash_menu.h', 87 'c/private/ppb_flash_menu.h',
86 'c/private/ppb_flash_net_connector.h', 88 'c/private/ppb_flash_net_connector.h',
87 'c/private/ppb_nacl_private.h', 89 'c/private/ppb_nacl_private.h',
88 'c/private/ppb_pdf.h', 90 'c/private/ppb_pdf.h',
89 'c/private/ppb_proxy_private.h', 91 'c/private/ppb_proxy_private.h',
90 92
91 # Deprecated interfaces. 93 # Deprecated interfaces.
92 'c/dev/deprecated_bool.h', 94 'c/dev/deprecated_bool.h',
93 'c/dev/ppb_var_deprecated.h', 95 'c/dev/ppb_var_deprecated.h',
94 'c/dev/ppp_class_deprecated.h', 96 'c/dev/ppp_class_deprecated.h',
(...skipping 146 matching lines...) Expand 10 before | Expand all | Expand 10 after
241 }], 243 }],
242 ['OS=="mac"', { 244 ['OS=="mac"', {
243 'xcode_settings': { 245 'xcode_settings': {
244 'WARNING_CFLAGS': ['-Wextra', '-pedantic'], 246 'WARNING_CFLAGS': ['-Wextra', '-pedantic'],
245 }, 247 },
246 }] 248 }]
247 ], 249 ],
248 }, 250 },
249 ], 251 ],
250 } 252 }
OLDNEW
« no previous file with comments | « ppapi/c/private/ppb_flash_menu.h ('k') | webkit/glue/webkit_glue.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698