Chromium Code Reviews| Index: BUILD.gn |
| diff --git a/BUILD.gn b/BUILD.gn |
| index 8c0812052e3c82566d72e24797ba82a4009e7ca7..06ce0afb4ca6576c253d2f6ec2c481624ac47a14 100644 |
| --- a/BUILD.gn |
| +++ b/BUILD.gn |
| @@ -933,6 +933,7 @@ if (!is_ios) { |
| "//content/shell:content_shell", |
| "//third_party/mesa:osmesa", |
| "//tools/imagediff", |
| + "//third_party/WebKit/public:blink_devtools_frontend_resources_files", |
|
jbudorick
2017/02/17 21:34:06
nit: Sort this, please.
mithro
2017/02/17 21:35:43
Why didn't "gn format" do that?
|
| ] |
| if (is_android) { |
| @@ -968,6 +969,7 @@ if (!is_ios) { |
| "//testing/xvfb.py", |
| "//testing/scripts/run_isolated_script_test.py", |
| "//third_party/WebKit/LayoutTests/", |
| + "//third_party/WebKit/PerformanceTests/", |
| "//third_party/WebKit/Tools/Scripts/", |
| "$root_build_dir/resources/inspector/", |
| ] |