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

Side by Side Diff: ppapi/ppapi.gyp

Issue 6255001: Move webkit/plugins/ppapi/ppb_pdf.h to ppapi/c/private. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 9 years, 11 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_pdf.h ('k') | ppapi/proxy/DEPS » ('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 88 matching lines...) Expand 10 before | Expand all | Expand 10 after
99 'c/dev/ppp_graphics_3d_dev.h', 99 'c/dev/ppp_graphics_3d_dev.h',
100 'c/dev/ppp_scrollbar_dev.h', 100 'c/dev/ppp_scrollbar_dev.h',
101 'c/dev/ppp_selection_dev.h', 101 'c/dev/ppp_selection_dev.h',
102 'c/dev/ppp_printing_dev.h', 102 'c/dev/ppp_printing_dev.h',
103 'c/dev/ppp_widget_dev.h', 103 'c/dev/ppp_widget_dev.h',
104 'c/dev/ppp_zoom_dev.h', 104 'c/dev/ppp_zoom_dev.h',
105 105
106 # Private interfaces. 106 # Private interfaces.
107 'c/private/ppb_flash.h', 107 'c/private/ppb_flash.h',
108 'c/private/ppb_nacl_private.h', 108 'c/private/ppb_nacl_private.h',
109 'c/private/ppb_pdf.h',
109 110
110 # Deprecated interfaces. 111 # Deprecated interfaces.
111 'c/dev/deprecated_bool.h', 112 'c/dev/deprecated_bool.h',
112 'c/dev/ppb_var_deprecated.h', 113 'c/dev/ppb_var_deprecated.h',
113 'c/dev/ppp_class_deprecated.h', 114 'c/dev/ppp_class_deprecated.h',
114 115
115 # Trusted interfaces. 116 # Trusted interfaces.
116 'c/trusted/ppb_image_data_trusted.h', 117 'c/trusted/ppb_image_data_trusted.h',
117 'c/trusted/ppb_url_loader_trusted.h', 118 'c/trusted/ppb_url_loader_trusted.h',
118 ], 119 ],
(...skipping 560 matching lines...) Expand 10 before | Expand all | Expand 10 after
679 ['OS=="win"', { 680 ['OS=="win"', {
680 }], 681 }],
681 ['OS=="linux"', { 682 ['OS=="linux"', {
682 }], 683 }],
683 ['OS=="mac"', { 684 ['OS=="mac"', {
684 }] 685 }]
685 ], 686 ],
686 }, 687 },
687 ], 688 ],
688 } 689 }
OLDNEW
« no previous file with comments | « ppapi/c/private/ppb_pdf.h ('k') | ppapi/proxy/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698