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

Unified Diff: chrome/chrome_tests.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 | « no previous file | chrome/chrome_tests_unit.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/chrome_tests.gypi
diff --git a/chrome/chrome_tests.gypi b/chrome/chrome_tests.gypi
index fed070ea06bae728c14c72ae11ac5a132bead14e..1948a661dd8a3a7e18c537ab49f2f5959b6d24e7 100644
--- a/chrome/chrome_tests.gypi
+++ b/chrome/chrome_tests.gypi
@@ -2410,13 +2410,6 @@
'../third_party/libaddressinput/libaddressinput.gyp:libaddressinput',
],
}],
- ['use_ozone==1', {
- 'sources!': [
- # crbug.com/362698
- 'browser/chromeos/input_method/input_method_engine_browsertests.cc',
- 'browser/extensions/api/input_ime/input_ime_apitest_chromeos.cc',
- ],
- }],
['remoting==1', {
'sources': [ '<@(chrome_browser_tests_remoting_sources)' ],
'dependencies': [
« no previous file with comments | « no previous file | chrome/chrome_tests_unit.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698