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

Side by Side Diff: chrome/chrome_tests.gypi

Issue 10386134: Record API fix adding FirstRun, and allowing repeat-count in capture (plus some browsertests along … (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Fixes for latest review (master merged) Created 8 years, 6 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 unified diff | Download patch
OLDNEW
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 4638 matching lines...) Expand 10 before | Expand all | Expand 10 after
4649 '<(PRODUCT_DIR)/coverage_bundles.py'], 4649 '<(PRODUCT_DIR)/coverage_bundles.py'],
4650 # Use outputs of this action as inputs for the main target build. 4650 # Use outputs of this action as inputs for the main target build.
4651 # Seems as a misnomer but makes this happy on Linux (scons). 4651 # Seems as a misnomer but makes this happy on Linux (scons).
4652 'process_outputs_as_sources': 1, 4652 'process_outputs_as_sources': 1,
4653 }, 4653 },
4654 ], # 'actions' 4654 ], # 'actions'
4655 }, 4655 },
4656 ] 4656 ]
4657 }], # 'coverage!=0' 4657 }], # 'coverage!=0'
4658 ], # 'conditions' 4658 ], # 'conditions'
4659 } 4659 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698