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

Unified Diff: chrome/chrome_tests_unit.gypi

Issue 307743002: Move MockPrinter to chrome/renderer/printing. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 7 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 | « no previous file | chrome/renderer/chrome_mock_render_thread.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/chrome_tests_unit.gypi
diff --git a/chrome/chrome_tests_unit.gypi b/chrome/chrome_tests_unit.gypi
index a97c1b1f6ee537d3d4132f7dd5bca9f1844d32d7..76d918b942ec815ff80cf9d0b41dd40a77689573 100644
--- a/chrome/chrome_tests_unit.gypi
+++ b/chrome/chrome_tests_unit.gypi
@@ -211,8 +211,8 @@
'renderer/chrome_mock_render_thread.h',
'renderer/media/mock_webrtc_logging_message_filter.cc',
'renderer/media/mock_webrtc_logging_message_filter.h',
- 'renderer/mock_printer.cc',
- 'renderer/mock_printer.h',
+ 'renderer/printing/mock_printer.cc',
+ 'renderer/printing/mock_printer.h',
'renderer/safe_browsing/mock_feature_extractor_clock.cc',
'renderer/safe_browsing/mock_feature_extractor_clock.h',
'renderer/safe_browsing/test_utils.cc',
@@ -367,8 +367,8 @@
}],
['enable_printing==0', {
'sources/': [
- ['exclude', '^renderer/mock_printer.cc'],
- ['exclude', '^renderer/mock_printer.h'],
+ ['exclude', '^renderer/printing/mock_printer.cc'],
+ ['exclude', '^renderer/printing/mock_printer.h'],
],
}],
['OS=="android"', {
« no previous file with comments | « no previous file | chrome/renderer/chrome_mock_render_thread.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698