| 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 328 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 339 ], | 339 ], |
| 340 'sources': [ | 340 'sources': [ |
| 341 '../webkit/browser/quota/mock_special_storage_policy.cc', | 341 '../webkit/browser/quota/mock_special_storage_policy.cc', |
| 342 '../webkit/browser/quota/mock_special_storage_policy.h', | 342 '../webkit/browser/quota/mock_special_storage_policy.h', |
| 343 ], | 343 ], |
| 344 }, | 344 }, |
| 345 { | 345 { |
| 346 'target_name': 'content_unittests', | 346 'target_name': 'content_unittests', |
| 347 'type': '<(gtest_target_type)', | 347 'type': '<(gtest_target_type)', |
| 348 'dependencies': [ | 348 'dependencies': [ |
| 349 'browser/service_worker/service_worker_proto.gyp:database_proto', |
| 349 'browser/speech/proto/speech_proto.gyp:speech_proto', | 350 'browser/speech/proto/speech_proto.gyp:speech_proto', |
| 350 'content.gyp:content_browser', | 351 'content.gyp:content_browser', |
| 351 'content.gyp:content_common', | 352 'content.gyp:content_common', |
| 352 'test_support_content', | 353 'test_support_content', |
| 353 '../base/base.gyp:test_support_base', | 354 '../base/base.gyp:test_support_base', |
| 354 '../crypto/crypto.gyp:crypto', | 355 '../crypto/crypto.gyp:crypto', |
| 355 '../net/net.gyp:net_test_support', | 356 '../net/net.gyp:net_test_support', |
| 356 '../skia/skia.gyp:skia', | 357 '../skia/skia.gyp:skia', |
| 357 '../sql/sql.gyp:sql', | 358 '../sql/sql.gyp:sql', |
| 358 '../sql/sql.gyp:test_support_sql', | 359 '../sql/sql.gyp:test_support_sql', |
| (...skipping 1464 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1823 'files': ['<(PRODUCT_DIR)/libnpapi_test_plugin.so'], | 1824 'files': ['<(PRODUCT_DIR)/libnpapi_test_plugin.so'], |
| 1824 }, | 1825 }, |
| 1825 ], | 1826 ], |
| 1826 }], | 1827 }], |
| 1827 ], | 1828 ], |
| 1828 }, | 1829 }, |
| 1829 ], | 1830 ], |
| 1830 }], | 1831 }], |
| 1831 ], | 1832 ], |
| 1832 } | 1833 } |
| OLD | NEW |