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

Side by Side Diff: content/content_tests.gypi

Issue 1708783002: Mustash: move content::GPUVideoMemoryUsageStats to gpu::VideoMemoryUsageStats (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix re-dep gpu_config => gpu_ipc_common Created 4 years, 10 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 1143 matching lines...) Expand 10 before | Expand all | Expand 10 after
1154 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dyn amic_annotations', 1154 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dyn amic_annotations',
1155 '../cc/cc.gyp:cc', 1155 '../cc/cc.gyp:cc',
1156 '../cc/cc.gyp:cc_surfaces', 1156 '../cc/cc.gyp:cc_surfaces',
1157 '../cc/cc_tests.gyp:cc_test_support', 1157 '../cc/cc_tests.gyp:cc_test_support',
1158 '../crypto/crypto.gyp:crypto', 1158 '../crypto/crypto.gyp:crypto',
1159 '../device/battery/battery.gyp:device_battery', 1159 '../device/battery/battery.gyp:device_battery',
1160 '../device/battery/battery.gyp:device_battery_mojo_bindings', 1160 '../device/battery/battery.gyp:device_battery_mojo_bindings',
1161 '../device/bluetooth/bluetooth.gyp:device_bluetooth', 1161 '../device/bluetooth/bluetooth.gyp:device_bluetooth',
1162 '../gin/gin.gyp:gin', 1162 '../gin/gin.gyp:gin',
1163 '../gpu/gpu.gyp:gpu', 1163 '../gpu/gpu.gyp:gpu',
1164 '../gpu/gpu.gyp:gpu_ipc_common',
1164 '../gpu/gpu.gyp:gpu_unittest_utils', 1165 '../gpu/gpu.gyp:gpu_unittest_utils',
1165 '../ipc/ipc.gyp:test_support_ipc', 1166 '../ipc/ipc.gyp:test_support_ipc',
1166 '../media/media.gyp:media_test_support', 1167 '../media/media.gyp:media_test_support',
1167 '../media/media.gyp:shared_memory_support', 1168 '../media/media.gyp:shared_memory_support',
1168 '../mojo/mojo_base.gyp:mojo_environment_chromium', 1169 '../mojo/mojo_base.gyp:mojo_environment_chromium',
1169 '../mojo/mojo_edk.gyp:mojo_common_test_support', 1170 '../mojo/mojo_edk.gyp:mojo_common_test_support',
1170 '../mojo/mojo_public.gyp:mojo_cpp_bindings', 1171 '../mojo/mojo_public.gyp:mojo_cpp_bindings',
1171 '../net/net.gyp:net_extras', 1172 '../net/net.gyp:net_extras',
1172 '../net/net.gyp:net_test_support', 1173 '../net/net.gyp:net_test_support',
1173 '../skia/skia.gyp:skia', 1174 '../skia/skia.gyp:skia',
(...skipping 1071 matching lines...) Expand 10 before | Expand all | Expand 10 after
2245 'content_unittests_apk.isolate', 2246 'content_unittests_apk.isolate',
2246 ], 2247 ],
2247 }, 2248 },
2248 ], 2249 ],
2249 }, 2250 },
2250 ], 2251 ],
2251 ], 2252 ],
2252 }], 2253 }],
2253 ], 2254 ],
2254 } 2255 }
OLDNEW
« no previous file with comments | « content/content_gpu.gypi ('k') | content/gpu/BUILD.gn » ('j') | content/gpu/BUILD.gn » ('J')

Powered by Google App Engine
This is Rietveld 408576698