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

Unified Diff: src/platform/microbenchmark/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 | « src/platform/metrics_daemon/debian/changelog ('k') | src/platform/microbenchmark/debian/changelog » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/platform/microbenchmark/SConstruct
diff --git a/src/platform/microbenchmark/SConstruct b/src/platform/microbenchmark/SConstruct
index 903640310add1ea951274fbc0d13a2ddb8023418..c4ba1dc90a28dbd472ef8490df36407eda6ff05a 100644
--- a/src/platform/microbenchmark/SConstruct
+++ b/src/platform/microbenchmark/SConstruct
@@ -11,12 +11,9 @@ env = Environment()
driver_sources = env.Split("""microbenchmark.cc
main.cc""")
-# TODO: References to ../../third_party/chrome/ should be replaced by using
-# installed packages in the chroot.
env.Append(
- CPPPATH=['..', '../../third_party/chrome/files', '../../common'],
+ CPPPATH=['..'],
CCFLAGS=['-g', '-fno-exceptions', '-Wall', '-Werror'],
- LIBPATH=['../../third_party/chrome'],
# These need to be included by anyone linking against _main.
LIBS=['base', 'gtest', 'rt', 'pthread'],
)
« no previous file with comments | « src/platform/metrics_daemon/debian/changelog ('k') | src/platform/microbenchmark/debian/changelog » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698