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

Side by Side Diff: native_client_sdk/src/libraries/ppapi/library.dsc

Issue 171703003: NaCl SDK: Remove unsupported dev headers. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Sort library.dsc Created 6 years, 10 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
« no previous file with comments | « no previous file | native_client_sdk/src/libraries/ppapi_cpp/library.dsc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 { 1 {
2 'TOOLS': ['win', 'linux', 'mac'], 2 'TOOLS': ['win', 'linux', 'mac'],
3 'SEARCH': [ 3 'SEARCH': [
4 '.', 4 '.',
5 '../../../../ppapi/c', 5 '../../../../ppapi/c',
6 '../../../../ppapi/c/dev', 6 '../../../../ppapi/c/dev',
7 '../../../../ppapi/c/extensions/dev', 7 '../../../../ppapi/c/extensions/dev',
8 ], 8 ],
9 'TARGETS': [ 9 'TARGETS': [
10 { 10 {
(...skipping 74 matching lines...) Expand 10 before | Expand all | Expand 10 after
85 'pp_time.h', 85 'pp_time.h',
86 'pp_touch_point.h', 86 'pp_touch_point.h',
87 'pp_var.h', 87 'pp_var.h',
88 ], 88 ],
89 'DEST': 'include/ppapi/c', 89 'DEST': 'include/ppapi/c',
90 }, 90 },
91 { 91 {
92 'FILES': [ 92 'FILES': [
93 'deprecated_bool.h', 93 'deprecated_bool.h',
94 'ppb_alarms_dev.h', 94 'ppb_alarms_dev.h',
95 'ppb_audio_input_dev.h',
96 'ppb_buffer_dev.h',
97 'ppb_char_set_dev.h',
98 'ppb_crypto_dev.h',
99 'ppb_cursor_control_dev.h', 95 'ppb_cursor_control_dev.h',
100 'ppb_device_ref_dev.h',
101 'ppb_file_chooser_dev.h', 96 'ppb_file_chooser_dev.h',
102 'ppb_find_dev.h', 97 'ppb_find_dev.h',
103 'ppb_font_dev.h', 98 'ppb_font_dev.h',
104 'ppb_gles_chromium_texture_mapping_dev.h',
105 'ppb_graphics_2d_dev.h',
106 'ppb_ime_input_event_dev.h',
107 'ppb_memory_dev.h', 99 'ppb_memory_dev.h',
108 'ppb_opengles2ext_dev.h', 100 'ppb_opengles2ext_dev.h',
109 'ppb_printing_dev.h', 101 'ppb_printing_dev.h',
110 'ppb_scrollbar_dev.h',
111 'ppb_text_input_dev.h',
112 'ppb_trace_event_dev.h', 102 'ppb_trace_event_dev.h',
113 'ppb_truetype_font_dev.h', 103 'ppb_truetype_font_dev.h',
114 'ppb_url_util_dev.h',
115 'ppb_var_deprecated.h', 104 'ppb_var_deprecated.h',
116 'ppb_video_capture_dev.h',
117 'ppb_video_decoder_dev.h',
118 'ppb_view_dev.h', 105 'ppb_view_dev.h',
119 'ppb_widget_dev.h',
120 'ppb_zoom_dev.h', 106 'ppb_zoom_dev.h',
121 'pp_cursor_type_dev.h', 107 'pp_cursor_type_dev.h',
122 'pp_optional_structs_dev.h', 108 'pp_optional_structs_dev.h',
123 'ppp_class_deprecated.h', 109 'ppp_class_deprecated.h',
124 'ppp_find_dev.h', 110 'ppp_find_dev.h',
125 'ppp_network_state_dev.h', 111 'ppp_network_state_dev.h',
126 'ppp_printing_dev.h', 112 'ppp_printing_dev.h',
127 'pp_print_settings_dev.h', 113 'pp_print_settings_dev.h',
128 'ppp_scrollbar_dev.h', 114 'ppp_scrollbar_dev.h',
129 'ppp_selection_dev.h', 115 'ppp_selection_dev.h',
(...skipping 11 matching lines...) Expand all
141 'FILES': [ 127 'FILES': [
142 'ppb_ext_socket_dev.h', 128 'ppb_ext_socket_dev.h',
143 ], 129 ],
144 'DEST': 'include/ppapi/c/extensions/dev', 130 'DEST': 'include/ppapi/c/extensions/dev',
145 }, 131 },
146 ], 132 ],
147 'DEST': 'src', 133 'DEST': 'src',
148 'NAME': 'ppapi', 134 'NAME': 'ppapi',
149 } 135 }
150 136
OLDNEW
« no previous file with comments | « no previous file | native_client_sdk/src/libraries/ppapi_cpp/library.dsc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698