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

Unified Diff: build/SConscript.main

Issue 27008: Add linux printing module. (Closed) Base URL: svn://chrome-svn.corp.google.com/chrome/trunk/src/
Patch Set: Created 11 years, 10 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
« no previous file with comments | « no previous file | chrome/SConscript » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/SConscript.main
===================================================================
--- build/SConscript.main (revision 10102)
+++ build/SConscript.main (working copy)
@@ -104,6 +104,7 @@
GOOGLEURL_DIR = '$OBJ_ROOT/googleurl',
MEDIA_DIR = '$OBJ_ROOT/media',
NET_DIR = '$OBJ_ROOT/net',
+ PRINTING_DIR = '$OBJ_ROOT/printing',
RLZ_DIR = '$OBJ_ROOT/rlz',
SANDBOX_DIR = '$OBJ_ROOT/sandbox',
SDCH_DIR = '$OBJ_ROOT/sdch',
@@ -196,6 +197,7 @@
googleurl = '$GOOGLEURL_DIR/googleurl.scons',
media = '$MEDIA_DIR/media.scons',
net = '$NET_DIR/net.scons',
+ printing = '$PRINTING_DIR/printing.scons',
rlz = '$RLZ_DIR/SConscript',
sandbox = '$SANDBOX_DIR/sandbox.scons',
sdch = '$SDCH_DIR/SConscript',
« no previous file with comments | « no previous file | chrome/SConscript » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698