Index: build/all.gyp |
diff --git a/build/all.gyp b/build/all.gyp |
index d042c4d580b305681a8e172ef65f2f5967fab4b5..c421923ed5da41b163f4f2c0e09951743678467e 100644 |
--- a/build/all.gyp |
+++ b/build/all.gyp |
@@ -524,6 +524,14 @@ |
'../webkit/webkit.gyp:pull_in_DumpRenderTree', |
], |
}, |
+ { |
+ 'target_name': 'chromium_builder_qa_nacl_win64', |
+ 'type': 'none', |
+ 'dependencies': [ |
+ 'chromium_builder_qa', # needed for pyauto |
+ '../chrome/chrome.gyp:chrome_nacl_win64', |
+ ], |
+ }, # target_name: chromium_builder_qa_nacl_win64 |
], # targets |
'conditions': [ |
['branding=="Chrome"', { |