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

Side by Side Diff: content/content_tests.gypi

Issue 9289052: Adding GpuMemoryManager to track GpuCommandBufferStub visibility and last_used_time and dictate mem… (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Minor updates, working on tests Created 8 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) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 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 'targets': [ 6 'targets': [
7 { 7 {
8 'target_name': 'test_support_content', 8 'target_name': 'test_support_content',
9 'type': 'static_library', 9 'type': 'static_library',
10 'defines!': ['CONTENT_IMPLEMENTATION'], 10 'defines!': ['CONTENT_IMPLEMENTATION'],
(...skipping 241 matching lines...) Expand 10 before | Expand all | Expand 10 after
252 'browser/tab_contents/navigation_entry_impl_unittest.cc', 252 'browser/tab_contents/navigation_entry_impl_unittest.cc',
253 'browser/tab_contents/render_view_host_manager_unittest.cc', 253 'browser/tab_contents/render_view_host_manager_unittest.cc',
254 'browser/tab_contents/tab_contents_delegate_unittest.cc', 254 'browser/tab_contents/tab_contents_delegate_unittest.cc',
255 'browser/tab_contents/tab_contents_unittest.cc', 255 'browser/tab_contents/tab_contents_unittest.cc',
256 'browser/tab_contents/web_drag_dest_mac_unittest.mm', 256 'browser/tab_contents/web_drag_dest_mac_unittest.mm',
257 'browser/trace_subscriber_stdio_unittest.cc', 257 'browser/trace_subscriber_stdio_unittest.cc',
258 'common/mac/attributed_string_coder_unittest.mm', 258 'common/mac/attributed_string_coder_unittest.mm',
259 'common/mac/font_descriptor_unittest.mm', 259 'common/mac/font_descriptor_unittest.mm',
260 'common/gpu/gpu_feature_flags_unittest.cc', 260 'common/gpu/gpu_feature_flags_unittest.cc',
261 'common/gpu/gpu_info_unittest.cc', 261 'common/gpu/gpu_info_unittest.cc',
262 'common/gpu/gpu_memory_manager_unittest.cc',
nduca 2012/01/31 06:53:47 you might need to run ./build/gyp_chromium to get
mmocny 2012/01/31 18:54:57 I've been doing gclient runhooks, which I assume j
262 'common/hi_res_timer_manager_unittest.cc', 263 'common/hi_res_timer_manager_unittest.cc',
263 'common/inter_process_time_ticks_converter_unittest.cc', 264 'common/inter_process_time_ticks_converter_unittest.cc',
264 'common/net/url_fetcher_impl_unittest.cc', 265 'common/net/url_fetcher_impl_unittest.cc',
265 'common/page_zoom_unittest.cc', 266 'common/page_zoom_unittest.cc',
266 'common/resource_dispatcher_unittest.cc', 267 'common/resource_dispatcher_unittest.cc',
267 'common/sandbox_mac_diraccess_unittest.mm', 268 'common/sandbox_mac_diraccess_unittest.mm',
268 'common/sandbox_mac_fontloading_unittest.mm', 269 'common/sandbox_mac_fontloading_unittest.mm',
269 'common/sandbox_mac_unittest_helper.h', 270 'common/sandbox_mac_unittest_helper.h',
270 'common/sandbox_mac_unittest_helper.mm', 271 'common/sandbox_mac_unittest_helper.mm',
271 'common/sandbox_mac_system_access_unittest.mm', 272 'common/sandbox_mac_system_access_unittest.mm',
(...skipping 194 matching lines...) Expand 10 before | Expand all | Expand 10 after
466 ], 467 ],
467 'sources': [ 468 'sources': [
468 'common/gpu/media/video_decode_accelerator_unittest.cc', 469 'common/gpu/media/video_decode_accelerator_unittest.cc',
469 ], 470 ],
470 } 471 }
471 ], 472 ],
472 }, 473 },
473 ], 474 ],
474 ], 475 ],
475 } 476 }
OLDNEW
« content/common/gpu/gpu_memory_manager_unittest.cc ('K') | « content/content_common.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698