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

Side by Side Diff: content/content_tests.gypi

Issue 1420533009: Cleanup GpuMemoryManager and helpers. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: more cleanup. Created 5 years, 1 month 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_common.gypi ('k') | gpu/command_buffer/service/gl_context_virtual.h » ('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 630 matching lines...) Expand 10 before | Expand all | Expand 10 after
641 'common/discardable_shared_memory_heap_unittest.cc', 641 'common/discardable_shared_memory_heap_unittest.cc',
642 'common/dom_storage/dom_storage_map_unittest.cc', 642 'common/dom_storage/dom_storage_map_unittest.cc',
643 'common/dwrite_font_platform_win_unittest.cc', 643 'common/dwrite_font_platform_win_unittest.cc',
644 'common/fileapi/file_system_util_unittest.cc', 644 'common/fileapi/file_system_util_unittest.cc',
645 'common/font_warmup_win_unittest.cc', 645 'common/font_warmup_win_unittest.cc',
646 'common/gpu/client/gpu_memory_buffer_impl_shared_memory_unittest.cc', 646 'common/gpu/client/gpu_memory_buffer_impl_shared_memory_unittest.cc',
647 'common/gpu/gpu_channel_test_common.cc', 647 'common/gpu/gpu_channel_test_common.cc',
648 'common/gpu/gpu_channel_test_common.h', 648 'common/gpu/gpu_channel_test_common.h',
649 'common/gpu/gpu_channel_unittest.cc', 649 'common/gpu/gpu_channel_unittest.cc',
650 'common/gpu/gpu_channel_manager_unittest.cc', 650 'common/gpu/gpu_channel_manager_unittest.cc',
651 'common/gpu/gpu_memory_manager_unittest.cc',
652 'common/host_discardable_shared_memory_manager_unittest.cc', 651 'common/host_discardable_shared_memory_manager_unittest.cc',
653 'common/host_shared_bitmap_manager_unittest.cc', 652 'common/host_shared_bitmap_manager_unittest.cc',
654 'common/indexed_db/indexed_db_key_unittest.cc', 653 'common/indexed_db/indexed_db_key_unittest.cc',
655 'common/input/gesture_event_stream_validator_unittest.cc', 654 'common/input/gesture_event_stream_validator_unittest.cc',
656 'common/input/input_param_traits_unittest.cc', 655 'common/input/input_param_traits_unittest.cc',
657 'common/input/touch_event_stream_validator_unittest.cc', 656 'common/input/touch_event_stream_validator_unittest.cc',
658 'common/input/web_input_event_traits_unittest.cc', 657 'common/input/web_input_event_traits_unittest.cc',
659 'common/inter_process_time_ticks_converter_unittest.cc', 658 'common/inter_process_time_ticks_converter_unittest.cc',
660 'common/mac/attributed_string_coder_unittest.mm', 659 'common/mac/attributed_string_coder_unittest.mm',
661 'common/mac/font_descriptor_unittest.mm', 660 'common/mac/font_descriptor_unittest.mm',
(...skipping 1521 matching lines...) Expand 10 before | Expand all | Expand 10 after
2183 'content_unittests_apk.isolate', 2182 'content_unittests_apk.isolate',
2184 ], 2183 ],
2185 }, 2184 },
2186 ], 2185 ],
2187 }, 2186 },
2188 ], 2187 ],
2189 ], 2188 ],
2190 }], 2189 }],
2191 ], 2190 ],
2192 } 2191 }
OLDNEW
« no previous file with comments | « content/content_common.gypi ('k') | gpu/command_buffer/service/gl_context_virtual.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698