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