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

Unified 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « content/browser/aura/image_transport_factory_browsertest.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/content_tests.gypi
diff --git a/content/content_tests.gypi b/content/content_tests.gypi
index f3c3daff0d8867fad2785b6b228fdfbc3a35441c..a60f28414b4670da68b14c885e8f654d10335e74 100644
--- a/content/content_tests.gypi
+++ b/content/content_tests.gypi
@@ -859,6 +859,7 @@
'browser/accessibility/accessibility_win_browsertest.cc',
'browser/accessibility/cross_platform_accessibility_browsertest.cc',
'browser/accessibility/dump_accessibility_tree_browsertest.cc',
+ 'browser/aura/image_transport_factory_browsertest.cc',
'browser/bookmarklet_browsertest.cc',
'browser/browser_plugin/browser_plugin_host_browsertest.cc',
'browser/browser_plugin/test_browser_plugin_embedder.cc',
@@ -1030,6 +1031,10 @@
'browser/plugin_browsertest.cc',
'browser/renderer_host/render_widget_host_view_win_browsertest.cc',
],
+ }, {
+ 'sources/': [
+ ['exclude', '^browser/aura/'],
+ ],
}],
['OS!="android" and OS!="ios"', {
# npapi test plugin doesn't build on android or ios
« 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