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

Unified Diff: SConstruct

Issue 3114010: AU: fix local compilation (Closed) Base URL: ssh://git@chromiumos-git/update_engine.git
Patch Set: fix for review Created 10 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: SConstruct
diff --git a/SConstruct b/SConstruct
index a24586b11a501158d2c91ecde00207301298b571..97444ef549918a268ff4f9c74e2e168e7ce48edc 100644
--- a/SConstruct
+++ b/SConstruct
@@ -168,8 +168,7 @@ env['LIBS'] = Split("""base
ssl
xml2
z""")
-env['CPPPATH'] = ['..', '../../third_party/chrome/files', '../../common']
-env['LIBPATH'] = ['../../third_party/chrome']
+env['CPPPATH'] = ['..']
env['BUILDERS']['ProtocolBuffer'] = proto_builder
env['BUILDERS']['DbusBindings'] = dbus_bindings_builder
env['BUILDERS']['GlibMarshal'] = glib_marshal_builder
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698