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