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

Side by Side Diff: ppapi/ppapi_tests.gypi

Issue 8365017: Convert the flash clipboard API to thunk system. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 2 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 | Annotate | Revision Log
OLDNEW
1 # Copyright (c) 2011 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2011 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 'targets': [ 6 'targets': [
7 { 7 {
8 'target_name': 'ppapi_example', 8 'target_name': 'ppapi_example',
9 'dependencies': [ 9 'dependencies': [
10 'ppapi.gyp:ppapi_cpp' 10 'ppapi.gyp:ppapi_cpp'
(...skipping 76 matching lines...) Expand 10 before | Expand all | Expand 10 after
87 'tests/test_core.h', 87 'tests/test_core.h',
88 'tests/test_crypto.cc', 88 'tests/test_crypto.cc',
89 'tests/test_crypto.h', 89 'tests/test_crypto.h',
90 'tests/test_cpp_includes.cc', 90 'tests/test_cpp_includes.cc',
91 'tests/test_cursor_control.cc', 91 'tests/test_cursor_control.cc',
92 'tests/test_cursor_control.h', 92 'tests/test_cursor_control.h',
93 'tests/test_directory_reader.cc', 93 'tests/test_directory_reader.cc',
94 'tests/test_directory_reader.h', 94 'tests/test_directory_reader.h',
95 'tests/test_fullscreen.cc', 95 'tests/test_fullscreen.cc',
96 'tests/test_fullscreen.h', 96 'tests/test_fullscreen.h',
97 'tests/test_flash_clipboard.cc',
viettrungluu 2011/10/20 23:41:01 Ditto, though there's a preexisting condition here
98 'tests/test_flash_clipboard.h',
97 'tests/test_flash_fullscreen.cc', 99 'tests/test_flash_fullscreen.cc',
98 'tests/test_flash_fullscreen.h', 100 'tests/test_flash_fullscreen.h',
99 'tests/test_file_io.cc', 101 'tests/test_file_io.cc',
100 'tests/test_file_io.h', 102 'tests/test_file_io.h',
101 'tests/test_file_ref.cc', 103 'tests/test_file_ref.cc',
102 'tests/test_file_ref.h', 104 'tests/test_file_ref.h',
103 'tests/test_file_system.cc', 105 'tests/test_file_system.cc',
104 'tests/test_file_system.h', 106 'tests/test_file_system.h',
105 'tests/test_graphics_2d.cc', 107 'tests/test_graphics_2d.cc',
106 'tests/test_graphics_2d.h', 108 'tests/test_graphics_2d.h',
(...skipping 294 matching lines...) Expand 10 before | Expand all | Expand 10 after
401 'lib/gl/include', 403 'lib/gl/include',
402 ], 404 ],
403 'sources': [ 405 'sources': [
404 'examples/video_capture/video_capture.cc', 406 'examples/video_capture/video_capture.cc',
405 ], 407 ],
406 }, 408 },
407 ], 409 ],
408 }] 410 }]
409 ] 411 ]
410 } 412 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698