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

Side by Side Diff: content/content_tests.gypi

Issue 25367003: aura: Attach lost context callback to the shared main thread context (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: add test Created 7 years, 2 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
« no previous file with comments | « content/browser/aura/image_transport_factory_browsertest.cc ('k') | no next file » | 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 'targets': [ 6 'targets': [
7 { 7 {
8 'target_name': 'test_support_content', 8 'target_name': 'test_support_content',
9 'type': 'static_library', 9 'type': 'static_library',
10 'defines!': ['CONTENT_IMPLEMENTATION'], 10 'defines!': ['CONTENT_IMPLEMENTATION'],
(...skipping 841 matching lines...) Expand 10 before | Expand all | Expand 10 after
852 'includes': [ 852 'includes': [
853 'browser/gpu/test_support_gpu.gypi', 853 'browser/gpu/test_support_gpu.gypi',
854 ], 854 ],
855 'defines': [ 855 'defines': [
856 'HAS_OUT_OF_PROC_TEST_RUNNER', 856 'HAS_OUT_OF_PROC_TEST_RUNNER',
857 ], 857 ],
858 'sources': [ 858 'sources': [
859 'browser/accessibility/accessibility_win_browsertest.cc', 859 'browser/accessibility/accessibility_win_browsertest.cc',
860 'browser/accessibility/cross_platform_accessibility_browsertest.cc', 860 'browser/accessibility/cross_platform_accessibility_browsertest.cc',
861 'browser/accessibility/dump_accessibility_tree_browsertest.cc', 861 'browser/accessibility/dump_accessibility_tree_browsertest.cc',
862 'browser/aura/image_transport_factory_browsertest.cc',
862 'browser/bookmarklet_browsertest.cc', 863 'browser/bookmarklet_browsertest.cc',
863 'browser/browser_plugin/browser_plugin_host_browsertest.cc', 864 'browser/browser_plugin/browser_plugin_host_browsertest.cc',
864 'browser/browser_plugin/test_browser_plugin_embedder.cc', 865 'browser/browser_plugin/test_browser_plugin_embedder.cc',
865 'browser/browser_plugin/test_browser_plugin_embedder.h', 866 'browser/browser_plugin/test_browser_plugin_embedder.h',
866 'browser/browser_plugin/test_browser_plugin_guest.cc', 867 'browser/browser_plugin/test_browser_plugin_guest.cc',
867 'browser/browser_plugin/test_browser_plugin_guest.h', 868 'browser/browser_plugin/test_browser_plugin_guest.h',
868 'browser/browser_plugin/test_browser_plugin_guest_delegate.cc', 869 'browser/browser_plugin/test_browser_plugin_guest_delegate.cc',
869 'browser/browser_plugin/test_browser_plugin_guest_delegate.h', 870 'browser/browser_plugin/test_browser_plugin_guest_delegate.h',
870 'browser/browser_plugin/test_browser_plugin_guest_manager.cc', 871 'browser/browser_plugin/test_browser_plugin_guest_manager.cc',
871 'browser/browser_plugin/test_browser_plugin_guest_manager.h', 872 'browser/browser_plugin/test_browser_plugin_guest_manager.h',
(...skipping 151 matching lines...) Expand 10 before | Expand all | Expand 10 after
1023 'renderer/external_popup_menu_browsertest.cc', 1024 'renderer/external_popup_menu_browsertest.cc',
1024 ], 1025 ],
1025 }], 1026 }],
1026 ['use_aura==1', { 1027 ['use_aura==1', {
1027 'sources!': [ 1028 'sources!': [
1028 'browser/accessibility/accessibility_win_browsertest.cc', 1029 'browser/accessibility/accessibility_win_browsertest.cc',
1029 'browser/accessibility/dump_accessibility_tree_browsertest.cc', 1030 'browser/accessibility/dump_accessibility_tree_browsertest.cc',
1030 'browser/plugin_browsertest.cc', 1031 'browser/plugin_browsertest.cc',
1031 'browser/renderer_host/render_widget_host_view_win_browsertest.c c', 1032 'browser/renderer_host/render_widget_host_view_win_browsertest.c c',
1032 ], 1033 ],
1034 }, {
1035 'sources/': [
1036 ['exclude', '^browser/aura/'],
1037 ],
1033 }], 1038 }],
1034 ['OS!="android" and OS!="ios"', { 1039 ['OS!="android" and OS!="ios"', {
1035 # npapi test plugin doesn't build on android or ios 1040 # npapi test plugin doesn't build on android or ios
1036 'dependencies': [ 1041 'dependencies': [
1037 # Runtime dependencies 1042 # Runtime dependencies
1038 'copy_npapi_test_plugin', 1043 'copy_npapi_test_plugin',
1039 ], 1044 ],
1040 }], 1045 }],
1041 ['enable_webrtc==1', { 1046 ['enable_webrtc==1', {
1042 'sources': [ 1047 'sources': [
(...skipping 465 matching lines...) Expand 10 before | Expand all | Expand 10 after
1508 'files': ['<(PRODUCT_DIR)/libnpapi_test_plugin.so'], 1513 'files': ['<(PRODUCT_DIR)/libnpapi_test_plugin.so'],
1509 }, 1514 },
1510 ], 1515 ],
1511 }], 1516 }],
1512 ], 1517 ],
1513 }, 1518 },
1514 ], 1519 ],
1515 }], 1520 }],
1516 ], 1521 ],
1517 } 1522 }
OLDNEW
« no previous file with comments | « content/browser/aura/image_transport_factory_browsertest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698