OLD | NEW |
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. |
2 # Use of this source code is governed by a BSD-style license that can be | 2 # Use of this source code is governed by a BSD-style license that can be |
3 # found in the LICENSE file. | 3 # found in the LICENSE file. |
4 { | 4 { |
5 'variables' : { | 5 'variables' : { |
6 'pyautolib_sources': [ | 6 'pyautolib_sources': [ |
7 'app/chrome_command_ids.h', | 7 'app/chrome_command_ids.h', |
8 'app/chrome_dll_resource.h', | 8 'app/chrome_dll_resource.h', |
9 'common/automation_constants.h', | 9 'common/automation_constants.h', |
10 'common/pref_names.cc', | 10 'common/pref_names.cc', |
(...skipping 4568 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
4579 #'../net/net.gyp:curvecp_unittests', | 4579 #'../net/net.gyp:curvecp_unittests', |
4580 '../build/temp_gyp/googleurl.gyp:googleurl_unittests', | 4580 '../build/temp_gyp/googleurl.gyp:googleurl_unittests', |
4581 'gpu_tests', | 4581 'gpu_tests', |
4582 '../jingle/jingle.gyp:jingle_unittests', | 4582 '../jingle/jingle.gyp:jingle_unittests', |
4583 '../net/net.gyp:net_perftests', | 4583 '../net/net.gyp:net_perftests', |
4584 'performance_ui_tests', | 4584 'performance_ui_tests', |
4585 'reliability_tests', | 4585 'reliability_tests', |
4586 'safe_browsing_tests', | 4586 'safe_browsing_tests', |
4587 'sync_integration_tests', | 4587 'sync_integration_tests', |
4588 '../third_party/WebKit/Source/WebKit/chromium/WebKitUnitTests.gy
p:webkit_unit_tests', | 4588 '../third_party/WebKit/Source/WebKit/chromium/WebKitUnitTests.gy
p:webkit_unit_tests', |
| 4589 'pyautolib', |
4589 ]}], | 4590 ]}], |
4590 ['OS=="mac"', { | 4591 ['OS=="mac"', { |
4591 'dependencies': [ | 4592 'dependencies': [ |
4592 # Placeholder; empty for now. | 4593 # Placeholder; empty for now. |
4593 ]}], | 4594 ]}], |
4594 ], # 'conditions' | 4595 ], # 'conditions' |
4595 'actions': [ | 4596 'actions': [ |
4596 { | 4597 { |
4597 # 'message' for Linux/scons in particular. Scons | 4598 # 'message' for Linux/scons in particular. Scons |
4598 # requires the 'coverage' target be run from within | 4599 # requires the 'coverage' target be run from within |
(...skipping 68 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
4667 # Use outputs of this action as inputs for the main target build. | 4668 # Use outputs of this action as inputs for the main target build. |
4668 # Seems as a misnomer but makes this happy on Linux (scons). | 4669 # Seems as a misnomer but makes this happy on Linux (scons). |
4669 'process_outputs_as_sources': 1, | 4670 'process_outputs_as_sources': 1, |
4670 }, | 4671 }, |
4671 ], # 'actions' | 4672 ], # 'actions' |
4672 }, | 4673 }, |
4673 ] | 4674 ] |
4674 }], # 'coverage!=0' | 4675 }], # 'coverage!=0' |
4675 ], # 'conditions' | 4676 ], # 'conditions' |
4676 } | 4677 } |
OLD | NEW |