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

Unified Diff: chrome/chrome_tests.gypi

Issue 6684015: Move chrome\gpu to content\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/chrome.gyp ('k') | chrome/gpu/DEPS » ('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 77878)
+++ chrome/chrome_tests.gypi (working copy)
@@ -26,13 +26,13 @@
'browser',
'common',
'renderer',
- 'chrome_gpu',
'chrome_resources',
'chrome_strings',
'app/policy/cloud_policy_codegen.gyp:policy',
'browser/sync/protocol/sync_proto.gyp:sync_proto_cpp',
'theme_resources',
'../base/base.gyp:test_support_base',
+ '../content/content.gyp:content_gpu',
'../ipc/ipc.gyp:test_support_ipc',
'../media/media.gyp:media_test_support',
# 'test/test_url_request_context_getter.h' brings in this requirement.
@@ -1086,7 +1086,6 @@
'browser',
'browser/sync/protocol/sync_proto.gyp:sync_proto_cpp',
'chrome',
- 'chrome_gpu',
'chrome_resources',
'chrome_strings',
'common',
@@ -1099,6 +1098,7 @@
'utility',
'../app/app.gyp:app_base',
'../app/app.gyp:app_resources',
+ '../content/content.gyp:content_gpu',
'../gpu/gpu.gyp:gpu_unittest_utils',
'../ipc/ipc.gyp:ipc',
'../media/media.gyp:media_test_support',
@@ -1751,11 +1751,6 @@
'common/web_apps_unittest.cc',
'common/worker_thread_ticker_unittest.cc',
'common/zip_unittest.cc',
- 'gpu/gpu_idirect3d9_mock_win.cc',
- 'gpu/gpu_idirect3d9_mock_win.h',
- 'gpu/gpu_info_collector_unittest.cc',
- 'gpu/gpu_info_unittest_win.cc',
- 'gpu/gpu_video_decoder_unittest.cc',
'renderer/audio_message_filter_unittest.cc',
'renderer/extensions/extension_api_json_validity_unittest.cc',
'renderer/extensions/json_schema_unittest.cc',
@@ -1840,6 +1835,11 @@
'../content/common/sandbox_mac_unittest_helper.h',
'../content/common/sandbox_mac_unittest_helper.mm',
'../content/common/sandbox_mac_system_access_unittest.mm',
+ '../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',
'../testing/gtest_mac_unittest.mm',
'../third_party/cld/encodings/compact_lang_det/compact_lang_det_unittest_small.cc',
'../webkit/fileapi/file_system_dir_url_request_job_unittest.cc',
@@ -3276,10 +3276,10 @@
'browser',
'common',
'renderer',
- 'chrome_gpu',
'chrome_resources',
'chrome_strings',
'../app/app.gyp:app_base',
+ '../content/content.gyp:content_gpu',
'../base/base.gyp:base',
'../base/base.gyp:test_support_base',
'../base/base.gyp:test_support_perf',
« no previous file with comments | « chrome/chrome.gyp ('k') | chrome/gpu/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698