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

Unified Diff: chrome/chrome_tests_unit.gypi

Issue 1068093002: Refactoring for InputMethodAuraLinux. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: add more tests and support verify event sequence. Created 5 years, 8 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
Index: chrome/chrome_tests_unit.gypi
diff --git a/chrome/chrome_tests_unit.gypi b/chrome/chrome_tests_unit.gypi
index 4bae9fb6d9c9889a7da288e03d1b38c4ac47af88..9365ce1b7fe4b9f7082cb6aa52be2884dc060430 100644
--- a/chrome/chrome_tests_unit.gypi
+++ b/chrome/chrome_tests_unit.gypi
@@ -956,7 +956,7 @@
'chrome_unit_tests_task_manager_sources': [
# New Task Manager Tests Sources:
'browser/task_management/providers/browser_process_task_unittest.cc',
-
+
# Old Task Manager Tests Sources:
'browser/task_manager/task_manager_unittest.cc',
'browser/task_manager/task_manager_util_unittest.cc',
@@ -2255,18 +2255,6 @@
'browser/ui/libgtk2ui/libgtk2ui.gyp:gtk2ui',
'../build/linux/system.gyp:gio',
],
- 'conditions': [
- ['component != "shared_library"', {
- # TODO(erg): This file does not compile in shared library mode
- # because it is reaching into the internals of libgtk2ui, which
- # shouldn't be linked with the rest of chrome. This should either
- # be fixed by creating a separate unit test target, or by deleting
- # the test.
- 'sources': [
- 'browser/ui/libgtk2ui/x11_input_method_context_impl_gtk2_unittest.cc',
- ],
- }],
- ],
}],
['use_aura==1 or toolkit_views==1', {
'dependencies': [

Powered by Google App Engine
This is Rietveld 408576698