 Chromium Code Reviews
 Chromium Code Reviews Issue 1515833004:
  Add missing data_deps to webkit_unit_tests  (Closed) 
  Base URL: https://chromium.googlesource.com/chromium/src.git@master
    
  
    Issue 1515833004:
  Add missing data_deps to webkit_unit_tests  (Closed) 
  Base URL: https://chromium.googlesource.com/chromium/src.git@master| Index: third_party/WebKit/Source/web/BUILD.gn | 
| diff --git a/third_party/WebKit/Source/web/BUILD.gn b/third_party/WebKit/Source/web/BUILD.gn | 
| index caa4ea1eb21a6d432909e91be57dd4beb3b781f4..c254405397859fd3bd866163fd32256f81c0c395 100644 | 
| --- a/third_party/WebKit/Source/web/BUILD.gn | 
| +++ b/third_party/WebKit/Source/web/BUILD.gn | 
| @@ -129,6 +129,10 @@ test("webkit_unit_tests") { | 
| "//v8", | 
| ] | 
| + data_deps = [ | 
| + "//content/shell:pak", | 
| 
engedy
2015/12/10 13:54:33
Shouldn't this somehow include the test data that
 
tzik
2015/12/10 14:00:08
Added. Yes, it's likely needed.
 | 
| + ] | 
| + | 
| sources = [ | 
| "tests/RunAllTests.cpp", | 
| ] |