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

Unified Diff: cloud_print/service/win/service.gyp

Issue 1240893004: Preliminary support for Windows manifests in the GN build. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 5 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: cloud_print/service/win/service.gyp
diff --git a/cloud_print/service/win/service.gyp b/cloud_print/service/win/service.gyp
index 0019b6f1ca913ae6f19322a100aa4f311c1fe8ad..29aa3cfc6644f518b5866a50a4c759cc2d7a3061 100644
--- a/cloud_print/service/win/service.gyp
+++ b/cloud_print/service/win/service.gyp
@@ -68,7 +68,7 @@
'msvs_settings': {
'VCManifestTool': {
'AdditionalManifestFiles': [
- 'common-controls.manifest',
+ '<(DEPTH)/build/win/common_controls.manifest',
],
},
'VCLinkerTool': {

Powered by Google App Engine
This is Rietveld 408576698