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

Side by Side Diff: content/content_tests.gypi

Issue 1286983002: Save both original frame and output frame into files if the absolute differences is larger than the… Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 4 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
OLDNEW
1 # Copyright (c) 2013 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2013 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 'layouttest_support_content_sources': [ 7 'layouttest_support_content_sources': [
8 'public/test/layouttest_support.h', 8 'public/test/layouttest_support.h',
9 'public/test/nested_message_pump_android.cc', 9 'public/test/nested_message_pump_android.cc',
10 'public/test/nested_message_pump_android.h', 10 'public/test/nested_message_pump_android.h',
(...skipping 1724 matching lines...) Expand 10 before | Expand all | Expand 10 after
1735 { 1735 {
1736 'target_name': 'video_encode_accelerator_unittest', 1736 'target_name': 'video_encode_accelerator_unittest',
1737 'type': 'executable', 1737 'type': 'executable',
1738 'dependencies': [ 1738 'dependencies': [
1739 '../base/base.gyp:base', 1739 '../base/base.gyp:base',
1740 '../media/media.gyp:media', 1740 '../media/media.gyp:media',
1741 '../media/media.gyp:media_test_support', 1741 '../media/media.gyp:media_test_support',
1742 '../testing/gmock.gyp:gmock', 1742 '../testing/gmock.gyp:gmock',
1743 '../testing/gtest.gyp:gtest', 1743 '../testing/gtest.gyp:gtest',
1744 '../third_party/ffmpeg/ffmpeg.gyp:ffmpeg', 1744 '../third_party/ffmpeg/ffmpeg.gyp:ffmpeg',
1745 '../third_party/libyuv/libyuv.gyp:libyuv',
1745 '../ui/base/ui_base.gyp:ui_base', 1746 '../ui/base/ui_base.gyp:ui_base',
1746 '../ui/gfx/gfx.gyp:gfx', 1747 '../ui/gfx/gfx.gyp:gfx',
1747 '../ui/gfx/gfx.gyp:gfx_geometry', 1748 '../ui/gfx/gfx.gyp:gfx_geometry',
1748 '../ui/gfx/gfx.gyp:gfx_test_support', 1749 '../ui/gfx/gfx.gyp:gfx_test_support',
1749 '../ui/gl/gl.gyp:gl', 1750 '../ui/gl/gl.gyp:gl',
1750 '../ui/gl/gl.gyp:gl_test_support', 1751 '../ui/gl/gl.gyp:gl_test_support',
1751 'content.gyp:content', 1752 'content.gyp:content',
1752 ], 1753 ],
1753 'sources': [ 1754 'sources': [
1754 'common/gpu/media/video_accelerator_unittest_helpers.h', 1755 'common/gpu/media/video_accelerator_unittest_helpers.h',
(...skipping 348 matching lines...) Expand 10 before | Expand all | Expand 10 after
2103 ], 2104 ],
2104 }, 2105 },
2105 'includes': [ 2106 'includes': [
2106 '../build/host_jar.gypi', 2107 '../build/host_jar.gypi',
2107 ], 2108 ],
2108 }, 2109 },
2109 ], 2110 ],
2110 }], 2111 }],
2111 ], 2112 ],
2112 } 2113 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698