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

Side by Side Diff: content/content_tests.gypi

Issue 1824993004: Separate gfx_ipc into skia-dependent and non-skia-dependent parts (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix up skia gfx::Transform param traits 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', 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 847 matching lines...) Expand 10 before | Expand all | Expand 10 after
858 '../gpu/blink/gpu_blink.gyp:gpu_blink', 858 '../gpu/blink/gpu_blink.gyp:gpu_blink',
859 '../gpu/gpu.gyp:gpu_ipc_common', 859 '../gpu/gpu.gyp:gpu_ipc_common',
860 '../ipc/mojo/ipc_mojo.gyp:*', 860 '../ipc/mojo/ipc_mojo.gyp:*',
861 '../media/blink/media_blink.gyp:media_blink', 861 '../media/blink/media_blink.gyp:media_blink',
862 '../media/media.gyp:media', 862 '../media/media.gyp:media',
863 '../media/midi/midi.gyp:midi', 863 '../media/midi/midi.gyp:midi',
864 '../mojo/mojo_edk.gyp:mojo_common_test_support', 864 '../mojo/mojo_edk.gyp:mojo_common_test_support',
865 '../mojo/mojo_base.gyp:mojo_application_base', 865 '../mojo/mojo_base.gyp:mojo_application_base',
866 '../mojo/mojo_edk.gyp:mojo_system_impl', 866 '../mojo/mojo_edk.gyp:mojo_system_impl',
867 '../mojo/mojo_public.gyp:mojo_cpp_bindings', 867 '../mojo/mojo_public.gyp:mojo_cpp_bindings',
868 '../net/net.gyp:net_test_support', 868 '../net/net.gyp:net_test_support',
Tom Sepez 2016/03/31 16:01:33 nit: stray whitespace at end of line?
Mark Dittmer 2016/03/31 16:21:29 Done.
869 '../ppapi/ppapi_internal.gyp:ppapi_host', 869 '../ppapi/ppapi_internal.gyp:ppapi_host',
870 '../ppapi/ppapi_internal.gyp:ppapi_proxy', 870 '../ppapi/ppapi_internal.gyp:ppapi_proxy',
871 '../ppapi/ppapi_internal.gyp:ppapi_shared', 871 '../ppapi/ppapi_internal.gyp:ppapi_shared',
872 '../ppapi/ppapi_internal.gyp:ppapi_unittest_shared', 872 '../ppapi/ppapi_internal.gyp:ppapi_unittest_shared',
873 '../skia/skia.gyp:skia', 873 '../skia/skia.gyp:skia',
874 '../storage/storage_browser.gyp:storage', 874 '../storage/storage_browser.gyp:storage',
875 '../storage/storage_common.gyp:storage_common', 875 '../storage/storage_common.gyp:storage_common',
876 '../testing/gmock.gyp:gmock', 876 '../testing/gmock.gyp:gmock',
877 '../testing/gtest.gyp:gtest', 877 '../testing/gtest.gyp:gtest',
878 '../third_party/WebKit/public/blink.gyp:blink', 878 '../third_party/WebKit/public/blink.gyp:blink',
879 '../ui/accessibility/accessibility.gyp:ax_gen', 879 '../ui/accessibility/accessibility.gyp:ax_gen',
880 '../ui/base/ime/ui_base_ime.gyp:ui_base_ime', 880 '../ui/base/ime/ui_base_ime.gyp:ui_base_ime',
881 '../ui/base/ui_base.gyp:ui_base', 881 '../ui/base/ui_base.gyp:ui_base',
882 '../ui/base/ui_base.gyp:ui_base_test_support', 882 '../ui/base/ui_base.gyp:ui_base_test_support',
883 '../ui/base/ui_base.gyp:ui_data_pack', 883 '../ui/base/ui_base.gyp:ui_data_pack',
884 '../ui/compositor/compositor.gyp:compositor_test_support', 884 '../ui/compositor/compositor.gyp:compositor_test_support',
885 '../ui/events/events.gyp:dom_keycode_converter', 885 '../ui/events/events.gyp:dom_keycode_converter',
886 '../ui/events/events.gyp:events_base', 886 '../ui/events/events.gyp:events_base',
887 '../ui/events/events.gyp:events_test_support', 887 '../ui/events/events.gyp:events_test_support',
888 '../ui/events/events.gyp:gesture_detection', 888 '../ui/events/events.gyp:gesture_detection',
889 '../ui/gfx/gfx.gyp:gfx_test_support', 889 '../ui/gfx/gfx.gyp:gfx_test_support',
890 '../ui/resources/ui_resources.gyp:ui_resources', 890 '../ui/resources/ui_resources.gyp:ui_resources',
891 '../ui/surface/surface.gyp:surface', 891 '../ui/surface/surface.gyp:surface',
892 '../url/url.gyp:url_lib', 892 '../url/url.gyp:url_lib',
893 '../v8/tools/gyp/v8.gyp:v8', 893 '../v8/tools/gyp/v8.gyp:v8',
894 'browser/speech/proto/speech_proto.gyp:speech_proto', 894 'browser/speech/proto/speech_proto.gyp:speech_proto',
Tom Sepez 2016/03/31 16:01:34 ditto
Mark Dittmer 2016/03/31 16:21:29 Done.
895 'content_test_mojo_bindings', 895 'content_test_mojo_bindings',
896 'content.gyp:content_app_both', 896 'content.gyp:content_app_both',
897 'content.gyp:content_browser', 897 'content.gyp:content_browser',
898 'content.gyp:content_child', 898 'content.gyp:content_child',
899 'content.gyp:content_common', 899 'content.gyp:content_common',
900 'content.gyp:content_gpu', 900 'content.gyp:content_gpu',
901 'content.gyp:content_plugin', 901 'content.gyp:content_plugin',
902 'content.gyp:content_ppapi_plugin', 902 'content.gyp:content_ppapi_plugin',
903 'content.gyp:content_renderer', 903 'content.gyp:content_renderer',
904 'content.gyp:content_utility', 904 'content.gyp:content_utility',
(...skipping 175 matching lines...) Expand 10 before | Expand all | Expand 10 after
1080 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase', 1080 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase',
1081 '../third_party/libjingle/libjingle.gyp:libjingle', 1081 '../third_party/libjingle/libjingle.gyp:libjingle',
1082 '../third_party/re2/re2.gyp:re2', 1082 '../third_party/re2/re2.gyp:re2',
1083 '../third_party/WebKit/public/blink.gyp:blink', 1083 '../third_party/WebKit/public/blink.gyp:blink',
1084 '../ui/accessibility/accessibility.gyp:accessibility', 1084 '../ui/accessibility/accessibility.gyp:accessibility',
1085 '../ui/base/ui_base.gyp:ui_base', 1085 '../ui/base/ui_base.gyp:ui_base',
1086 '../ui/events/blink/events_blink.gyp:events_blink', 1086 '../ui/events/blink/events_blink.gyp:events_blink',
1087 '../ui/gfx/gfx.gyp:gfx', 1087 '../ui/gfx/gfx.gyp:gfx',
1088 '../ui/gfx/gfx.gyp:gfx_geometry', 1088 '../ui/gfx/gfx.gyp:gfx_geometry',
1089 '../ui/gfx/ipc/gfx_ipc.gyp:gfx_ipc', 1089 '../ui/gfx/ipc/gfx_ipc.gyp:gfx_ipc',
1090 '../ui/gfx/ipc/skia/gfx_ipc_skia.gyp:gfx_ipc_skia',
1090 '../ui/gl/gl.gyp:gl', 1091 '../ui/gl/gl.gyp:gl',
1091 '../ui/gl/gl.gyp:gl_test_support', 1092 '../ui/gl/gl.gyp:gl_test_support',
1092 ], 1093 ],
1093 'include_dirs': [ 1094 'include_dirs': [
1094 '..', 1095 '..',
1095 '<(SHARED_INTERMEDIATE_DIR)', # Needed by render_media_client_unittest. cc. 1096 '<(SHARED_INTERMEDIATE_DIR)', # Needed by render_media_client_unittest. cc.
1096 ], 1097 ],
1097 'sources': [ '<@(content_unittests_sources)' ], 1098 'sources': [ '<@(content_unittests_sources)' ],
1098 'conditions': [ 1099 'conditions': [
1099 ['OS != "win"', { 1100 ['OS != "win"', {
(...skipping 1117 matching lines...) Expand 10 before | Expand all | Expand 10 after
2217 'content_unittests_apk.isolate', 2218 'content_unittests_apk.isolate',
2218 ], 2219 ],
2219 }, 2220 },
2220 ], 2221 ],
2221 }, 2222 },
2222 ], 2223 ],
2223 ], 2224 ],
2224 }], 2225 }],
2225 ], 2226 ],
2226 } 2227 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698