summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--build/all.gyp1
-rw-r--r--chrome/tools/build/win/FILES.cfg5
2 files changed, 6 insertions, 0 deletions
diff --git a/build/all.gyp b/build/all.gyp
index 60ee4b2..a189bc6 100644
--- a/build/all.gyp
+++ b/build/all.gyp
@@ -1082,6 +1082,7 @@
'type': 'none',
'dependencies': [
'../base/base.gyp:base_unittests',
+ '../chrome/chrome.gyp:browser_tests',
'../chrome/chrome.gyp:crash_service',
'../chrome/chrome.gyp:gcapi_dll',
'../chrome/chrome.gyp:pack_policy_templates',
diff --git a/chrome/tools/build/win/FILES.cfg b/chrome/tools/build/win/FILES.cfg
index 82b4cfa..ce25539 100644
--- a/chrome/tools/build/win/FILES.cfg
+++ b/chrome/tools/build/win/FILES.cfg
@@ -31,6 +31,11 @@
FILES = [
{
+ 'filename': 'browser_tests.exe',
+ 'buildtype': ['official'],
+ 'archive': 'browser_tests.exe',
+ },
+ {
'filename': 'ffmpegsumo.dll',
'buildtype': ['dev', 'official'],
'filegroup': ['default', 'symsrc'],