| OLD | NEW |
| 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 'targets': [ | 10 'targets': [ |
| (...skipping 1040 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1051 # Can't resize on Windows Ash. http://crbug.com/165962 | 1051 # Can't resize on Windows Ash. http://crbug.com/165962 |
| 1052 ['exclude', 'ash_root_window_transformer_unittest.cc'], | 1052 ['exclude', 'ash_root_window_transformer_unittest.cc'], |
| 1053 ['exclude', 'magnifier/magnification_controller_unittest.cc'], | 1053 ['exclude', 'magnifier/magnification_controller_unittest.cc'], |
| 1054 ['exclude', 'wm/workspace/workspace_window_resizer_unittest.cc'], | 1054 ['exclude', 'wm/workspace/workspace_window_resizer_unittest.cc'], |
| 1055 ['exclude', 'sticky_keys/sticky_keys_overlay_unittest.cc'], | 1055 ['exclude', 'sticky_keys/sticky_keys_overlay_unittest.cc'], |
| 1056 ['exclude', 'sticky_keys/sticky_keys_unittest.cc'], | 1056 ['exclude', 'sticky_keys/sticky_keys_unittest.cc'], |
| 1057 ['exclude', 'system/tray/media_security/multi_profile_media_tray_ite
m_unittest.cc'], | 1057 ['exclude', 'system/tray/media_security/multi_profile_media_tray_ite
m_unittest.cc'], |
| 1058 ['exclude', 'autoclick/autoclick_unittest.cc'], | 1058 ['exclude', 'autoclick/autoclick_unittest.cc'], |
| 1059 ], | 1059 ], |
| 1060 'sources': [ | 1060 'sources': [ |
| 1061 '<(SHARED_INTERMEDIATE_DIR)/ui/resources/ui_unscaled_resources.rc', | 1061 '<(SHARED_INTERMEDIATE_DIR)/ui/ui_resources/ui_unscaled_resources.rc
', |
| 1062 ], | 1062 ], |
| 1063 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations. | 1063 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations. |
| 1064 'msvs_disabled_warnings': [ 4267, ], | 1064 'msvs_disabled_warnings': [ 4267, ], |
| 1065 }], | 1065 }], |
| 1066 ['OS=="win" and win_use_allocator_shim==1', { | 1066 ['OS=="win" and win_use_allocator_shim==1', { |
| 1067 'dependencies': [ | 1067 'dependencies': [ |
| 1068 '../base/allocator/allocator.gyp:allocator', | 1068 '../base/allocator/allocator.gyp:allocator', |
| 1069 ], | 1069 ], |
| 1070 }], | 1070 }], |
| 1071 ['use_x11!=1', { | 1071 ['use_x11!=1', { |
| (...skipping 150 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1222 'conditions': [ | 1222 'conditions': [ |
| 1223 ['chromeos==1', { | 1223 ['chromeos==1', { |
| 1224 'dependencies': [ | 1224 'dependencies': [ |
| 1225 '../ui/display/display.gyp:display', | 1225 '../ui/display/display.gyp:display', |
| 1226 ], | 1226 ], |
| 1227 }], | 1227 }], |
| 1228 ], | 1228 ], |
| 1229 }, | 1229 }, |
| 1230 ], | 1230 ], |
| 1231 } | 1231 } |
| OLD | NEW |