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

Unified Diff: build/all.gyp

Issue 7599018: Code to package Cloud Print Linux and Mac virtual drivers. (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: Style fix. Created 9 years, 4 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: build/all.gyp
diff --git a/build/all.gyp b/build/all.gyp
index d93347c40c67c2c4a7d52a17b07fbba9f090c171..e8c69141b7c546b6901fcb96cb722134defd5c55 100644
--- a/build/all.gyp
+++ b/build/all.gyp
@@ -66,6 +66,7 @@
'dependencies': [
'../third_party/yasm/yasm.gyp:*#host',
'../cloud_print/virtual_driver/virtual_driver_posix.gyp:*',
+ '../cloud_print/virtual_driver/posix/virtual_driver_posix_packaging.gyp:*',
],
}],
['OS=="mac" or OS=="win"', {
@@ -84,6 +85,7 @@
'../courgette/courgette.gyp:*',
'../dbus/dbus.gyp:*',
'../sandbox/sandbox.gyp:*',
+ '../cloud_print/virtual_driver/posix/virtual_driver_posix_packaging.gyp:*',
],
'conditions': [
['branding=="Chrome"', {

Powered by Google App Engine
This is Rietveld 408576698