| 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 998 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1009 ], | 1009 ], |
| 1010 }], | 1010 }], |
| 1011 ], | 1011 ], |
| 1012 }, | 1012 }, |
| 1013 { | 1013 { |
| 1014 # GN version: //content/test:content_unittests | 1014 # GN version: //content/test:content_unittests |
| 1015 'target_name': 'content_unittests', | 1015 'target_name': 'content_unittests', |
| 1016 'type': '<(gtest_target_type)', | 1016 'type': '<(gtest_target_type)', |
| 1017 'dependencies': [ | 1017 'dependencies': [ |
| 1018 'browser/background_sync/background_sync_proto.gyp:background_sync_proto
', | 1018 'browser/background_sync/background_sync_proto.gyp:background_sync_proto
', |
| 1019 'browser/cache_storage/cache_storage_proto.gyp:cache_storage_proto', |
| 1019 'browser/notifications/notification_proto.gyp:notification_proto', | 1020 'browser/notifications/notification_proto.gyp:notification_proto', |
| 1020 'browser/service_worker/service_worker_proto.gyp:service_worker_proto', | 1021 'browser/service_worker/service_worker_proto.gyp:service_worker_proto', |
| 1021 'browser/speech/proto/speech_proto.gyp:speech_proto', | 1022 'browser/speech/proto/speech_proto.gyp:speech_proto', |
| 1022 'content.gyp:content_browser', | 1023 'content.gyp:content_browser', |
| 1023 'content.gyp:content_common', | 1024 'content.gyp:content_common', |
| 1024 'content_common_mojo_bindings.gyp:content_common_mojo_bindings', | 1025 'content_common_mojo_bindings.gyp:content_common_mojo_bindings', |
| 1025 'test_support_content', | 1026 'test_support_content', |
| 1026 '../base/base.gyp:test_support_base', | 1027 '../base/base.gyp:test_support_base', |
| 1027 '../crypto/crypto.gyp:crypto', | 1028 '../crypto/crypto.gyp:crypto', |
| 1028 '../device/battery/battery.gyp:device_battery', | 1029 '../device/battery/battery.gyp:device_battery', |
| (...skipping 1117 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2146 ], | 2147 ], |
| 2147 }, | 2148 }, |
| 2148 'includes': [ | 2149 'includes': [ |
| 2149 '../build/host_jar.gypi', | 2150 '../build/host_jar.gypi', |
| 2150 ], | 2151 ], |
| 2151 }, | 2152 }, |
| 2152 ], | 2153 ], |
| 2153 }], | 2154 }], |
| 2154 ], | 2155 ], |
| 2155 } | 2156 } |
| OLD | NEW |