diff --git a/tests/gtest/README.cef.in b/tests/gtest/README.cef.in index 1c15e2e90..5b0b4723d 100644 --- a/tests/gtest/README.cef.in +++ b/tests/gtest/README.cef.in @@ -7,7 +7,7 @@ Description: Fuzed (single header/source file) version of GoogleTest. Generated from the Chromium source checkout with the following command: -cd /path/to/chromium/src/testing/gtest/scripts +cd /path/to/chromium/src/third_party/googletest/src/googletest/scripts ./fuse_gtest_files.py Local Modifications: diff --git a/tools/make_distrib.py b/tools/make_distrib.py index adfc3736c..1c85241e7 100644 --- a/tools/make_distrib.py +++ b/tools/make_distrib.py @@ -160,7 +160,8 @@ def create_readme(): def create_fuzed_gtest(tests_dir): """ Generate a fuzed version of gtest and build the expected directory structure. """ - src_gtest_dir = os.path.join(src_dir, 'testing', 'gtest') + src_gtest_dir = os.path.join(src_dir, 'third_party', 'googletest', 'src', + 'googletest') run('%s fuse_gtest_files.py \"%s\"' % (sys.executable, tests_dir), os.path.join(src_gtest_dir, 'scripts'))