Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(5985)

Unified Diff: chrome/chrome_tests.gypi

Issue 6271015: Add a chromium_builder_perf target. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « build/all.gyp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/chrome_tests.gypi
diff --git a/chrome/chrome_tests.gypi b/chrome/chrome_tests.gypi
index 56c23b46b232d145057e1cdd336253ae5a9ecd09..fb4683b6c3356f6b60c8faa0adf6aee237728004 100644
--- a/chrome/chrome_tests.gypi
+++ b/chrome/chrome_tests.gypi
@@ -199,6 +199,11 @@
'test/ui/ui_test_suite.h',
],
'conditions': [
+ ['OS=="win"', {
+ 'dependencies': [
+ 'chrome.gyp:crash_service', # run time dependency
+ ],
+ }],
['OS=="linux"', {
'dependencies': [
'../build/linux/system.gyp:gtk',
@@ -407,7 +412,6 @@
'dependencies': [
'../app/app.gyp:app_resources',
'chrome.gyp:chrome_dll_version',
- 'chrome.gyp:crash_service', # run time dependency
'chrome.gyp:installer_util_strings',
'../sandbox/sandbox.gyp:sandbox',
'../third_party/iaccessible2/iaccessible2.gyp:iaccessible2',
@@ -595,7 +599,6 @@
'<(DEPTH)/third_party/wtl/include',
],
'dependencies': [
- 'crash_service', # run time dependency
'security_tests', # run time dependency
'test_support_common',
'../google_update/google_update.gyp:google_update',
@@ -740,7 +743,6 @@
'third_party/wtl/include',
],
'dependencies': [
- 'crash_service', # run time dependency
'test_support_common',
'../google_update/google_update.gyp:google_update',
'../views/views.gyp:views',
@@ -860,7 +862,6 @@
['OS=="win"', {
'dependencies': [
'chrome_nacl_win64',
- 'crash_service', # run time dependency
'nacl_security_tests', # run time dependency
'nacl_security_tests64', # run time dependency
'test_support_common',
@@ -928,7 +929,6 @@
['OS=="win"', {
'dependencies': [
'chrome_nacl_win64',
- 'crash_service', # run time dependency
'security_tests', # run time dependency
'test_support_common',
'../google_update/google_update.gyp:google_update',
« no previous file with comments | « build/all.gyp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698