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

Side by Side Diff: ppapi/ppapi.gyp

Issue 5897004: Add stub PPAPI for launching NaCl's sel_ldr process. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Add stub PPAPI for launching NaCl's sel_ldr process.... Created 10 years 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_nacl_util_private.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 'includes': [ 6 'includes': [
7 '../third_party/mesa/mesa.gypi', 7 '../third_party/mesa/mesa.gypi',
8 ], 8 ],
9 'variables': { 9 'variables': {
10 'chromium_code': 1, # Use higher warning level. 10 'chromium_code': 1, # Use higher warning level.
(...skipping 82 matching lines...) Expand 10 before | Expand all | Expand 10 after
93 'c/dev/ppb_zoom_dev.h', 93 'c/dev/ppb_zoom_dev.h',
94 'c/dev/ppp_cursor_control_dev.h', 94 'c/dev/ppp_cursor_control_dev.h',
95 'c/dev/ppp_find_dev.h', 95 'c/dev/ppp_find_dev.h',
96 'c/dev/ppp_graphics_3d_dev.h', 96 'c/dev/ppp_graphics_3d_dev.h',
97 'c/dev/ppp_scrollbar_dev.h', 97 'c/dev/ppp_scrollbar_dev.h',
98 'c/dev/ppp_selection_dev.h', 98 'c/dev/ppp_selection_dev.h',
99 'c/dev/ppp_printing_dev.h', 99 'c/dev/ppp_printing_dev.h',
100 'c/dev/ppp_widget_dev.h', 100 'c/dev/ppp_widget_dev.h',
101 'c/dev/ppp_zoom_dev.h', 101 'c/dev/ppp_zoom_dev.h',
102 102
103 # Private interfaces.
104 'c/private/ppb_nacl_util_private.h',
105
103 # Deprecated interfaces. 106 # Deprecated interfaces.
104 'c/dev/deprecated_bool.h', 107 'c/dev/deprecated_bool.h',
105 'c/dev/ppb_var_deprecated.h', 108 'c/dev/ppb_var_deprecated.h',
106 'c/dev/ppp_class_deprecated.h', 109 'c/dev/ppp_class_deprecated.h',
107 110
108 # Trusted interfaces. 111 # Trusted interfaces.
109 'c/trusted/ppb_image_data_trusted.h', 112 'c/trusted/ppb_image_data_trusted.h',
110 'c/trusted/ppb_url_loader_trusted.h', 113 'c/trusted/ppb_url_loader_trusted.h',
111 ], 114 ],
112 }, 115 },
(...skipping 553 matching lines...) Expand 10 before | Expand all | Expand 10 after
666 ['OS=="win"', { 669 ['OS=="win"', {
667 }], 670 }],
668 ['OS=="linux"', { 671 ['OS=="linux"', {
669 }], 672 }],
670 ['OS=="mac"', { 673 ['OS=="mac"', {
671 }] 674 }]
672 ], 675 ],
673 }, 676 },
674 ], 677 ],
675 } 678 }
OLDNEW
« no previous file with comments | « ppapi/c/private/ppb_nacl_util_private.h ('k') | webkit/glue/webkit_glue.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698