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

Unified Diff: chrome/chrome.gyp

Issue 24235005: GTTF: Fix build breakage. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 3 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.gyp
diff --git a/chrome/chrome.gyp b/chrome/chrome.gyp
index 0d556b7bb53ca4ccf0c6d4dcb2e95f96b1b2fcbe..f6fad78840b32a4b5d2e007d4931e7edbdb59168 100644
--- a/chrome/chrome.gyp
+++ b/chrome/chrome.gyp
@@ -784,8 +784,6 @@
{
'action_name': 'strip_reliability_tests',
'inputs': [
- '<(PRODUCT_DIR)/automated_ui_tests',
- '<(PRODUCT_DIR)/reliability_tests',
'<(PRODUCT_DIR)/_pyautolib.so',
],
'outputs': [
@@ -797,10 +795,6 @@
'message': 'Stripping reliability tests',
},
],
- 'dependencies': [
- 'automated_ui_tests',
- 'reliability_tests',
- ],
}],
],
},
« 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