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

Unified Diff: chrome/chrome_tests_unit.gypi

Issue 265813008: ozone: Fix chromeos=1 use_ozone=1 chrome build (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: sort gyp Created 6 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
« no previous file with comments | « chrome/chrome_browser_chromeos.gypi ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/chrome_tests_unit.gypi
diff --git a/chrome/chrome_tests_unit.gypi b/chrome/chrome_tests_unit.gypi
index 4ebb577f8e9fe5713d23ae9ae3e0d091cc0c6e73..e04cbece24263a2656b0d337e31eecc0edcad96a 100644
--- a/chrome/chrome_tests_unit.gypi
+++ b/chrome/chrome_tests_unit.gypi
@@ -2684,13 +2684,13 @@
}],
['use_ozone==1', {
'sources!': [
+ # crbug.com/354036
+ 'browser/chromeos/events/event_rewriter_unittest.cc',
+
# crbug.com/362698
'browser/chromeos/input_method/input_method_engine_unittest.cc',
'browser/chromeos/input_method/input_method_manager_impl_unittest.cc',
],
- 'sources/': [
- ['exclude', '^browser/chromeos/events/'], # crbug.com/354036
- ],
}],
['enable_plugin_installation==0', {
'sources!': [
« no previous file with comments | « chrome/chrome_browser_chromeos.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698