| 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': 'test_support_content', | 8 'target_name': 'test_support_content', |
| 9 'type': 'static_library', | 9 'type': 'static_library', |
| 10 'defines!': ['CONTENT_IMPLEMENTATION'], | 10 'defines!': ['CONTENT_IMPLEMENTATION'], |
| (...skipping 148 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 159 ['include', '^public/test/test_notification_tracker\\.cc$'], | 159 ['include', '^public/test/test_notification_tracker\\.cc$'], |
| 160 ['include', '^public/test/test_utils\\.cc$'], | 160 ['include', '^public/test/test_utils\\.cc$'], |
| 161 ['include', '^public/test/unittest_test_suite\\.cc$'], | 161 ['include', '^public/test/unittest_test_suite\\.cc$'], |
| 162 ['include', '^test/content_test_suite\\.cc$'], | 162 ['include', '^test/content_test_suite\\.cc$'], |
| 163 ['include', '^test/test_content_browser_client\\.cc$'], | 163 ['include', '^test/test_content_browser_client\\.cc$'], |
| 164 ['include', '^test/test_content_client\\.cc$'], | 164 ['include', '^test/test_content_client\\.cc$'], |
| 165 ], | 165 ], |
| 166 }, { # OS != "ios" | 166 }, { # OS != "ios" |
| 167 'dependencies': [ | 167 'dependencies': [ |
| 168 'content_child', | 168 'content_child', |
| 169 'content_gpu', |
| 169 'content_ppapi_plugin', | 170 'content_ppapi_plugin', |
| 170 'content_renderer', | 171 'content_renderer', |
| 171 'content_utility', | 172 'content_utility', |
| 172 'content_worker', | 173 'content_worker', |
| 173 '../ppapi/ppapi_internal.gyp:ppapi_host', | 174 '../ppapi/ppapi_internal.gyp:ppapi_host', |
| 174 '../ppapi/ppapi_internal.gyp:ppapi_proxy', | 175 '../ppapi/ppapi_internal.gyp:ppapi_proxy', |
| 175 '../ppapi/ppapi_internal.gyp:ppapi_shared', | 176 '../ppapi/ppapi_internal.gyp:ppapi_shared', |
| 176 '../ppapi/ppapi_internal.gyp:ppapi_unittest_shared', | 177 '../ppapi/ppapi_internal.gyp:ppapi_unittest_shared', |
| 177 '../third_party/WebKit/public/blink.gyp:blink', | 178 '../third_party/WebKit/public/blink.gyp:blink', |
| 178 '../third_party/WebKit/public/blink_test_runner.gyp:blink_test_runne
r', | 179 '../third_party/WebKit/public/blink_test_runner.gyp:blink_test_runne
r', |
| (...skipping 1208 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1387 'files': ['<(PRODUCT_DIR)/libnpapi_test_plugin.so'], | 1388 'files': ['<(PRODUCT_DIR)/libnpapi_test_plugin.so'], |
| 1388 }, | 1389 }, |
| 1389 ], | 1390 ], |
| 1390 }], | 1391 }], |
| 1391 ], | 1392 ], |
| 1392 }, | 1393 }, |
| 1393 ], | 1394 ], |
| 1394 }], | 1395 }], |
| 1395 ], | 1396 ], |
| 1396 } | 1397 } |
| OLD | NEW |