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

Unified Diff: chrome/chrome_tests.gypi

Issue 6793054: Moved code that runs in both the browser and GPU process from content/gpu to content/common/gpu. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 9 years, 9 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/browser/gpu_process_host_ui_shim.cc ('k') | chrome/common/child_process_logging_linux.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/chrome_tests.gypi
===================================================================
--- chrome/chrome_tests.gypi (revision 80399)
+++ chrome/chrome_tests.gypi (working copy)
@@ -1878,7 +1878,7 @@
'../content/browser/webui/web_ui_unittest.cc',
'../content/common/font_descriptor_mac_unittest.mm',
'../content/common/gpu_feature_flags_unittest.cc',
- '../content/common/gpu_info_unittest.cc',
+ '../content/common/gpu/gpu_info_unittest.cc',
'../content/common/mru_cache_unittest.cc',
'../content/common/notification_service_unittest.cc',
'../content/common/process_watcher_unittest.cc',
@@ -1892,8 +1892,8 @@
'../content/gpu/gpu_idirect3d9_mock_win.cc',
'../content/gpu/gpu_idirect3d9_mock_win.h',
'../content/gpu/gpu_info_collector_unittest.cc',
- '../content/gpu/gpu_info_unittest_win.cc',
- '../content/gpu/gpu_video_decoder_unittest.cc',
+ '../content/common/gpu/gpu_info_unittest_win.cc',
+ '../content/common/gpu/gpu_video_decoder_unittest.cc',
'../content/renderer/active_notification_tracker_unittest.cc',
'../content/renderer/audio_message_filter_unittest.cc',
'../content/renderer/gpu_video_decoder_host_unittest.cc',
« no previous file with comments | « chrome/browser/gpu_process_host_ui_shim.cc ('k') | chrome/common/child_process_logging_linux.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698