| OLD | NEW |
| 1 # Copyright (c) 2011 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2011 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 # This is all.gyp file for Android to prevent breakage in Android and other | 5 # This is all.gyp file for Android to prevent breakage in Android and other |
| 6 # platform; It will be churning a lot in the short term and eventually be merged | 6 # platform; It will be churning a lot in the short term and eventually be merged |
| 7 # into all.gyp. | 7 # into all.gyp. |
| 8 | 8 |
| 9 { | 9 { |
| 10 'targets': [ | 10 'targets': [ |
| (...skipping 18 matching lines...) Expand all Loading... |
| 29 '../net/net.gyp:net_unittests', | 29 '../net/net.gyp:net_unittests', |
| 30 ], | 30 ], |
| 31 }, | 31 }, |
| 32 { | 32 { |
| 33 # Experimental / in-progress targets that are expected to fail. | 33 # Experimental / in-progress targets that are expected to fail. |
| 34 'target_name': 'android_experimental', | 34 'target_name': 'android_experimental', |
| 35 'type': 'none', | 35 'type': 'none', |
| 36 'dependencies': [ | 36 'dependencies': [ |
| 37 '../webkit/webkit.gyp:pull_in_webkit_unit_tests', | 37 '../webkit/webkit.gyp:pull_in_webkit_unit_tests', |
| 38 '../webkit/webkit.gyp:pull_in_DumpRenderTree', | 38 '../webkit/webkit.gyp:pull_in_DumpRenderTree', |
| 39 '../chrome/chrome.gyp:unit_tests' |
| 39 ], | 40 ], |
| 40 }, | 41 }, |
| 41 ], # targets | 42 ], # targets |
| 42 } | 43 } |
| OLD | NEW |