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

Side by Side Diff: ppapi/ppapi_sources.gypi

Issue 103093004: Remove PPB_Ext_Alarms_Dev and PPB_Ext_Events_Dev. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 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/ppapi_shared.gypi ('k') | ppapi/proxy/interface_list.cc » ('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) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 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 'variables': { 6 'variables': {
7 'c_source_files': [ 7 'c_source_files': [
8 'c/pp_array_output.h', 8 'c/pp_array_output.h',
9 'c/pp_bool.h', 9 'c/pp_bool.h',
10 'c/pp_completion_callback.h', 10 'c/pp_completion_callback.h',
(...skipping 125 matching lines...) Expand 10 before | Expand all | Expand 10 after
136 'c/dev/ppp_class_deprecated.h', 136 'c/dev/ppp_class_deprecated.h',
137 137
138 # Trusted interfaces. 138 # Trusted interfaces.
139 'c/trusted/ppb_broker_trusted.h', 139 'c/trusted/ppb_broker_trusted.h',
140 'c/trusted/ppb_browser_font_trusted.h', 140 'c/trusted/ppb_browser_font_trusted.h',
141 'c/trusted/ppb_file_chooser_trusted.h', 141 'c/trusted/ppb_file_chooser_trusted.h',
142 'c/trusted/ppb_url_loader_trusted.h', 142 'c/trusted/ppb_url_loader_trusted.h',
143 'c/trusted/ppp_broker.h', 143 'c/trusted/ppp_broker.h',
144 144
145 # Extensions dev interfaces. 145 # Extensions dev interfaces.
146 'c/extensions/dev/ppb_ext_alarms_dev.h',
147 'c/extensions/dev/ppb_ext_events_dev.h',
148 'c/extensions/dev/ppb_ext_socket_dev.h', 146 'c/extensions/dev/ppb_ext_socket_dev.h',
149 ], 147 ],
150 'cpp_source_files': [ 148 'cpp_source_files': [
151 'cpp/array_output.cc', 149 'cpp/array_output.cc',
152 'cpp/array_output.h', 150 'cpp/array_output.h',
153 'cpp/audio.cc', 151 'cpp/audio.cc',
154 'cpp/audio.h', 152 'cpp/audio.h',
155 'cpp/audio_config.cc', 153 'cpp/audio_config.cc',
156 'cpp/audio_config.h', 154 'cpp/audio_config.h',
157 'cpp/completion_callback.h', 155 'cpp/completion_callback.h',
(...skipping 195 matching lines...) Expand 10 before | Expand all | Expand 10 after
353 'cpp/private/x509_certificate_private.h', 351 'cpp/private/x509_certificate_private.h',
354 352
355 # Trusted interfaces. 353 # Trusted interfaces.
356 'cpp/trusted/browser_font_trusted.cc', 354 'cpp/trusted/browser_font_trusted.cc',
357 'cpp/trusted/browser_font_trusted.h', 355 'cpp/trusted/browser_font_trusted.h',
358 'cpp/trusted/file_chooser_trusted.cc', 356 'cpp/trusted/file_chooser_trusted.cc',
359 'cpp/trusted/file_chooser_trusted.h', 357 'cpp/trusted/file_chooser_trusted.h',
360 358
361 # Extensions interfaces. 359 # Extensions interfaces.
362 'cpp/extensions/dict_field.h', 360 'cpp/extensions/dict_field.h',
363 'cpp/extensions/event_base.cc',
364 'cpp/extensions/event_base.h',
365 'cpp/extensions/ext_output_traits.h', 361 'cpp/extensions/ext_output_traits.h',
366 'cpp/extensions/from_var_converter.h', 362 'cpp/extensions/from_var_converter.h',
367 'cpp/extensions/optional.h', 363 'cpp/extensions/optional.h',
368 'cpp/extensions/to_var_converter.h', 364 'cpp/extensions/to_var_converter.h',
369 365
370 # Extensions dev interfaces. 366 # Extensions dev interfaces.
371 'cpp/extensions/dev/alarms_dev.cc',
372 'cpp/extensions/dev/alarms_dev.h',
373 'cpp/extensions/dev/events_dev.cc',
374 'cpp/extensions/dev/events_dev.h',
375 'cpp/extensions/dev/socket_dev.cc', 367 'cpp/extensions/dev/socket_dev.cc',
376 'cpp/extensions/dev/socket_dev.h', 368 'cpp/extensions/dev/socket_dev.h',
377 369
378 # Utility sources. 370 # Utility sources.
379 'utility/completion_callback_factory.h', 371 'utility/completion_callback_factory.h',
380 'utility/completion_callback_factory_thread_traits.h', 372 'utility/completion_callback_factory_thread_traits.h',
381 'utility/graphics/paint_aggregator.cc', 373 'utility/graphics/paint_aggregator.cc',
382 'utility/graphics/paint_aggregator.h', 374 'utility/graphics/paint_aggregator.h',
383 'utility/graphics/paint_manager.cc', 375 'utility/graphics/paint_manager.cc',
384 'utility/graphics/paint_manager.h', 376 'utility/graphics/paint_manager.h',
(...skipping 183 matching lines...) Expand 10 before | Expand all | Expand 10 after
568 'tests/test_x509_certificate_private.h', 560 'tests/test_x509_certificate_private.h',
569 561
570 # Deprecated test cases. 562 # Deprecated test cases.
571 'tests/test_instance_deprecated.cc', 563 'tests/test_instance_deprecated.cc',
572 'tests/test_instance_deprecated.h', 564 'tests/test_instance_deprecated.h',
573 'tests/test_var_deprecated.cc', 565 'tests/test_var_deprecated.cc',
574 'tests/test_var_deprecated.h', 566 'tests/test_var_deprecated.h',
575 ], 567 ],
576 }, 568 },
577 } 569 }
OLDNEW
« no previous file with comments | « ppapi/ppapi_shared.gypi ('k') | ppapi/proxy/interface_list.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698