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

Unified Diff: chrome/chrome_tests_unit.gypi

Issue 1003853005: Remove Chrome OS-only sources only if the OS is Chrome OS. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Remove the workaround for bug 362698. Created 5 years, 9 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_tests.gypi ('k') | chrome/test/BUILD.gn » ('j') | 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 96889399a000bc8d942a648bdebfbb2c96f82a51..9dbef6d886b2dfbfb5e7f2b86b1658bc105c431e 100644
--- a/chrome/chrome_tests_unit.gypi
+++ b/chrome/chrome_tests_unit.gypi
@@ -2358,6 +2358,14 @@
'browser/ui/views/app_list/linux/app_list_linux_unittest.cc',
'browser/ui/views/frame/opaque_browser_frame_view_layout_unittest.cc',
],
+ 'conditions': [
+ ['use_ozone==1', {
+ 'sources!': [
+ # crbug.com/354036
+ 'browser/chromeos/events/event_rewriter_unittest.cc',
+ ],
+ }],
+ ],
}],
['use_x11==1', {
'dependencies': [
@@ -2599,12 +2607,6 @@
'../ui/app_list/app_list.gyp:app_list_test_support',
],
}],
- ['use_ozone==1', {
- 'sources!': [
- # crbug.com/354036
- 'browser/chromeos/events/event_rewriter_unittest.cc',
- ],
- }],
['enable_plugin_installation==0', {
'sources!': [
'browser/plugins/plugin_installer_unittest.cc',
« no previous file with comments | « chrome/chrome_tests.gypi ('k') | chrome/test/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698