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

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: Address review comments Created 5 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
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 1742 matching lines...) Expand 10 before | Expand all | Expand 10 after
1753 ['chromeos==1', { 1753 ['chromeos==1', {
1754 'targets': [ 1754 'targets': [
1755 { 1755 {
1756 'target_name': 'video_encode_accelerator_unittest', 1756 'target_name': 'video_encode_accelerator_unittest',
1757 'type': 'executable', 1757 'type': 'executable',
1758 'dependencies': [ 1758 'dependencies': [
1759 '../base/base.gyp:base', 1759 '../base/base.gyp:base',
1760 '../media/media.gyp:media', 1760 '../media/media.gyp:media',
1761 '../media/media.gyp:media_test_support', 1761 '../media/media.gyp:media_test_support',
1762 '../testing/gtest.gyp:gtest', 1762 '../testing/gtest.gyp:gtest',
1763 '../third_party/ffmpeg/ffmpeg.gyp:ffmpeg',
wuchengli 2015/09/04 11:59:44 Why do we need this? for which include?
1763 '../ui/base/ui_base.gyp:ui_base', 1764 '../ui/base/ui_base.gyp:ui_base',
1764 '../ui/gfx/gfx.gyp:gfx', 1765 '../ui/gfx/gfx.gyp:gfx',
1765 '../ui/gfx/gfx.gyp:gfx_geometry', 1766 '../ui/gfx/gfx.gyp:gfx_geometry',
1766 '../ui/gfx/gfx.gyp:gfx_test_support', 1767 '../ui/gfx/gfx.gyp:gfx_test_support',
1767 '../ui/gl/gl.gyp:gl', 1768 '../ui/gl/gl.gyp:gl',
1768 '../ui/gl/gl.gyp:gl_test_support', 1769 '../ui/gl/gl.gyp:gl_test_support',
1769 'content.gyp:content', 1770 'content.gyp:content',
1770 ], 1771 ],
1771 'sources': [ 1772 'sources': [
1772 'common/gpu/media/video_accelerator_unittest_helpers.h', 1773 'common/gpu/media/video_accelerator_unittest_helpers.h',
(...skipping 354 matching lines...) Expand 10 before | Expand all | Expand 10 after
2127 ], 2128 ],
2128 }, 2129 },
2129 'includes': [ 2130 'includes': [
2130 '../build/host_jar.gypi', 2131 '../build/host_jar.gypi',
2131 ], 2132 ],
2132 }, 2133 },
2133 ], 2134 ],
2134 }], 2135 }],
2135 ], 2136 ],
2136 } 2137 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698