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

Unified Diff: chrome/chrome_utility.gypi

Issue 2079233004: Add the Windows.IsPinnedToTaskbar metric. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix compilation Created 4 years, 6 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_utility.gypi
diff --git a/chrome/chrome_utility.gypi b/chrome/chrome_utility.gypi
index 824ecdb5c1e5e7ebbaa2e1149ef885071b1da7f9..13976c04c9adfa5de34985efed1898fc63ef27e6 100644
--- a/chrome/chrome_utility.gypi
+++ b/chrome/chrome_utility.gypi
@@ -15,10 +15,12 @@
'utility/cloud_print/pwg_encoder.h',
'utility/image_decoder_impl.cc',
'utility/image_decoder_impl.h',
+ 'utility/ipc_shell_handler_win.cc',
+ 'utility/ipc_shell_handler_win.h',
'utility/printing_handler.cc',
'utility/printing_handler.h',
- 'utility/shell_handler_win.cc',
- 'utility/shell_handler_win.h',
+ 'utility/shell_handler_impl_win.cc',
+ 'utility/shell_handler_impl_win.h',
'utility/utility_message_handler.h',
],
'chrome_utility_extensions_sources': [

Powered by Google App Engine
This is Rietveld 408576698