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

Unified Diff: build/all.gyp

Issue 29013002: Fix the coverage build which used to complain about the missing pyautolib target. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 7 years, 2 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 | « no previous file | chrome/chrome_tests.gypi » ('j') | chrome/chrome_tests.gypi » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/all.gyp
===================================================================
--- build/all.gyp (revision 229349)
+++ build/all.gyp (working copy)
@@ -453,15 +453,9 @@
'../chrome/chrome.gyp:chrome',
# Dependencies of pyauto_functional tests.
'../remoting/remoting.gyp:remoting_webapp',
+ '../chrome/chrome.gyp:pyautolib',
],
'conditions': [
- # If you change this condition, make sure you also change it
- # in chrome_tests.gypi
- ['enable_automation==1 and (OS=="mac" or ((OS=="win" or os_posix==1) and target_arch==python_arch))', {
- 'dependencies': [
- '../chrome/chrome.gyp:pyautolib',
- ],
- }],
['OS=="mac"', {
'dependencies': [
'../remoting/remoting.gyp:remoting_me2me_host_archive',
@@ -839,15 +833,9 @@
'../cloud_print/cloud_print.gyp:cloud_print',
'../remoting/remoting.gyp:remoting_webapp',
'../third_party/widevine/cdm/widevine_cdm.gyp:widevinecdmadapter',
+ '../chrome/chrome.gyp:pyautolib',
],
'conditions': [
- # If you change this condition, make sure you also change it
- # in chrome_tests.gypi
- ['enable_automation==1 and (OS=="mac" or (os_posix==1 and target_arch==python_arch))', {
- 'dependencies': [
- '../chrome/chrome.gyp:pyautolib',
- ],
- }],
['internal_pdf', {
'dependencies': [
'../pdf/pdf.gyp:pdf',
« no previous file with comments | « no previous file | chrome/chrome_tests.gypi » ('j') | chrome/chrome_tests.gypi » ('J')

Powered by Google App Engine
This is Rietveld 408576698