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

Side by Side Diff: chrome/chrome_tests.gypi

Issue 7057027: Updated OMX decoder for recent PPAPI changes, and added to the build. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Updated include guards. Created 9 years, 7 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 'variables' : { 6 'variables' : {
7 'pyautolib_sources': [ 7 'pyautolib_sources': [
8 'app/chrome_command_ids.h', 8 'app/chrome_command_ids.h',
9 'app/chrome_dll_resource.h', 9 'app/chrome_dll_resource.h',
10 'common/automation_constants.h', 10 'common/automation_constants.h',
(...skipping 3408 matching lines...) Expand 10 before | Expand all | Expand 10 after
3419 # '<(DEPTH)/content/gpu/gpu_video_decode_accelerator.cc', 3419 # '<(DEPTH)/content/gpu/gpu_video_decode_accelerator.cc',
3420 # '<(DEPTH)/content/gpu/gpu_video_decode_accelerator.h', 3420 # '<(DEPTH)/content/gpu/gpu_video_decode_accelerator.h',
3421 # '<(DEPTH)/content/gpu/gpu_video_decode_accelerator_tester.cc', 3421 # '<(DEPTH)/content/gpu/gpu_video_decode_accelerator_tester.cc',
3422 # '<(DEPTH)/media/video/picture.cc', 3422 # '<(DEPTH)/media/video/picture.cc',
3423 # '<(DEPTH)/media/video/picture.h', 3423 # '<(DEPTH)/media/video/picture.h',
3424 # '<(DEPTH)/media/video/video_decode_accelerator.cc', 3424 # '<(DEPTH)/media/video/video_decode_accelerator.cc',
3425 # '<(DEPTH)/media/video/video_decode_accelerator.h', 3425 # '<(DEPTH)/media/video/video_decode_accelerator.h',
3426 # '<(DEPTH)/ui/gfx/size.cc', 3426 # '<(DEPTH)/ui/gfx/size.cc',
3427 # '<(DEPTH)/ui/gfx/size.h', 3427 # '<(DEPTH)/ui/gfx/size.h',
3428 # ], 3428 # ],
3429 # 'conditions': [
3430 # ['target_arch=="arm"', {
3431 # 'sources': [
3432 # '<(DEPTH)/content/gpu/gles2_texture_to_egl_image_translator.cc',
3433 # '<(DEPTH)/content/gpu/gles2_texture_to_egl_image_translator.h',
3434 # '<(DEPTH)/content/gpu/omx_video_decode_accelerator.cc',
3435 # '<(DEPTH)/content/gpu/omx_video_decode_accelerator.h',
3436 # ],
3437 # 'link_settings': {
3438 # 'libraries': [
3439 # '-lEGL',
3440 # '-lGLESv2',
3441 # ],
3442 # },
3443 # }],
3444 # ],
3445 # }, 3429 # },
3446 { 3430 {
3447 'target_name': 'plugin_tests', 3431 'target_name': 'plugin_tests',
3448 'type': 'executable', 3432 'type': 'executable',
3449 'msvs_guid': 'A1CAA831-C507-4B2E-87F3-AEC63C9907F9', 3433 'msvs_guid': 'A1CAA831-C507-4B2E-87F3-AEC63C9907F9',
3450 'dependencies': [ 3434 'dependencies': [
3451 'chrome', 3435 'chrome',
3452 'chrome_resources', 3436 'chrome_resources',
3453 'chrome_strings', 3437 'chrome_strings',
3454 'test_support_common', 3438 'test_support_common',
(...skipping 534 matching lines...) Expand 10 before | Expand all | Expand 10 after
3989 ] 3973 ]
3990 }], # 'coverage!=0' 3974 }], # 'coverage!=0'
3991 ], # 'conditions' 3975 ], # 'conditions'
3992 } 3976 }
3993 3977
3994 # Local Variables: 3978 # Local Variables:
3995 # tab-width:2 3979 # tab-width:2
3996 # indent-tabs-mode:nil 3980 # indent-tabs-mode:nil
3997 # End: 3981 # End:
3998 # vim: set expandtab tabstop=2 shiftwidth=2: 3982 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « no previous file | content/common/gpu/DEPS » ('j') | content/common/gpu/omx_video_decode_accelerator.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698