OLD | NEW |
1 # Copyright (c) 2013 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2013 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 'targets': [ | 6 'targets': [ |
7 { | 7 { |
8 'target_name': 'layouttest_support_content', | 8 'target_name': 'layouttest_support_content', |
9 'type': 'static_library', | 9 'type': 'static_library', |
10 'conditions': [ | 10 'conditions': [ |
(...skipping 1151 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1162 'renderer/savable_resources_browsertest.cc', | 1162 'renderer/savable_resources_browsertest.cc', |
1163 'test/accessibility_browser_test_utils.cc', | 1163 'test/accessibility_browser_test_utils.cc', |
1164 'test/accessibility_browser_test_utils.h', | 1164 'test/accessibility_browser_test_utils.h', |
1165 'test/content_browser_test_test.cc', | 1165 'test/content_browser_test_test.cc', |
1166 'test/ppapi/ppapi_browsertest.cc', | 1166 'test/ppapi/ppapi_browsertest.cc', |
1167 'test/ppapi/ppapi_test.cc', | 1167 'test/ppapi/ppapi_test.cc', |
1168 'test/ppapi/ppapi_test.h', | 1168 'test/ppapi/ppapi_test.h', |
1169 'test/webui_resource_browsertest.cc', | 1169 'test/webui_resource_browsertest.cc', |
1170 ], | 1170 ], |
1171 'conditions': [ | 1171 'conditions': [ |
| 1172 ['chromeos==0', { |
| 1173 'sources!': [ |
| 1174 'browser/web_contents/touch_editable_impl_aura_browsertest.cc', |
| 1175 ], |
| 1176 }], |
1172 ['OS=="win"', { | 1177 ['OS=="win"', { |
1173 'resource_include_dirs': [ | 1178 'resource_include_dirs': [ |
1174 '<(SHARED_INTERMEDIATE_DIR)/webkit', | 1179 '<(SHARED_INTERMEDIATE_DIR)/webkit', |
1175 ], | 1180 ], |
1176 'sources': [ | 1181 'sources': [ |
1177 'shell/app/resource.h', | 1182 'shell/app/resource.h', |
1178 'shell/app/shell.rc', | 1183 'shell/app/shell.rc', |
1179 # TODO: It would be nice to have these pulled in | 1184 # TODO: It would be nice to have these pulled in |
1180 # automatically from direct_dependent_settings in | 1185 # automatically from direct_dependent_settings in |
1181 # their various targets (net.gyp:net_resources, etc.), | 1186 # their various targets (net.gyp:net_resources, etc.), |
(...skipping 637 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1819 'files': ['<(PRODUCT_DIR)/libnpapi_test_plugin.so'], | 1824 'files': ['<(PRODUCT_DIR)/libnpapi_test_plugin.so'], |
1820 }, | 1825 }, |
1821 ], | 1826 ], |
1822 }], | 1827 }], |
1823 ], | 1828 ], |
1824 }, | 1829 }, |
1825 ], | 1830 ], |
1826 }], | 1831 }], |
1827 ], | 1832 ], |
1828 } | 1833 } |
OLD | NEW |