diff options
author | dhollowa@chromium.org <dhollowa@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-01-20 22:49:27 +0000 |
---|---|---|
committer | dhollowa@chromium.org <dhollowa@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-01-20 22:49:27 +0000 |
commit | 8cc94c143d6cca20e64eaf5caede962e1cd08956 (patch) | |
tree | 7a7a45330c78c23481fbdb754acf0a6c44d123f8 /ash/wm/window_modality_controller_unittest.cc | |
parent | d8bd4403a794bd4f4058421015aab43f95b03b63 (diff) | |
download | chromium_src-8cc94c143d6cca20e64eaf5caede962e1cd08956.zip chromium_src-8cc94c143d6cca20e64eaf5caede962e1cd08956.tar.gz chromium_src-8cc94c143d6cca20e64eaf5caede962e1cd08956.tar.bz2 |
aura_builder target needs to work on Mac
Extends 'aura_builder' target to work on Mac. This excludes bits
that are not currently working.
To build:
ash_shell
aura_demo
aura_unittests
compositor_unittests
To run:
compositor_unittests
webkit_unit_tests
Gyp flags:
'use_aura': 1
BUG=110632, 110627
TEST=Compile 'aura_builder' target on Mac with 'use_aura' bit set.
R=cmp@chromium.org, oshima@chromium.org
Review URL: https://chromiumcodereview.appspot.com/9226024
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@118535 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ash/wm/window_modality_controller_unittest.cc')
-rw-r--r-- | ash/wm/window_modality_controller_unittest.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ash/wm/window_modality_controller_unittest.cc b/ash/wm/window_modality_controller_unittest.cc index 2a0766c..29cd7b1 100644 --- a/ash/wm/window_modality_controller_unittest.cc +++ b/ash/wm/window_modality_controller_unittest.cc @@ -145,4 +145,4 @@ TEST_F(WindowModalityControllerTest, Events) { } // namespace internal -} // namespace ash
\ No newline at end of file +} // namespace ash |