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

Side by Side Diff: ppapi/ppapi.gyp

Issue 5190004: This accomplishes a few things:... (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
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 31 matching lines...) Expand 10 before | Expand all | Expand 10 after
468 '_CRT_NONSTDC_NO_DEPRECATE', 471 '_CRT_NONSTDC_NO_DEPRECATE',
469 '_SCL_SECURE_NO_DEPRECATE', 472 '_SCL_SECURE_NO_DEPRECATE',
470 ], 473 ],
471 }], 474 }],
472 ['OS=="mac"', { 475 ['OS=="mac"', {
473 'mac_bundle': 1, 476 'mac_bundle': 1,
474 'product_name': 'ppapi_tests', 477 'product_name': 'ppapi_tests',
475 'product_extension': 'plugin', 478 'product_extension': 'plugin',
476 }], 479 }],
477 ], 480 ],
481 # TODO(dmichael): Figure out what is wrong with the script on Windows and add
482 # it as an automated action.
483 # 'actions': [
484 # {
485 # 'action_name': 'generate_ppapi_include_tests',
486 # 'inputs': [],
487 # 'outputs': [
488 # 'tests/test_c_includes.c',
489 # 'tests/test_cc_includes.cc',
490 # ],
491 # 'action': [
492 # '<!@(python generate_ppapi_include_tests.py)',
493 # ],
494 # },
495 # ],
478 }, 496 },
479 { 497 {
480 'target_name': 'ppapi_proxy', 498 'target_name': 'ppapi_proxy',
481 'type': 'static_library', 499 'type': 'static_library',
482 'dependencies': [ 500 'dependencies': [
483 '../ipc/ipc.gyp:ipc', 501 '../ipc/ipc.gyp:ipc',
484 'ppapi_c', 502 'ppapi_c',
485 ], 503 ],
486 'all_dependent_settings': { 504 'all_dependent_settings': {
487 'include_dirs': [ 505 'include_dirs': [
(...skipping 78 matching lines...) Expand 10 before | Expand all | Expand 10 after
566 ['OS=="win"', { 584 ['OS=="win"', {
567 }], 585 }],
568 ['OS=="linux"', { 586 ['OS=="linux"', {
569 }], 587 }],
570 ['OS=="mac"', { 588 ['OS=="mac"', {
571 }] 589 }]
572 ], 590 ],
573 }, 591 },
574 ], 592 ],
575 } 593 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698