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 300 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
311 'dependencies': [ | 311 'dependencies': [ |
312 '../ui/shell_dialogs/shell_dialogs.gyp:shell_dialogs', | 312 '../ui/shell_dialogs/shell_dialogs.gyp:shell_dialogs', |
313 ], | 313 ], |
314 }], | 314 }], |
315 ], | 315 ], |
316 }, | 316 }, |
317 { | 317 { |
318 'target_name': 'content_unittests', | 318 'target_name': 'content_unittests', |
319 'type': '<(gtest_target_type)', | 319 'type': '<(gtest_target_type)', |
320 'dependencies': [ | 320 'dependencies': [ |
| 321 'browser/service_worker/service_worker_proto.gyp:database_proto', |
321 'browser/speech/proto/speech_proto.gyp:speech_proto', | 322 'browser/speech/proto/speech_proto.gyp:speech_proto', |
322 'content.gyp:content_browser', | 323 'content.gyp:content_browser', |
323 'content.gyp:content_common', | 324 'content.gyp:content_common', |
324 'test_support_content', | 325 'test_support_content', |
325 '../base/base.gyp:test_support_base', | 326 '../base/base.gyp:test_support_base', |
326 '../crypto/crypto.gyp:crypto', | 327 '../crypto/crypto.gyp:crypto', |
327 '../net/net.gyp:net_test_support', | 328 '../net/net.gyp:net_test_support', |
328 '../skia/skia.gyp:skia', | 329 '../skia/skia.gyp:skia', |
329 '../sql/sql.gyp:sql', | 330 '../sql/sql.gyp:sql', |
330 '../sql/sql.gyp:test_support_sql', | 331 '../sql/sql.gyp:test_support_sql', |
(...skipping 1461 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1792 'files': ['<(PRODUCT_DIR)/libnpapi_test_plugin.so'], | 1793 'files': ['<(PRODUCT_DIR)/libnpapi_test_plugin.so'], |
1793 }, | 1794 }, |
1794 ], | 1795 ], |
1795 }], | 1796 }], |
1796 ], | 1797 ], |
1797 }, | 1798 }, |
1798 ], | 1799 ], |
1799 }], | 1800 }], |
1800 ], | 1801 ], |
1801 } | 1802 } |
OLD | NEW |