Chromium Code Reviews| Index: third_party/WebKit/Source/core/BUILD.gn |
| diff --git a/third_party/WebKit/Source/core/BUILD.gn b/third_party/WebKit/Source/core/BUILD.gn |
| index 8e267baf0c98effc2ba652fc82d563a73eddc69c..9929d51c420efb56127dc706f180a379f020ee29 100644 |
| --- a/third_party/WebKit/Source/core/BUILD.gn |
| +++ b/third_party/WebKit/Source/core/BUILD.gn |
| @@ -209,10 +209,12 @@ source_set("testing") { |
| ":generated_testing_idls", |
| "//third_party/WebKit/Source/bindings/core/v8:testing", |
| ] |
| - |
| +#maybe not correct |
|
haraken
2016/09/20 07:08:22
Remove this.
lkawai
2016/09/20 08:15:06
Done.
|
| sources = [ |
| "$blink_core_output_dir/testing/InternalSettingsGenerated.cpp", |
| "$blink_core_output_dir/testing/InternalSettingsGenerated.h", |
| + "testing/CallbackFunctionTest.cpp", |
| + "testing/CallbackFunctionTest.h", |
| "testing/DictionaryTest.cpp", |
| "testing/DictionaryTest.h", |
| "testing/DummyPageHolder.cpp", |