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

Unified Diff: src/platform/cryptohome/SConstruct

Issue 553044: Use packaged libchrome and libchromeos rather than in-tree references (Closed)
Patch Set: Created 10 years, 11 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 | src/platform/cryptohome/debian/changelog » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/platform/cryptohome/SConstruct
diff --git a/src/platform/cryptohome/SConstruct b/src/platform/cryptohome/SConstruct
index abfa4f2ef326231069736bdb1dafeee84c63b25f..b1d9aa8dd1e960f7496ccfe4b353c888aa31ebee 100644
--- a/src/platform/cryptohome/SConstruct
+++ b/src/platform/cryptohome/SConstruct
@@ -26,12 +26,11 @@ test_sources = env.Split("""service_unittest.cc
env.Append(
- CPPPATH=[ '.', '../../common', '..', '../../third_party/chrome/files'],
+ CPPPATH=['.', '..'],
CPPFLAGS=['-pie', '-fstack-protector-all', '-m32',
'-fno-exceptions', '-O2', '-Wall', '-Werror'],
LINKFLAGS=['-m32' ],
LIBS = ['base', 'chromeos', 'rt'],
- LIBPATH=['../../common', '../../third_party/chrome'],
)
env.ParseConfig('pkg-config --cflags --libs gobject-2.0 dbus-1 dbus-glib-1')
« no previous file with comments | « no previous file | src/platform/cryptohome/debian/changelog » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698