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

Unified Diff: chrome/chrome_tests_unit.gypi

Issue 146963006: Move blob/mock_blob_url_request_context to content/ (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix one more using clause Created 6 years, 11 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
Index: chrome/chrome_tests_unit.gypi
diff --git a/chrome/chrome_tests_unit.gypi b/chrome/chrome_tests_unit.gypi
index 0d422bdf9e91d798cec195a01f48f463a25dcc16..b6a75508799550796cd541a766fc44d6ea0411e7 100644
--- a/chrome/chrome_tests_unit.gypi
+++ b/chrome/chrome_tests_unit.gypi
@@ -1995,6 +1995,9 @@
'../components/webdata/common/web_data_service_test_util.cc',
'../components/webdata/common/web_data_service_test_util.h',
+ '../content/public/test/mock_blob_url_request_context.cc',
+ '../content/public/test/mock_blob_url_request_context.h',
+
'../skia/ext/analysis_canvas_unittest.cc',
'../skia/ext/bitmap_platform_device_mac_unittest.cc',
'../skia/ext/convolver_unittest.cc',
@@ -2023,8 +2026,6 @@
'../tools/json_schema_compiler/test/simple_api_unittest.cc',
'../tools/json_schema_compiler/test/error_generation_unittest.cc',
'../ui/webui/resources/js/cr.js',
- '../webkit/browser/blob/mock_blob_url_request_context.cc',
- '../webkit/browser/blob/mock_blob_url_request_context.h',
'../webkit/browser/quota/mock_storage_client.cc',
'../webkit/browser/quota/mock_storage_client.h',
],

Powered by Google App Engine
This is Rietveld 408576698