| 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 'dependencies': [ | 10 'dependencies': [ |
| (...skipping 302 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 313 'test_support_content', | 313 'test_support_content', |
| 314 'browser/speech/proto/speech_proto.gyp:speech_proto', | 314 'browser/speech/proto/speech_proto.gyp:speech_proto', |
| 315 '../base/base.gyp:test_support_base', | 315 '../base/base.gyp:test_support_base', |
| 316 '../crypto/crypto.gyp:crypto', | 316 '../crypto/crypto.gyp:crypto', |
| 317 '../net/net.gyp:net_test_support', | 317 '../net/net.gyp:net_test_support', |
| 318 '../skia/skia.gyp:skia', | 318 '../skia/skia.gyp:skia', |
| 319 '../sql/sql.gyp:sql', | 319 '../sql/sql.gyp:sql', |
| 320 '../sql/sql.gyp:test_support_sql', | 320 '../sql/sql.gyp:test_support_sql', |
| 321 '../testing/gmock.gyp:gmock', | 321 '../testing/gmock.gyp:gmock', |
| 322 '../testing/gtest.gyp:gtest', | 322 '../testing/gtest.gyp:gtest', |
| 323 '../third_party/re2/re2.gyp:re2', |
| 323 '../ui/accessibility/accessibility.gyp:accessibility', | 324 '../ui/accessibility/accessibility.gyp:accessibility', |
| 324 '../ui/gfx/gfx.gyp:gfx', | 325 '../ui/gfx/gfx.gyp:gfx', |
| 325 '../ui/gfx/gfx.gyp:gfx_geometry', | 326 '../ui/gfx/gfx.gyp:gfx_geometry', |
| 326 '../ui/ui.gyp:ui', | 327 '../ui/ui.gyp:ui', |
| 327 '../webkit/common/user_agent/webkit_user_agent.gyp:user_agent', | 328 '../webkit/common/user_agent/webkit_user_agent.gyp:user_agent', |
| 328 ], | 329 ], |
| 329 'include_dirs': [ | 330 'include_dirs': [ |
| 330 '..', | 331 '..', |
| 331 '<(SHARED_INTERMEDIATE_DIR)', # Needed by key_systems_unittest.cc. | 332 '<(SHARED_INTERMEDIATE_DIR)', # Needed by key_systems_unittest.cc. |
| 332 ], | 333 ], |
| (...skipping 1300 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1633 'files': ['<(PRODUCT_DIR)/libnpapi_test_plugin.so'], | 1634 'files': ['<(PRODUCT_DIR)/libnpapi_test_plugin.so'], |
| 1634 }, | 1635 }, |
| 1635 ], | 1636 ], |
| 1636 }], | 1637 }], |
| 1637 ], | 1638 ], |
| 1638 }, | 1639 }, |
| 1639 ], | 1640 ], |
| 1640 }], | 1641 }], |
| 1641 ], | 1642 ], |
| 1642 } | 1643 } |
| OLD | NEW |