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

Side by Side Diff: ppapi/ppapi.gyp

Issue 5233002: Add c/dev/ppb_widget_dev.h and cpp/non_thread_safe_ref_count.h to ppapi.gyp. ... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 10 years, 1 month 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/pp_stdint.h ('k') | ppapi/tests/test_c_includes.c » ('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 { 6 {
7 'variables': { 7 'variables': {
8 'chromium_code': 1, # Use higher warning level. 8 'chromium_code': 1, # Use higher warning level.
9 }, 9 },
10 'target_defaults': { 10 'target_defaults': {
(...skipping 73 matching lines...) Expand 10 before | Expand all | Expand 10 after
84 'c/dev/ppb_find_dev.h', 84 'c/dev/ppb_find_dev.h',
85 'c/dev/ppb_font_dev.h', 85 'c/dev/ppb_font_dev.h',
86 'c/dev/ppb_fullscreen_dev.h', 86 'c/dev/ppb_fullscreen_dev.h',
87 'c/dev/ppb_graphics_3d_dev.h', 87 'c/dev/ppb_graphics_3d_dev.h',
88 'c/dev/ppb_opengles_dev.h', 88 'c/dev/ppb_opengles_dev.h',
89 'c/dev/ppb_scrollbar_dev.h', 89 'c/dev/ppb_scrollbar_dev.h',
90 'c/dev/ppb_testing_dev.h', 90 'c/dev/ppb_testing_dev.h',
91 'c/dev/ppb_transport_dev.h', 91 'c/dev/ppb_transport_dev.h',
92 'c/dev/ppb_url_util_dev.h', 92 'c/dev/ppb_url_util_dev.h',
93 'c/dev/ppb_video_decoder_dev.h', 93 'c/dev/ppb_video_decoder_dev.h',
94 'c/dev/ppb_widget_dev.h',
94 'c/dev/ppb_zoom_dev.h', 95 'c/dev/ppb_zoom_dev.h',
95 'c/dev/ppp_cursor_control_dev.h', 96 'c/dev/ppp_cursor_control_dev.h',
96 'c/dev/ppp_find_dev.h', 97 'c/dev/ppp_find_dev.h',
97 'c/dev/ppp_graphics_3d_dev.h', 98 'c/dev/ppp_graphics_3d_dev.h',
98 'c/dev/ppp_scrollbar_dev.h', 99 'c/dev/ppp_scrollbar_dev.h',
99 'c/dev/ppp_selection_dev.h', 100 'c/dev/ppp_selection_dev.h',
100 'c/dev/ppp_printing_dev.h', 101 'c/dev/ppp_printing_dev.h',
101 'c/dev/ppp_widget_dev.h', 102 'c/dev/ppp_widget_dev.h',
102 'c/dev/ppp_zoom_dev.h', 103 'c/dev/ppp_zoom_dev.h',
103 104
(...skipping 24 matching lines...) Expand all
128 'cpp/graphics_2d.cc', 129 'cpp/graphics_2d.cc',
129 'cpp/graphics_2d.h', 130 'cpp/graphics_2d.h',
130 'cpp/image_data.cc', 131 'cpp/image_data.cc',
131 'cpp/image_data.h', 132 'cpp/image_data.h',
132 'cpp/instance.cc', 133 'cpp/instance.cc',
133 'cpp/instance.h', 134 'cpp/instance.h',
134 'cpp/logging.h', 135 'cpp/logging.h',
135 'cpp/module.cc', 136 'cpp/module.cc',
136 'cpp/module.h', 137 'cpp/module.h',
137 'cpp/module_impl.h', 138 'cpp/module_impl.h',
139 'cpp/non_thread_safe_ref_count.h',
138 'cpp/paint_aggregator.cc', 140 'cpp/paint_aggregator.cc',
139 'cpp/paint_aggregator.h', 141 'cpp/paint_aggregator.h',
140 'cpp/paint_manager.cc', 142 'cpp/paint_manager.cc',
141 'cpp/paint_manager.h', 143 'cpp/paint_manager.h',
142 'cpp/point.h', 144 'cpp/point.h',
143 'cpp/rect.cc', 145 'cpp/rect.cc',
144 'cpp/rect.h', 146 'cpp/rect.h',
145 'cpp/resource.cc', 147 'cpp/resource.cc',
146 'cpp/resource.h', 148 'cpp/resource.h',
147 'cpp/size.h', 149 'cpp/size.h',
(...skipping 269 matching lines...) Expand 10 before | Expand all | Expand 10 after
417 # Common test files. 419 # Common test files.
418 'tests/test_case.cc', 420 'tests/test_case.cc',
419 'tests/test_case.h', 421 'tests/test_case.h',
420 'tests/testing_instance.cc', 422 'tests/testing_instance.cc',
421 'tests/testing_instance.h', 423 'tests/testing_instance.h',
422 424
423 # Test cases. 425 # Test cases.
424 'tests/test_buffer.cc', 426 'tests/test_buffer.cc',
425 'tests/test_buffer.h', 427 'tests/test_buffer.h',
426 'tests/test_c_includes.c', 428 'tests/test_c_includes.c',
429 'tests/test_cc_includes.cc',
427 'tests/test_char_set.cc', 430 'tests/test_char_set.cc',
428 'tests/test_char_set.h', 431 'tests/test_char_set.h',
429 'tests/test_directory_reader.cc', 432 'tests/test_directory_reader.cc',
430 'tests/test_directory_reader.h', 433 'tests/test_directory_reader.h',
431 'tests/test_file_io.cc', 434 'tests/test_file_io.cc',
432 'tests/test_file_io.h', 435 'tests/test_file_io.h',
433 'tests/test_file_ref.cc', 436 'tests/test_file_ref.cc',
434 'tests/test_file_ref.h', 437 'tests/test_file_ref.h',
435 'tests/test_graphics_2d.cc', 438 'tests/test_graphics_2d.cc',
436 'tests/test_graphics_2d.h', 439 'tests/test_graphics_2d.h',
(...skipping 129 matching lines...) Expand 10 before | Expand all | Expand 10 after
566 ['OS=="win"', { 569 ['OS=="win"', {
567 }], 570 }],
568 ['OS=="linux"', { 571 ['OS=="linux"', {
569 }], 572 }],
570 ['OS=="mac"', { 573 ['OS=="mac"', {
571 }] 574 }]
572 ], 575 ],
573 }, 576 },
574 ], 577 ],
575 } 578 }
OLDNEW
« no previous file with comments | « ppapi/c/pp_stdint.h ('k') | ppapi/tests/test_c_includes.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698