| 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 1012 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1023 ], | 1023 ], |
| 1024 }], | 1024 }], |
| 1025 ], | 1025 ], |
| 1026 }, | 1026 }, |
| 1027 { | 1027 { |
| 1028 # GN version: //content/test:content_unittests | 1028 # GN version: //content/test:content_unittests |
| 1029 'target_name': 'content_unittests', | 1029 'target_name': 'content_unittests', |
| 1030 'type': '<(gtest_target_type)', | 1030 'type': '<(gtest_target_type)', |
| 1031 'dependencies': [ | 1031 'dependencies': [ |
| 1032 'browser/background_sync/background_sync_proto.gyp:background_sync_proto
', | 1032 'browser/background_sync/background_sync_proto.gyp:background_sync_proto
', |
| 1033 'browser/cache_storage/cache_storage_proto.gyp:cache_storage_proto', |
| 1033 'browser/notifications/notification_proto.gyp:notification_proto', | 1034 'browser/notifications/notification_proto.gyp:notification_proto', |
| 1034 'browser/service_worker/service_worker_proto.gyp:service_worker_proto', | 1035 'browser/service_worker/service_worker_proto.gyp:service_worker_proto', |
| 1035 'browser/speech/proto/speech_proto.gyp:speech_proto', | 1036 'browser/speech/proto/speech_proto.gyp:speech_proto', |
| 1036 'content.gyp:content_browser', | 1037 'content.gyp:content_browser', |
| 1037 'content.gyp:content_common', | 1038 'content.gyp:content_common', |
| 1038 'content_common_mojo_bindings.gyp:content_common_mojo_bindings', | 1039 'content_common_mojo_bindings.gyp:content_common_mojo_bindings', |
| 1039 'test_support_content', | 1040 'test_support_content', |
| 1040 '../base/base.gyp:test_support_base', | 1041 '../base/base.gyp:test_support_base', |
| 1041 '../crypto/crypto.gyp:crypto', | 1042 '../crypto/crypto.gyp:crypto', |
| 1042 '../device/battery/battery.gyp:device_battery', | 1043 '../device/battery/battery.gyp:device_battery', |
| (...skipping 1154 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2197 'content_unittests_apk.isolate', | 2198 'content_unittests_apk.isolate', |
| 2198 ], | 2199 ], |
| 2199 }, | 2200 }, |
| 2200 ], | 2201 ], |
| 2201 }, | 2202 }, |
| 2202 ], | 2203 ], |
| 2203 ], | 2204 ], |
| 2204 }], | 2205 }], |
| 2205 ], | 2206 ], |
| 2206 } | 2207 } |
| OLD | NEW |