Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(62)

Side by Side Diff: content/content_tests.gypi

Issue 1851423003: Make Web Push use InstanceID tokens instead of GCM registrations (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@iid4default
Patch Set: Fix GN/GYP Created 4 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
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',
10 'public/test/nested_message_pump_android.h',
11 'test/layouttest_support.cc', 9 'test/layouttest_support.cc',
12 ], 10 ],
13 'test_support_content_sources': [ 11 'test_support_content_sources': [
14 # TODO(phajdan.jr): All of those files should live in content/test (if 12 # TODO(phajdan.jr): All of those files should live in content/test (if
15 # they're only used by content) or content/public/test (if they're used 13 # they're only used by content) or content/public/test (if they're used
16 # by other embedders). 14 # by other embedders).
17 'browser/download/mock_download_file.cc', 15 'browser/download/mock_download_file.cc',
18 'browser/download/mock_download_file.h', 16 'browser/download/mock_download_file.h',
19 'browser/geolocation/fake_access_token_store.cc', 17 'browser/geolocation/fake_access_token_store.cc',
20 'browser/geolocation/fake_access_token_store.h', 18 'browser/geolocation/fake_access_token_store.h',
(...skipping 27 matching lines...) Expand all
48 'public/test/mock_render_process_host.cc', 46 'public/test/mock_render_process_host.cc',
49 'public/test/mock_render_process_host.h', 47 'public/test/mock_render_process_host.h',
50 'public/test/mock_render_thread.cc', 48 'public/test/mock_render_thread.cc',
51 'public/test/mock_render_thread.h', 49 'public/test/mock_render_thread.h',
52 'public/test/mock_resource_context.cc', 50 'public/test/mock_resource_context.cc',
53 'public/test/mock_resource_context.h', 51 'public/test/mock_resource_context.h',
54 'public/test/mock_special_storage_policy.cc', 52 'public/test/mock_special_storage_policy.cc',
55 'public/test/mock_special_storage_policy.h', 53 'public/test/mock_special_storage_policy.h',
56 'public/test/mock_storage_client.cc', 54 'public/test/mock_storage_client.cc',
57 'public/test/mock_storage_client.h', 55 'public/test/mock_storage_client.h',
56 'public/test/nested_message_pump_android.cc',
57 'public/test/nested_message_pump_android.h',
58 'public/test/ppapi_test_utils.cc', 58 'public/test/ppapi_test_utils.cc',
59 'public/test/ppapi_test_utils.h', 59 'public/test/ppapi_test_utils.h',
60 'public/test/render_view_test.cc', 60 'public/test/render_view_test.cc',
61 'public/test/render_view_test.h', 61 'public/test/render_view_test.h',
62 'public/test/sandbox_file_system_test_helper.cc', 62 'public/test/sandbox_file_system_test_helper.cc',
63 'public/test/sandbox_file_system_test_helper.h', 63 'public/test/sandbox_file_system_test_helper.h',
64 'public/test/test_browser_context.cc', 64 'public/test/test_browser_context.cc',
65 'public/test/test_browser_context.h', 65 'public/test/test_browser_context.h',
66 'public/test/test_browser_thread.cc', 66 'public/test/test_browser_thread.cc',
67 'public/test/test_browser_thread.h', 67 'public/test/test_browser_thread.h',
(...skipping 917 matching lines...) Expand 10 before | Expand all | Expand 10 after
985 'dependencies': [ 985 'dependencies': [
986 '../ui/compositor/compositor.gyp:compositor', 986 '../ui/compositor/compositor.gyp:compositor',
987 '../third_party/libvpx/libvpx.gyp:libvpx', 987 '../third_party/libvpx/libvpx.gyp:libvpx',
988 ], 988 ],
989 }], 989 }],
990 ['OS=="android"', { 990 ['OS=="android"', {
991 'dependencies': [ 991 'dependencies': [
992 '../ui/android/ui_android.gyp:ui_android', 992 '../ui/android/ui_android.gyp:ui_android',
993 '../ui/shell_dialogs/shell_dialogs.gyp:shell_dialogs', 993 '../ui/shell_dialogs/shell_dialogs.gyp:shell_dialogs',
994 'content.gyp:content_shell_assets_copy', 994 'content.gyp:content_shell_assets_copy',
995 'test_support_content_jni_headers',
995 ], 996 ],
996 }], 997 }],
997 ['v8_use_external_startup_data==1', { 998 ['v8_use_external_startup_data==1', {
998 'dependencies': [ 999 'dependencies': [
999 '../gin/gin.gyp:gin', 1000 '../gin/gin.gyp:gin',
1000 ], 1001 ],
1001 }], 1002 }],
1002 ], 1003 ],
1003 }, 1004 },
1004 { 1005 {
1005 # GN version: //content/test:layouttest_support 1006 # GN version: //content/test:layouttest_support
1006 'target_name': 'layouttest_support_content', 1007 'target_name': 'layouttest_support_content',
1007 'type': 'static_library', 1008 'type': 'static_library',
1008 'dependencies': [ 1009 'dependencies': [
1009 'content.gyp:content_renderer', 1010 'content.gyp:content_renderer',
1010 'test_support_content', 1011 'test_support_content',
1011 '../components/test_runner/test_runner.gyp:test_runner', 1012 '../components/test_runner/test_runner.gyp:test_runner',
1012 '../skia/skia.gyp:skia', 1013 '../skia/skia.gyp:skia',
1013 '../ui/accessibility/accessibility.gyp:ax_gen', 1014 '../ui/accessibility/accessibility.gyp:ax_gen',
1014 '../ui/base/ime/ui_base_ime.gyp:ui_base_ime', 1015 '../ui/base/ime/ui_base_ime.gyp:ui_base_ime',
1015 '../v8/tools/gyp/v8.gyp:v8', 1016 '../v8/tools/gyp/v8.gyp:v8',
1016 ], 1017 ],
1017 'include_dirs': [ 1018 'include_dirs': [
1018 '..', 1019 '..',
1019 '<(SHARED_INTERMEDIATE_DIR)', 1020 '<(SHARED_INTERMEDIATE_DIR)',
1020 ], 1021 ],
1021 'sources': [ '<@(layouttest_support_content_sources)' ], 1022 'sources': [ '<@(layouttest_support_content_sources)' ],
1022 'conditions': [
1023 ['OS=="android"', {
1024 'dependencies': [
1025 'test_support_content_jni_headers',
1026 ],
1027 }],
1028 ],
1029 }, 1023 },
1030 { 1024 {
1031 # GN version: //content/test:content_unittests 1025 # GN version: //content/test:content_unittests
1032 'target_name': 'content_unittests', 1026 'target_name': 'content_unittests',
1033 'type': '<(gtest_target_type)', 1027 'type': '<(gtest_target_type)',
1034 'dependencies': [ 1028 'dependencies': [
1035 'browser/background_sync/background_sync_proto.gyp:background_sync_proto ', 1029 'browser/background_sync/background_sync_proto.gyp:background_sync_proto ',
1036 'browser/cache_storage/cache_storage_proto.gyp:cache_storage_proto', 1030 'browser/cache_storage/cache_storage_proto.gyp:cache_storage_proto',
1037 'browser/notifications/notification_proto.gyp:notification_proto', 1031 'browser/notifications/notification_proto.gyp:notification_proto',
1038 'browser/service_worker/service_worker_proto.gyp:service_worker_proto', 1032 'browser/service_worker/service_worker_proto.gyp:service_worker_proto',
(...skipping 1177 matching lines...) Expand 10 before | Expand all | Expand 10 after
2216 'content_unittests_apk.isolate', 2210 'content_unittests_apk.isolate',
2217 ], 2211 ],
2218 }, 2212 },
2219 ], 2213 ],
2220 }, 2214 },
2221 ], 2215 ],
2222 ], 2216 ],
2223 }], 2217 }],
2224 ], 2218 ],
2225 } 2219 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698