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

Side by Side Diff: ash/ash.gyp

Issue 25108005: linux_aura: Compile ash into chrome. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix win64 compile. Created 6 years, 8 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 { 5 {
6 'variables': { 6 'variables': {
7 'chromium_code': 1, 7 'chromium_code': 1,
8 'grit_out_dir': '<(SHARED_INTERMEDIATE_DIR)/chrome', 8 'grit_out_dir': '<(SHARED_INTERMEDIATE_DIR)/chrome',
9 }, 9 },
10 'includes': [ 10 'includes': [
(...skipping 1020 matching lines...) Expand 10 before | Expand all | Expand 10 after
1031 'wm/workspace/workspace_event_handler_test_helper.cc', 1031 'wm/workspace/workspace_event_handler_test_helper.cc',
1032 'wm/workspace/workspace_event_handler_test_helper.h', 1032 'wm/workspace/workspace_event_handler_test_helper.h',
1033 'wm/workspace/workspace_event_handler_unittest.cc', 1033 'wm/workspace/workspace_event_handler_unittest.cc',
1034 'wm/workspace/workspace_layout_manager_unittest.cc', 1034 'wm/workspace/workspace_layout_manager_unittest.cc',
1035 'wm/workspace/workspace_window_resizer_unittest.cc', 1035 'wm/workspace/workspace_window_resizer_unittest.cc',
1036 'wm/workspace_controller_test_helper.cc', 1036 'wm/workspace_controller_test_helper.cc',
1037 'wm/workspace_controller_test_helper.h', 1037 'wm/workspace_controller_test_helper.h',
1038 'wm/workspace_controller_unittest.cc', 1038 'wm/workspace_controller_unittest.cc',
1039 ], 1039 ],
1040 'conditions': [ 1040 'conditions': [
1041 ['OS=="win"', { 1041 ['chromeos==0', {
1042 'sources/': [ 1042 'sources/': [
1043 # TODO(zork): fix this test to build on Windows. See: crosbug.com/26 906 1043 # TODO(zork): fix this test to build on Windows. See: crosbug.com/26 906
1044 ['exclude', 'focus_cycler_unittest.cc'], 1044 ['exclude', 'focus_cycler_unittest.cc'],
1045 # All tests for multiple displays: not supported on Windows Ash. 1045 # All tests for multiple displays: not supported on Windows Ash.
1046 ['exclude', 'accelerators/nested_dispatcher_controller_unittest.cc'] , 1046 ['exclude', 'accelerators/nested_dispatcher_controller_unittest.cc'] ,
1047 ['exclude', 'wm/drag_window_resizer_unittest.cc'], 1047 ['exclude', 'wm/drag_window_resizer_unittest.cc'],
1048 # Can't resize on Windows Ash. http://crbug.com/165962 1048 # Can't resize on Windows Ash. http://crbug.com/165962
1049 ['exclude', 'ash_root_window_transformer_unittest.cc'], 1049 ['exclude', 'ash_root_window_transformer_unittest.cc'],
1050 ['exclude', 'magnifier/magnification_controller_unittest.cc'], 1050 ['exclude', 'magnifier/magnification_controller_unittest.cc'],
1051 ['exclude', 'wm/workspace/workspace_window_resizer_unittest.cc'], 1051 ['exclude', 'wm/workspace/workspace_window_resizer_unittest.cc'],
(...skipping 133 matching lines...) Expand 10 before | Expand all | Expand 10 after
1185 }], 1185 }],
1186 ['chromeos==1', { 1186 ['chromeos==1', {
1187 'dependencies': [ 1187 'dependencies': [
1188 '../device/bluetooth/bluetooth.gyp:device_bluetooth', 1188 '../device/bluetooth/bluetooth.gyp:device_bluetooth',
1189 ], 1189 ],
1190 }], 1190 }],
1191 ], 1191 ],
1192 }, 1192 },
1193 ], 1193 ],
1194 } 1194 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698