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

Side by Side Diff: content/content_tests.gypi

Issue 1922373002: Make ui/gfx/range a component (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixed windows issues + addressed nit Created 4 years, 7 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
« no previous file with comments | « content/content_renderer.gypi ('k') | ui/app_list/app_list.gyp » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 852 matching lines...) Expand 10 before | Expand all | Expand 10 after
863 '../ui/base/ime/ui_base_ime.gyp:ui_base_ime', 863 '../ui/base/ime/ui_base_ime.gyp:ui_base_ime',
864 '../ui/base/ui_base.gyp:ui_base', 864 '../ui/base/ui_base.gyp:ui_base',
865 '../ui/base/ui_base.gyp:ui_base_test_support', 865 '../ui/base/ui_base.gyp:ui_base_test_support',
866 '../ui/base/ui_base.gyp:ui_data_pack', 866 '../ui/base/ui_base.gyp:ui_data_pack',
867 '../ui/compositor/compositor.gyp:compositor_test_support', 867 '../ui/compositor/compositor.gyp:compositor_test_support',
868 '../ui/display/display.gyp:display', 868 '../ui/display/display.gyp:display',
869 '../ui/events/events.gyp:dom_keycode_converter', 869 '../ui/events/events.gyp:dom_keycode_converter',
870 '../ui/events/events.gyp:events_base', 870 '../ui/events/events.gyp:events_base',
871 '../ui/events/events.gyp:events_test_support', 871 '../ui/events/events.gyp:events_test_support',
872 '../ui/events/events.gyp:gesture_detection', 872 '../ui/events/events.gyp:gesture_detection',
873 '../ui/gfx/gfx.gyp:gfx_range',
873 '../ui/gfx/gfx.gyp:gfx_test_support', 874 '../ui/gfx/gfx.gyp:gfx_test_support',
874 '../ui/resources/ui_resources.gyp:ui_resources', 875 '../ui/resources/ui_resources.gyp:ui_resources',
875 '../ui/surface/surface.gyp:surface', 876 '../ui/surface/surface.gyp:surface',
876 '../url/url.gyp:url_lib', 877 '../url/url.gyp:url_lib',
877 '../v8/src/v8.gyp:v8', 878 '../v8/src/v8.gyp:v8',
878 'browser/speech/proto/speech_proto.gyp:speech_proto', 879 'browser/speech/proto/speech_proto.gyp:speech_proto',
879 'content_test_mojo_bindings', 880 'content_test_mojo_bindings',
880 'content.gyp:content_app_both', 881 'content.gyp:content_app_both',
881 'content.gyp:content_browser', 882 'content.gyp:content_browser',
882 'content.gyp:content_child', 883 'content.gyp:content_child',
(...skipping 179 matching lines...) Expand 10 before | Expand all | Expand 10 after
1062 '../third_party/icu/icu.gyp:icuuc', 1063 '../third_party/icu/icu.gyp:icuuc',
1063 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase', 1064 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase',
1064 '../third_party/libjingle/libjingle.gyp:libjingle', 1065 '../third_party/libjingle/libjingle.gyp:libjingle',
1065 '../third_party/re2/re2.gyp:re2', 1066 '../third_party/re2/re2.gyp:re2',
1066 '../third_party/WebKit/public/blink.gyp:blink', 1067 '../third_party/WebKit/public/blink.gyp:blink',
1067 '../ui/accessibility/accessibility.gyp:accessibility', 1068 '../ui/accessibility/accessibility.gyp:accessibility',
1068 '../ui/base/ui_base.gyp:ui_base', 1069 '../ui/base/ui_base.gyp:ui_base',
1069 '../ui/events/blink/events_blink.gyp:events_blink', 1070 '../ui/events/blink/events_blink.gyp:events_blink',
1070 '../ui/gfx/gfx.gyp:gfx', 1071 '../ui/gfx/gfx.gyp:gfx',
1071 '../ui/gfx/gfx.gyp:gfx_geometry', 1072 '../ui/gfx/gfx.gyp:gfx_geometry',
1073 '../ui/gfx/gfx.gyp:gfx_range',
1072 '../ui/gfx/ipc/gfx_ipc.gyp:gfx_ipc', 1074 '../ui/gfx/ipc/gfx_ipc.gyp:gfx_ipc',
1073 '../ui/gfx/ipc/skia/gfx_ipc_skia.gyp:gfx_ipc_skia', 1075 '../ui/gfx/ipc/skia/gfx_ipc_skia.gyp:gfx_ipc_skia',
1074 '../ui/gl/gl.gyp:gl', 1076 '../ui/gl/gl.gyp:gl',
1075 '../ui/gl/gl.gyp:gl_test_support', 1077 '../ui/gl/gl.gyp:gl_test_support',
1076 ], 1078 ],
1077 'include_dirs': [ 1079 'include_dirs': [
1078 '..', 1080 '..',
1079 '<(SHARED_INTERMEDIATE_DIR)', # Needed by render_media_client_unittest. cc. 1081 '<(SHARED_INTERMEDIATE_DIR)', # Needed by render_media_client_unittest. cc.
1080 ], 1082 ],
1081 'sources': [ '<@(content_unittests_sources)' ], 1083 'sources': [ '<@(content_unittests_sources)' ],
(...skipping 1016 matching lines...) Expand 10 before | Expand all | Expand 10 after
2098 'content_unittests_apk.isolate', 2100 'content_unittests_apk.isolate',
2099 ], 2101 ],
2100 }, 2102 },
2101 ], 2103 ],
2102 }, 2104 },
2103 ], 2105 ],
2104 ], 2106 ],
2105 }], 2107 }],
2106 ], 2108 ],
2107 } 2109 }
OLDNEW
« no previous file with comments | « content/content_renderer.gypi ('k') | ui/app_list/app_list.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698