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

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: rebased to ToT r86339 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 3410 matching lines...) Expand 10 before | Expand all | Expand 10 after
3421 # '<(DEPTH)/content/gpu/gpu_video_decode_accelerator.cc', 3421 # '<(DEPTH)/content/gpu/gpu_video_decode_accelerator.cc',
3422 # '<(DEPTH)/content/gpu/gpu_video_decode_accelerator.h', 3422 # '<(DEPTH)/content/gpu/gpu_video_decode_accelerator.h',
3423 # '<(DEPTH)/content/gpu/gpu_video_decode_accelerator_tester.cc', 3423 # '<(DEPTH)/content/gpu/gpu_video_decode_accelerator_tester.cc',
3424 # '<(DEPTH)/media/video/picture.cc', 3424 # '<(DEPTH)/media/video/picture.cc',
3425 # '<(DEPTH)/media/video/picture.h', 3425 # '<(DEPTH)/media/video/picture.h',
3426 # '<(DEPTH)/media/video/video_decode_accelerator.cc', 3426 # '<(DEPTH)/media/video/video_decode_accelerator.cc',
3427 # '<(DEPTH)/media/video/video_decode_accelerator.h', 3427 # '<(DEPTH)/media/video/video_decode_accelerator.h',
3428 # '<(DEPTH)/ui/gfx/size.cc', 3428 # '<(DEPTH)/ui/gfx/size.cc',
3429 # '<(DEPTH)/ui/gfx/size.h', 3429 # '<(DEPTH)/ui/gfx/size.h',
3430 # ], 3430 # ],
3431 # 'conditions': [
3432 # ['target_arch=="arm"', {
3433 # 'sources': [
3434 # '<(DEPTH)/content/gpu/gles2_texture_to_egl_image_translator.cc',
3435 # '<(DEPTH)/content/gpu/gles2_texture_to_egl_image_translator.h',
3436 # '<(DEPTH)/content/gpu/omx_video_decode_accelerator.cc',
3437 # '<(DEPTH)/content/gpu/omx_video_decode_accelerator.h',
3438 # ],
3439 # 'link_settings': {
3440 # 'libraries': [
3441 # '-lEGL',
3442 # '-lGLESv2',
3443 # ],
3444 # },
3445 # }],
3446 # ],
3447 # }, 3431 # },
3448 { 3432 {
3449 'target_name': 'plugin_tests', 3433 'target_name': 'plugin_tests',
3450 'type': 'executable', 3434 'type': 'executable',
3451 'msvs_guid': 'A1CAA831-C507-4B2E-87F3-AEC63C9907F9', 3435 'msvs_guid': 'A1CAA831-C507-4B2E-87F3-AEC63C9907F9',
3452 'dependencies': [ 3436 'dependencies': [
3453 'chrome', 3437 'chrome',
3454 'chrome_resources', 3438 'chrome_resources',
3455 'chrome_strings', 3439 'chrome_strings',
3456 'test_support_common', 3440 'test_support_common',
(...skipping 534 matching lines...) Expand 10 before | Expand all | Expand 10 after
3991 ] 3975 ]
3992 }], # 'coverage!=0' 3976 }], # 'coverage!=0'
3993 ], # 'conditions' 3977 ], # 'conditions'
3994 } 3978 }
3995 3979
3996 # Local Variables: 3980 # Local Variables:
3997 # tab-width:2 3981 # tab-width:2
3998 # indent-tabs-mode:nil 3982 # indent-tabs-mode:nil
3999 # End: 3983 # End:
4000 # vim: set expandtab tabstop=2 shiftwidth=2: 3984 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « no previous file | content/common/gpu/DEPS » ('j') | content/common/gpu/gpu_video_decode_accelerator.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698