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

Side by Side Diff: chrome/chrome_tests.gypi

Issue 4758001: Part 2 of reapplying r64637. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Window recompile after rebase? Created 10 years, 1 month 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 | Annotate | Revision Log
« no previous file with comments | « chrome/chrome_common.gypi ('k') | chrome/common/DEPS » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright (c) 2010 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2010 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 { 5 {
6 'variables' : { 6 'variables' : {
7 'pyautolib_sources': [ 7 'pyautolib_sources': [
8 'app/chrome_command_ids.h', 8 'app/chrome_command_ids.h',
9 'app/chrome_dll_resource.h', 9 'app/chrome_dll_resource.h',
10 'common/automation_constants.h',
10 'common/pref_names.cc', 11 'common/pref_names.cc',
11 'common/pref_names.h', 12 'common/pref_names.h',
12 'test/automation/automation_constants.h',
13 'test/automation/browser_proxy.cc', 13 'test/automation/browser_proxy.cc',
14 'test/automation/browser_proxy.h', 14 'test/automation/browser_proxy.h',
15 'test/automation/tab_proxy.cc', 15 'test/automation/tab_proxy.cc',
16 'test/automation/tab_proxy.h', 16 'test/automation/tab_proxy.h',
17 ], 17 ],
18 }, 18 },
19 'targets': [ 19 'targets': [
20 { 20 {
21 # This target contains mocks and test utilities that don't belong in 21 # This target contains mocks and test utilities that don't belong in
22 # production libraries but are used by more than one test executable. 22 # production libraries but are used by more than one test executable.
(...skipping 3343 matching lines...) Expand 10 before | Expand all | Expand 10 after
3366 ] 3366 ]
3367 }], # 'coverage!=0' 3367 }], # 'coverage!=0'
3368 ], # 'conditions' 3368 ], # 'conditions'
3369 } 3369 }
3370 3370
3371 # Local Variables: 3371 # Local Variables:
3372 # tab-width:2 3372 # tab-width:2
3373 # indent-tabs-mode:nil 3373 # indent-tabs-mode:nil
3374 # End: 3374 # End:
3375 # vim: set expandtab tabstop=2 shiftwidth=2: 3375 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « chrome/chrome_common.gypi ('k') | chrome/common/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698