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

Unified Diff: chrome/browser/resources/chromeos/chromevox/chromevox.gyp

Issue 295123002: Provide script/gypi support for manifest generation (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: More style. 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
Index: chrome/browser/resources/chromeos/chromevox/chromevox.gyp
diff --git a/chrome/browser/resources/chromeos/chromevox/chromevox.gyp b/chrome/browser/resources/chromeos/chromevox/chromevox.gyp
index 6bc51f83b67b3b962c6422e3156176289ebab06a..42cf7d0cea6810f6c8a36ba4828efd3f4c78a0b4 100644
--- a/chrome/browser/resources/chromeos/chromevox/chromevox.gyp
+++ b/chrome/browser/resources/chromeos/chromevox/chromevox.gyp
@@ -12,6 +12,7 @@
'type': 'none',
'dependencies': [
'chromevox_assets',
+ 'chromevox_guest_manifest',
'chromevox_static_files',
'chromevox_strings',
'chromevox_uncompiled_js_files',
@@ -181,5 +182,15 @@
},
],
},
+ {
+ 'target_name': 'chromevox_guest_manifest',
+ 'type': 'none',
+ 'variables': {
+ 'base_manifest': 'manifest.json',
+ 'override_manifest': 'manifest_guest_overrides.json',
Peter Lundblad 2014/05/22 00:28:25 Shouldn't have build rules that generate files int
David Tseng 2014/05/22 02:42:04 The first suggestion would deviate from how other
+ 'output_manifest': 'manifest_guest.json',
+ },
+ 'includes': [ 'merge_manifests.gypi', ],
+ },
],
}

Powered by Google App Engine
This is Rietveld 408576698