diff options
Diffstat (limited to 'build/all.gyp')
-rw-r--r-- | build/all.gyp | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/build/all.gyp b/build/all.gyp index 651982f..fe92d66 100644 --- a/build/all.gyp +++ b/build/all.gyp @@ -243,6 +243,17 @@ ], }, # target_name: All_syzygy { + 'target_name': 'dartium_builder', + 'type': 'none', + 'dependencies': [ + '../dart/pkg/pkg.gyp:pkg_packages', + # '../webkit/webkit.gyp:pull_in_webkit_unit_tests', + '../chrome/chrome.gyp:chrome', + '../chrome/chrome.gyp:chromedriver', + '../content/content.gyp:content_shell', + ], + }, + { # Note: Android uses android_builder_tests below. # TODO: Consider merging that with this target. 'target_name': 'chromium_builder_tests', |