| 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',
|
|
|