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

Unified Diff: chrome/chrome_tests.gypi

Issue 143733002: Remove FILE_MANAGER_EXTENSION and related configuration. They can be folded back to Chrome OS as co… (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Remove FILE_MANAGER_EXTENSION and related configuration. They can be folded back to Chrome OS as co… Created 6 years, 11 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.gypi
diff --git a/chrome/chrome_tests.gypi b/chrome/chrome_tests.gypi
index 3b475a1d804384a8638d2eddf6acd2ba2e258aea..f21343f083d27bee788308f2d5913c1c61764a0c 100644
--- a/chrome/chrome_tests.gypi
+++ b/chrome/chrome_tests.gypi
@@ -1789,7 +1789,7 @@
'../build/linux/system.gyp:dbus',
],
}],
- ['file_manager_extension==0', {
+ ['chromeos==0', {
Lei Zhang 2014/01/21 20:38:01 combine this block with the chromeos==0 block on l
Junichi Uekawa 2014/01/22 01:11:35 Done.
'sources!': [
'browser/ui/views/select_file_dialog_extension_browsertest.cc',
],

Powered by Google App Engine
This is Rietveld 408576698