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

Unified Diff: content/content_tests.gypi

Issue 7669040: content: Move render_widget_host_view_gtk to content/ (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: chromeos fix. Created 9 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « content/content_browser.gypi ('k') | content/test/content_test_suite.cc » ('j') | 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 1c59e9343d77ef5626b80ecb2b78c41986265076..b06c848b0e80b441fa78ad350afe60924d5c451f 100644
--- a/content/content_tests.gypi
+++ b/content/content_tests.gypi
@@ -50,6 +50,7 @@
'sources': [
'browser/browser_thread_unittest.cc',
'browser/child_process_security_policy_unittest.cc',
+ 'browser/renderer_host/gtk_key_bindings_handler_unittest.cc',
'browser/ssl/ssl_host_state_unittest.cc',
'browser/trace_subscriber_stdio_unittest.cc',
'common/process_watcher_unittest.cc',
@@ -79,6 +80,11 @@
'../base/allocator/allocator.gyp:allocator',
],
}],
+ ['chromeos==1', {
+ 'sources/': [
+ ['exclude', '^browser/renderer_host/gtk_key_bindings_handler_unittest.cc'],
+ ],
+ }],
],
},
],
« no previous file with comments | « content/content_browser.gypi ('k') | content/test/content_test_suite.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698