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

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: rebase 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 1065 matching lines...) Expand 10 before | Expand all | Expand 10 after
1076 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase', 1076 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase',
1077 '../third_party/libjingle/libjingle.gyp:libjingle', 1077 '../third_party/libjingle/libjingle.gyp:libjingle',
1078 '../third_party/re2/re2.gyp:re2', 1078 '../third_party/re2/re2.gyp:re2',
1079 '../third_party/WebKit/public/blink.gyp:blink', 1079 '../third_party/WebKit/public/blink.gyp:blink',
1080 '../ui/accessibility/accessibility.gyp:accessibility', 1080 '../ui/accessibility/accessibility.gyp:accessibility',
1081 '../ui/base/ui_base.gyp:ui_base', 1081 '../ui/base/ui_base.gyp:ui_base',
1082 '../ui/events/blink/events_blink.gyp:events_blink', 1082 '../ui/events/blink/events_blink.gyp:events_blink',
1083 '../ui/gfx/gfx.gyp:gfx', 1083 '../ui/gfx/gfx.gyp:gfx',
1084 '../ui/gfx/gfx.gyp:gfx_geometry', 1084 '../ui/gfx/gfx.gyp:gfx_geometry',
1085 '../ui/gfx/ipc/gfx_ipc.gyp:gfx_ipc', 1085 '../ui/gfx/ipc/gfx_ipc.gyp:gfx_ipc',
1086 '../ui/gfx/ipc/skia/gfx_ipc_skia.gyp:gfx_ipc_skia',
1086 '../ui/gl/gl.gyp:gl', 1087 '../ui/gl/gl.gyp:gl',
1087 '../ui/gl/gl.gyp:gl_test_support', 1088 '../ui/gl/gl.gyp:gl_test_support',
1088 ], 1089 ],
1089 'include_dirs': [ 1090 'include_dirs': [
1090 '..', 1091 '..',
1091 '<(SHARED_INTERMEDIATE_DIR)', # Needed by render_media_client_unittest. cc. 1092 '<(SHARED_INTERMEDIATE_DIR)', # Needed by render_media_client_unittest. cc.
1092 ], 1093 ],
1093 'sources': [ '<@(content_unittests_sources)' ], 1094 'sources': [ '<@(content_unittests_sources)' ],
1094 'conditions': [ 1095 'conditions': [
1095 ['OS != "win"', { 1096 ['OS != "win"', {
(...skipping 1117 matching lines...) Expand 10 before | Expand all | Expand 10 after
2213 'content_unittests_apk.isolate', 2214 'content_unittests_apk.isolate',
2214 ], 2215 ],
2215 }, 2216 },
2216 ], 2217 ],
2217 }, 2218 },
2218 ], 2219 ],
2219 ], 2220 ],
2220 }], 2221 }],
2221 ], 2222 ],
2222 } 2223 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698