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

Side by Side Diff: ppapi/ppapi_sources.gypi

Issue 103993006: Add PPB_Alarms_Dev interface definition. (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 51 matching lines...) Expand 10 before | Expand all | Expand 10 after
62 'c/ppb_websocket.h', 62 'c/ppb_websocket.h',
63 'c/ppp.h', 63 'c/ppp.h',
64 'c/ppp_graphics_3d.h', 64 'c/ppp_graphics_3d.h',
65 'c/ppp_input_event.h', 65 'c/ppp_input_event.h',
66 'c/ppp_instance.h', 66 'c/ppp_instance.h',
67 'c/ppp_messaging.h', 67 'c/ppp_messaging.h',
68 'c/ppp_mouse_lock.h', 68 'c/ppp_mouse_lock.h',
69 69
70 # Dev interfaces. 70 # Dev interfaces.
71 'c/dev/pp_cursor_type_dev.h', 71 'c/dev/pp_cursor_type_dev.h',
72 'c/dev/pp_optional_structs_dev.h',
72 'c/dev/pp_video_dev.h', 73 'c/dev/pp_video_dev.h',
74 'c/dev/ppb_alarms_dev.h',
73 'c/dev/ppb_buffer_dev.h', 75 'c/dev/ppb_buffer_dev.h',
74 'c/dev/ppb_char_set_dev.h', 76 'c/dev/ppb_char_set_dev.h',
75 'c/dev/ppb_cursor_control_dev.h', 77 'c/dev/ppb_cursor_control_dev.h',
76 'c/dev/ppb_device_ref_dev.h', 78 'c/dev/ppb_device_ref_dev.h',
77 'c/dev/ppb_file_chooser_dev.h', 79 'c/dev/ppb_file_chooser_dev.h',
78 'c/dev/ppb_find_dev.h', 80 'c/dev/ppb_find_dev.h',
79 'c/dev/ppb_font_dev.h', 81 'c/dev/ppb_font_dev.h',
80 'c/dev/ppb_ime_input_event_dev.h', 82 'c/dev/ppb_ime_input_event_dev.h',
81 'c/dev/ppb_memory_dev.h', 83 'c/dev/ppb_memory_dev.h',
82 'c/dev/ppb_printing_dev.h', 84 'c/dev/ppb_printing_dev.h',
(...skipping 477 matching lines...) Expand 10 before | Expand all | Expand 10 after
560 'tests/test_x509_certificate_private.h', 562 'tests/test_x509_certificate_private.h',
561 563
562 # Deprecated test cases. 564 # Deprecated test cases.
563 'tests/test_instance_deprecated.cc', 565 'tests/test_instance_deprecated.cc',
564 'tests/test_instance_deprecated.h', 566 'tests/test_instance_deprecated.h',
565 'tests/test_var_deprecated.cc', 567 'tests/test_var_deprecated.cc',
566 'tests/test_var_deprecated.h', 568 'tests/test_var_deprecated.h',
567 ], 569 ],
568 }, 570 },
569 } 571 }
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