summaryrefslogtreecommitdiffstats
path: root/ash/drag_drop
diff options
context:
space:
mode:
authorerg@chromium.org <erg@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-05-20 19:23:58 +0000
committererg@chromium.org <erg@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-05-20 19:23:58 +0000
commit151193028c0a4e5a1dbabc6b373335c0117c5574 (patch)
tree1cadf2f985e388a791b74b2188f7727a8289c87d /ash/drag_drop
parentb3df0fff2f7e5c004fb7bc438c65d2a58ca06fc1 (diff)
downloadchromium_src-151193028c0a4e5a1dbabc6b373335c0117c5574.zip
chromium_src-151193028c0a4e5a1dbabc6b373335c0117c5574.tar.gz
chromium_src-151193028c0a4e5a1dbabc6b373335c0117c5574.tar.bz2
linux_aura: Compile ash into chrome.
[This is take three. I believe that I've now fixed all the static initializers (including both files named debug_utils.cc that were including <iostream>), the packaging failures, and the black border on the app list as pointed out by mgiuca@.] Running chrome with the "--open-ash" parameter will create an ash desktop window. Ash on Linux has some problems, but at least we're now compiling the code into the binary. TODO: The applist isn't positioned correctly, and some details of the system tray aren't correct. BUG=300084, 303862 TBR=sky@chromium.org First Review URL: https://codereview.chromium.org/25108005 Review URL: https://codereview.chromium.org/292443002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@271725 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ash/drag_drop')
-rw-r--r--ash/drag_drop/drag_drop_interactive_uitest.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/ash/drag_drop/drag_drop_interactive_uitest.cc b/ash/drag_drop/drag_drop_interactive_uitest.cc
index ef32801..24920fd 100644
--- a/ash/drag_drop/drag_drop_interactive_uitest.cc
+++ b/ash/drag_drop/drag_drop_interactive_uitest.cc
@@ -142,7 +142,7 @@ class DragDropTest : public test::AshTestBase {
}
};
-#if defined(OS_WIN)
+#if !defined(OS_CHROMEOS)
#define MAYBE_DragDropAcrossMultiDisplay DISABLED_DragDropAcrossMultiDisplay
#else
#define MAYBE_DragDropAcrossMultiDisplay DragDropAcrossMultiDisplay