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

Side by Side Diff: content/content_tests.gypi

Issue 942973002: Revert of Test that visual state callbacks do not deadlock. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@breakSwapIfNoUpdates
Patch Set: Created 5 years, 10 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
« no previous file with comments | « no previous file | content/renderer/visual_state_browsertest.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) 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 236 matching lines...) Expand 10 before | Expand all | Expand 10 after
247 'child/site_isolation_policy_browsertest.cc', 247 'child/site_isolation_policy_browsertest.cc',
248 'child/child_discardable_shared_memory_manager_browsertest.cc', 248 'child/child_discardable_shared_memory_manager_browsertest.cc',
249 'renderer/accessibility/renderer_accessibility_browsertest.cc', 249 'renderer/accessibility/renderer_accessibility_browsertest.cc',
250 'renderer/devtools/v8_sampling_profiler_browsertest.cc', 250 'renderer/devtools/v8_sampling_profiler_browsertest.cc',
251 'renderer/gin_browsertest.cc', 251 'renderer/gin_browsertest.cc',
252 'renderer/mouse_lock_dispatcher_browsertest.cc', 252 'renderer/mouse_lock_dispatcher_browsertest.cc',
253 'renderer/render_thread_impl_browsertest.cc', 253 'renderer/render_thread_impl_browsertest.cc',
254 'renderer/render_view_browsertest.cc', 254 'renderer/render_view_browsertest.cc',
255 'renderer/render_view_browsertest_mac.mm', 255 'renderer/render_view_browsertest_mac.mm',
256 'renderer/render_widget_browsertest.cc', 256 'renderer/render_widget_browsertest.cc',
257 'renderer/visual_state_browsertest.cc',
258 'test/accessibility_browser_test_utils.cc', 257 'test/accessibility_browser_test_utils.cc',
259 'test/accessibility_browser_test_utils.h', 258 'test/accessibility_browser_test_utils.h',
260 'test/browser_test_utils_browsertest.cc', 259 'test/browser_test_utils_browsertest.cc',
261 'test/content_browser_test_test.cc', 260 'test/content_browser_test_test.cc',
262 'test/webui_resource_browsertest.cc', 261 'test/webui_resource_browsertest.cc',
263 262
264 ], 263 ],
265 'content_browsertests_android_sources': [ 264 'content_browsertests_android_sources': [
266 'browser/accessibility/android_granularity_movement_browsertest.cc', 265 'browser/accessibility/android_granularity_movement_browsertest.cc',
267 'browser/accessibility/android_hit_testing_browsertest.cc', 266 'browser/accessibility/android_hit_testing_browsertest.cc',
(...skipping 1318 matching lines...) Expand 10 before | Expand all | Expand 10 after
1586 ['exclude', '^common/gpu/media/rendering_helper.h'], 1585 ['exclude', '^common/gpu/media/rendering_helper.h'],
1587 ['exclude', '^common/gpu/media/rendering_helper.cc'], 1586 ['exclude', '^common/gpu/media/rendering_helper.cc'],
1588 ['exclude', '^common/gpu/media/video_decode_accelerator_unitte st.cc'], 1587 ['exclude', '^common/gpu/media/video_decode_accelerator_unitte st.cc'],
1589 ], 1588 ],
1590 'dependencies': [ 1589 'dependencies': [
1591 '../media/media.gyp:player_android', 1590 '../media/media.gyp:player_android',
1592 '../testing/gmock.gyp:gmock', 1591 '../testing/gmock.gyp:gmock',
1593 '../testing/android/native_test.gyp:native_test_native_code', 1592 '../testing/android/native_test.gyp:native_test_native_code',
1594 '../gpu/gpu.gyp:gpu_unittest_utils', 1593 '../gpu/gpu.gyp:gpu_unittest_utils',
1595 ], 1594 ],
1596 }, { # OS!="android" 1595 }, { # OS!="android"
1597 'sources/': [ 1596 'sources/': [
1598 ['exclude', '^common/gpu/media/android_video_decode_accelerato r_unittest.cc'], 1597 ['exclude', '^common/gpu/media/android_video_decode_accelerato r_unittest.cc'],
1599 ], 1598 ],
1600 }], 1599 }],
1601 ['OS=="win"', { 1600 ['OS=="win"', {
1602 'dependencies': [ 1601 'dependencies': [
1603 '<(angle_path)/src/angle.gyp:libEGL', 1602 '<(angle_path)/src/angle.gyp:libEGL',
1604 '<(angle_path)/src/angle.gyp:libGLESv2', 1603 '<(angle_path)/src/angle.gyp:libGLESv2',
1605 ], 1604 ],
1606 }], 1605 }],
(...skipping 10 matching lines...) Expand all
1617 ], 1616 ],
1618 }], 1617 }],
1619 ['use_x11==1', { 1618 ['use_x11==1', {
1620 'dependencies': [ 1619 'dependencies': [
1621 '../build/linux/system.gyp:x11', # Used by rendering_helper.c c 1620 '../build/linux/system.gyp:x11', # Used by rendering_helper.c c
1622 '../ui/gfx/x/gfx_x11.gyp:gfx_x11', 1621 '../ui/gfx/x/gfx_x11.gyp:gfx_x11',
1623 ], 1622 ],
1624 }], 1623 }],
1625 ['use_ozone==1 and chromeos==1', { 1624 ['use_ozone==1 and chromeos==1', {
1626 'dependencies': [ 1625 'dependencies': [
1627 '../ui/display/display.gyp:display', # Used by rendering_help er.cc 1626 '../ui/display/display.gyp:display', # Used by rendering_helpe r.cc
1628 '../ui/ozone/ozone.gyp:ozone', # Used by rendering_helper.cc 1627 '../ui/ozone/ozone.gyp:ozone', # Used by rendering_helpe r.cc
1629 ], 1628 ],
1630 }], 1629 }],
1631 ], 1630 ],
1632 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations. 1631 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations.
1633 'msvs_disabled_warnings': [ 4267, ], 1632 'msvs_disabled_warnings': [ 4267, ],
1634 }, 1633 },
1635 ] 1634 ]
1636 }], 1635 }],
1637 ['chromeos==1 and target_arch != "arm"', { 1636 ['chromeos==1 and target_arch != "arm"', {
1638 'targets': [ 1637 'targets': [
(...skipping 350 matching lines...) Expand 10 before | Expand all | Expand 10 after
1989 '../media/media.gyp:media_test_support', 1988 '../media/media.gyp:media_test_support',
1990 '../net/net.gyp:net_java', 1989 '../net/net.gyp:net_java',
1991 '../net/net.gyp:net_javatests', 1990 '../net/net.gyp:net_javatests',
1992 '../net/net.gyp:net_java_test_support', 1991 '../net/net.gyp:net_java_test_support',
1993 '../third_party/mojo/mojo_public.gyp:mojo_public_test_interfaces', 1992 '../third_party/mojo/mojo_public.gyp:mojo_public_test_interfaces',
1994 ], 1993 ],
1995 'variables': { 1994 'variables': {
1996 'apk_name': 'ContentShellTest', 1995 'apk_name': 'ContentShellTest',
1997 'java_in_dir': 'shell/android/javatests', 1996 'java_in_dir': 'shell/android/javatests',
1998 'resource_dir': 'shell/android/shell_apk/res', 1997 'resource_dir': 'shell/android/shell_apk/res',
1999 'additional_src_dirs': ['public/android/javatests/', ], 1998 'additional_src_dirs': ['public/android/javatests/',],
2000 'is_test_apk': 1, 1999 'is_test_apk': 1,
2001 }, 2000 },
2002 'includes': [ '../build/java_apk.gypi' ], 2001 'includes': [ '../build/java_apk.gypi' ],
2003 }, 2002 },
2004 ], 2003 ],
2005 }], 2004 }],
2006 ['OS!="android" and OS!="ios" and OS!="linux"', { 2005 ['OS!="android" and OS!="ios" and OS!="linux"', {
2007 # npapi test plugin doesn't build on android or ios 2006 # npapi test plugin doesn't build on android or ios
2008 'targets': [ 2007 'targets': [
2009 { 2008 {
(...skipping 132 matching lines...) Expand 10 before | Expand all | Expand 10 after
2142 'files': ['<(PRODUCT_DIR)/libnpapi_test_plugin.so'], 2141 'files': ['<(PRODUCT_DIR)/libnpapi_test_plugin.so'],
2143 }, 2142 },
2144 ], 2143 ],
2145 }], 2144 }],
2146 ], 2145 ],
2147 }, 2146 },
2148 ], 2147 ],
2149 }], 2148 }],
2150 ], 2149 ],
2151 } 2150 }
OLDNEW
« no previous file with comments | « no previous file | content/renderer/visual_state_browsertest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698