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