| Index: content/browser/gpu/generate_webgl_conformance_test_list.py
|
| diff --git a/chrome/test/gpu/generate_webgl_conformance_test_list.py b/content/browser/gpu/generate_webgl_conformance_test_list.py
|
| similarity index 92%
|
| copy from chrome/test/gpu/generate_webgl_conformance_test_list.py
|
| copy to content/browser/gpu/generate_webgl_conformance_test_list.py
|
| index 613e55983fd8ed7627869262cffdaf99be008fe1..9dff85b90d75ae4ac6ab973386ffdd6072be18e1 100755
|
| --- a/chrome/test/gpu/generate_webgl_conformance_test_list.py
|
| +++ b/content/browser/gpu/generate_webgl_conformance_test_list.py
|
| @@ -29,16 +29,16 @@ WARNING = """\
|
|
|
| """
|
| HEADER_GUARD = """\
|
| -#ifndef CHROME_TEST_GPU_WEBGL_CONFORMANCE_TEST_LIST_AUTOGEN_H_
|
| -#define CHROME_TEST_GPU_WEBGL_CONFORMANCE_TEST_LIST_AUTOGEN_H_
|
| +#ifndef CONTENT_TEST_GPU_WEBGL_CONFORMANCE_TEST_LIST_AUTOGEN_H_
|
| +#define CONTENT_TEST_GPU_WEBGL_CONFORMANCE_TEST_LIST_AUTOGEN_H_
|
|
|
| """
|
| HEADER_GUARD_END = """
|
| -#endif // CHROME_TEST_GPU_WEBGL_CONFORMANCE_TEST_LIST_AUTOGEN_H_
|
| +#endif // CONTENT_TEST_GPU_WEBGL_CONFORMANCE_TEST_LIST_AUTOGEN_H_
|
|
|
| """
|
|
|
| -# Assume this script is run from the src/chrome/test/gpu directory.
|
| +# Assume this script is run from the src/content/test/gpu directory.
|
| INPUT_DIR = "../../../third_party/webgl_conformance"
|
| INPUT_FILE = "00_test_list.txt"
|
| OUTPUT_FILE = "webgl_conformance_test_list_autogen.h"
|
|
|