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

Unified Diff: chrome/chrome.gyp

Issue 200020: Improving GetFocusManager on Gtk (Closed)
Patch Set: Added FocusNativeView Created 11 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | views/focus/focus_manager_gtk.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/chrome.gyp
diff --git a/chrome/chrome.gyp b/chrome/chrome.gyp
index 789fd34a9189a51df16f7cc99a1c2dbfa41e89a5..48a923294b6ca3eb8a1575fcb873fe52d91f95ec 100644
--- a/chrome/chrome.gyp
+++ b/chrome/chrome.gyp
@@ -98,13 +98,13 @@
# TODO(jcampan): move these vars to views.gyp.
'views_unit_tests_sources': [
'../views/view_unittest.cc',
+ '../views/focus/focus_manager_unittest.cc',
],
'views_unit_tests_sources_win_specific': [
# TODO(jcampan): make the following tests work on Linux.
'../views/controls/label_unittest.cc',
'../views/controls/table/table_view_unittest.cc',
'../views/grid_layout_unittest.cc',
- '../views/focus/focus_manager_unittest.cc',
],
'conditions': [
['OS=="mac"', {
@@ -4219,6 +4219,7 @@
['exclude', 'browser/gtk/tabs/tab_renderer_gtk_unittest\\.cc$'],
['exclude', 'browser/gtk/options/cookies_view_unittest\\.cc$'],
['exclude', 'browser/gtk/options/languages_page_gtk_unittest\\.cc$'],
+ ['exclude', 'browser/gtk/gtk_theme_provider_unittest\\.cc$'],
],
}],
['OS=="mac"', {
« no previous file with comments | « no previous file | views/focus/focus_manager_gtk.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698