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

Side by Side Diff: ppapi/ppapi_tests.gypi

Issue 7621010: Never submit: tentative Pepper IME. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: snapshot. Created 9 years, 3 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
« no previous file with comments | « ppapi/ppapi_shared.gypi ('k') | ppapi/proxy/dispatcher.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) 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 279 matching lines...) Expand 10 before | Expand all | Expand 10 after
290 'target_name': 'ppapi_example_graphics_2d', 290 'target_name': 'ppapi_example_graphics_2d',
291 'dependencies': [ 291 'dependencies': [
292 'ppapi_example_skeleton', 292 'ppapi_example_skeleton',
293 'ppapi.gyp:ppapi_c', 293 'ppapi.gyp:ppapi_c',
294 ], 294 ],
295 'sources': [ 295 'sources': [
296 'examples/2d/graphics_2d_example.c', 296 'examples/2d/graphics_2d_example.c',
297 ], 297 ],
298 }, 298 },
299 { 299 {
300 'target_name': 'ppapi_example_ime',
301 'dependencies': [
302 'ppapi_example_skeleton',
303 'ppapi.gyp:ppapi_cpp',
304 ],
305 'sources': [
306 'examples/ime/ime.cc',
307 ],
308 },
309 {
300 'target_name': 'ppapi_example_paint_manager', 310 'target_name': 'ppapi_example_paint_manager',
301 'dependencies': [ 311 'dependencies': [
302 'ppapi_example_skeleton', 312 'ppapi_example_skeleton',
303 'ppapi.gyp:ppapi_cpp', 313 'ppapi.gyp:ppapi_cpp',
304 ], 314 ],
305 'sources': [ 315 'sources': [
306 'examples/2d/paint_manager_example.cc', 316 'examples/2d/paint_manager_example.cc',
307 ], 317 ],
308 }, 318 },
309 { 319 {
(...skipping 49 matching lines...) Expand 10 before | Expand all | Expand 10 after
359 ], 369 ],
360 'sources': [ 370 'sources': [
361 'examples/gles2/gles2.cc', 371 'examples/gles2/gles2.cc',
362 'examples/gles2/testdata.h', 372 'examples/gles2/testdata.h',
363 ], 373 ],
364 }, 374 },
365 ], 375 ],
366 }] 376 }]
367 ] 377 ]
368 } 378 }
OLDNEW
« no previous file with comments | « ppapi/ppapi_shared.gypi ('k') | ppapi/proxy/dispatcher.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698