| 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 1154 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1165 'renderer/savable_resources_browsertest.cc', | 1165 'renderer/savable_resources_browsertest.cc', |
| 1166 'test/accessibility_browser_test_utils.cc', | 1166 'test/accessibility_browser_test_utils.cc', |
| 1167 'test/accessibility_browser_test_utils.h', | 1167 'test/accessibility_browser_test_utils.h', |
| 1168 'test/content_browser_test_test.cc', | 1168 'test/content_browser_test_test.cc', |
| 1169 'test/ppapi/ppapi_browsertest.cc', | 1169 'test/ppapi/ppapi_browsertest.cc', |
| 1170 'test/ppapi/ppapi_test.cc', | 1170 'test/ppapi/ppapi_test.cc', |
| 1171 'test/ppapi/ppapi_test.h', | 1171 'test/ppapi/ppapi_test.h', |
| 1172 'test/webui_resource_browsertest.cc', | 1172 'test/webui_resource_browsertest.cc', |
| 1173 ], | 1173 ], |
| 1174 'conditions': [ | 1174 'conditions': [ |
| 1175 ['chromeos==0', { | |
| 1176 'sources!': [ | |
| 1177 'browser/web_contents/touch_editable_impl_aura_browsertest.cc', | |
| 1178 ], | |
| 1179 }], | |
| 1180 ['OS=="win"', { | 1175 ['OS=="win"', { |
| 1181 'resource_include_dirs': [ | 1176 'resource_include_dirs': [ |
| 1182 '<(SHARED_INTERMEDIATE_DIR)/webkit', | 1177 '<(SHARED_INTERMEDIATE_DIR)/webkit', |
| 1183 ], | 1178 ], |
| 1184 'sources': [ | 1179 'sources': [ |
| 1185 'shell/app/resource.h', | 1180 'shell/app/resource.h', |
| 1186 'shell/app/shell.rc', | 1181 'shell/app/shell.rc', |
| 1187 # TODO: It would be nice to have these pulled in | 1182 # TODO: It would be nice to have these pulled in |
| 1188 # automatically from direct_dependent_settings in | 1183 # automatically from direct_dependent_settings in |
| 1189 # their various targets (net.gyp:net_resources, etc.), | 1184 # their various targets (net.gyp:net_resources, etc.), |
| (...skipping 637 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1827 'files': ['<(PRODUCT_DIR)/libnpapi_test_plugin.so'], | 1822 'files': ['<(PRODUCT_DIR)/libnpapi_test_plugin.so'], |
| 1828 }, | 1823 }, |
| 1829 ], | 1824 ], |
| 1830 }], | 1825 }], |
| 1831 ], | 1826 ], |
| 1832 }, | 1827 }, |
| 1833 ], | 1828 ], |
| 1834 }], | 1829 }], |
| 1835 ], | 1830 ], |
| 1836 } | 1831 } |
| OLD | NEW |