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

Side by Side Diff: ppapi/ppapi_sources.gypi

Issue 1692623006: PPAPI: Remove PPB_Font_Dev. (try 2) (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Remove PPB_Font_Dev bits that snuck back in Created 4 years, 8 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
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_codecs.h', 10 'c/pp_codecs.h',
(...skipping 66 matching lines...) Expand 10 before | Expand all | Expand 10 after
77 'c/ppp_mouse_lock.h', 77 'c/ppp_mouse_lock.h',
78 78
79 # Dev interfaces. 79 # Dev interfaces.
80 'c/dev/pp_cursor_type_dev.h', 80 'c/dev/pp_cursor_type_dev.h',
81 'c/dev/pp_video_dev.h', 81 'c/dev/pp_video_dev.h',
82 'c/dev/ppb_buffer_dev.h', 82 'c/dev/ppb_buffer_dev.h',
83 'c/dev/ppb_char_set_dev.h', 83 'c/dev/ppb_char_set_dev.h',
84 'c/dev/ppb_cursor_control_dev.h', 84 'c/dev/ppb_cursor_control_dev.h',
85 'c/dev/ppb_device_ref_dev.h', 85 'c/dev/ppb_device_ref_dev.h',
86 'c/dev/ppb_file_chooser_dev.h', 86 'c/dev/ppb_file_chooser_dev.h',
87 'c/dev/ppb_font_dev.h',
88 'c/dev/ppb_ime_input_event_dev.h', 87 'c/dev/ppb_ime_input_event_dev.h',
89 'c/dev/ppb_memory_dev.h', 88 'c/dev/ppb_memory_dev.h',
90 'c/dev/ppb_printing_dev.h', 89 'c/dev/ppb_printing_dev.h',
91 'c/dev/ppb_text_input_dev.h', 90 'c/dev/ppb_text_input_dev.h',
92 'c/dev/ppb_truetype_font_dev.h', 91 'c/dev/ppb_truetype_font_dev.h',
93 'c/dev/ppb_url_util_dev.h', 92 'c/dev/ppb_url_util_dev.h',
94 'c/dev/ppb_video_decoder_dev.h', 93 'c/dev/ppb_video_decoder_dev.h',
95 'c/dev/ppp_network_state_dev.h', 94 'c/dev/ppp_network_state_dev.h',
96 'c/dev/ppp_text_input_dev.h', 95 'c/dev/ppp_text_input_dev.h',
97 'c/dev/ppp_video_decoder_dev.h', 96 'c/dev/ppp_video_decoder_dev.h',
(...skipping 469 matching lines...) Expand 10 before | Expand all | Expand 10 after
567 'tests/test_x509_certificate_private.h', 566 'tests/test_x509_certificate_private.h',
568 567
569 # Deprecated test cases. 568 # Deprecated test cases.
570 'tests/test_instance_deprecated.cc', 569 'tests/test_instance_deprecated.cc',
571 'tests/test_instance_deprecated.h', 570 'tests/test_instance_deprecated.h',
572 'tests/test_var_deprecated.cc', 571 'tests/test_var_deprecated.cc',
573 'tests/test_var_deprecated.h', 572 'tests/test_var_deprecated.h',
574 ], 573 ],
575 }, 574 },
576 } 575 }
OLDNEW
« no previous file with comments | « ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c ('k') | ppapi/proxy/interface_list.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698