| 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 'variables': { | 6 'variables': { |
| 7 'layouttest_support_content_sources': [ | 7 'layouttest_support_content_sources': [ |
| 8 'public/test/layouttest_support.h', | 8 'public/test/layouttest_support.h', |
| 9 'public/test/nested_message_pump_android.cc', | 9 'public/test/nested_message_pump_android.cc', |
| 10 'public/test/nested_message_pump_android.h', | 10 'public/test/nested_message_pump_android.h', |
| (...skipping 341 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 352 'target_name': 'content_unittests', | 352 'target_name': 'content_unittests', |
| 353 'type': '<(gtest_target_type)', | 353 'type': '<(gtest_target_type)', |
| 354 'dependencies': [ | 354 'dependencies': [ |
| 355 'browser/service_worker/service_worker_proto.gyp:proto', | 355 'browser/service_worker/service_worker_proto.gyp:proto', |
| 356 'browser/speech/proto/speech_proto.gyp:speech_proto', | 356 'browser/speech/proto/speech_proto.gyp:speech_proto', |
| 357 'content.gyp:content_browser', | 357 'content.gyp:content_browser', |
| 358 'content.gyp:content_common', | 358 'content.gyp:content_common', |
| 359 'test_support_content', | 359 'test_support_content', |
| 360 '../base/base.gyp:test_support_base', | 360 '../base/base.gyp:test_support_base', |
| 361 '../crypto/crypto.gyp:crypto', | 361 '../crypto/crypto.gyp:crypto', |
| 362 '../gin/gin.gyp:gin', |
| 362 '../net/net.gyp:net_test_support', | 363 '../net/net.gyp:net_test_support', |
| 363 '../skia/skia.gyp:skia', | 364 '../skia/skia.gyp:skia', |
| 364 '../sql/sql.gyp:sql', | 365 '../sql/sql.gyp:sql', |
| 365 '../sql/sql.gyp:test_support_sql', | 366 '../sql/sql.gyp:test_support_sql', |
| 366 '../testing/gmock.gyp:gmock', | 367 '../testing/gmock.gyp:gmock', |
| 367 '../testing/gtest.gyp:gtest', | 368 '../testing/gtest.gyp:gtest', |
| 368 '../third_party/re2/re2.gyp:re2', | 369 '../third_party/re2/re2.gyp:re2', |
| 369 '../ui/accessibility/accessibility.gyp:accessibility', | 370 '../ui/accessibility/accessibility.gyp:accessibility', |
| 370 '../ui/base/ui_base.gyp:ui_base', | 371 '../ui/base/ui_base.gyp:ui_base', |
| 371 '../ui/gfx/gfx.gyp:gfx', | 372 '../ui/gfx/gfx.gyp:gfx', |
| (...skipping 1495 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1867 'files': ['<(PRODUCT_DIR)/libnpapi_test_plugin.so'], | 1868 'files': ['<(PRODUCT_DIR)/libnpapi_test_plugin.so'], |
| 1868 }, | 1869 }, |
| 1869 ], | 1870 ], |
| 1870 }], | 1871 }], |
| 1871 ], | 1872 ], |
| 1872 }, | 1873 }, |
| 1873 ], | 1874 ], |
| 1874 }], | 1875 }], |
| 1875 ], | 1876 ], |
| 1876 } | 1877 } |
| OLD | NEW |