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

Unified Diff: printing/printing.gyp

Issue 10941025: Simplify document title for Windows printing. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 3 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: printing/printing.gyp
diff --git a/printing/printing.gyp b/printing/printing.gyp
index 89d0d1d687ff5dc6a8ef73c8463a6d587a168fe9..ef0acbff1caed624b4cfec422c8aeea882313fb5 100644
--- a/printing/printing.gyp
+++ b/printing/printing.gyp
@@ -231,8 +231,13 @@
['OS!="win"', {'sources/': [['exclude', '_win_unittest\\.cc$']]}],
['OS=="win" and use_aura == 0', {
'sources': [
- 'printing_context_win_unittest.cc',
- ]
+ 'backend/win_helper_unittest.cc',
+ ],
+ 'conditions': [
+ ['use_aura==0', {
+ 'sources': [ 'printing_context_win_unittest.cc' ]
+ }]
+ ],
}],
['use_cups==1', {
'defines': [

Powered by Google App Engine
This is Rietveld 408576698