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

Side by Side Diff: chrome/chrome_tests.gypi

Issue 4200007: Refactor automation messages. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: chrome_frame no longer depends on tab_contents.h 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/automation_constants.h » ('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_dll_resource.h', 8 'app/chrome_dll_resource.h',
9 'common/automation_constants.h',
9 'common/pref_names.cc', 10 'common/pref_names.cc',
10 'common/pref_names.h', 11 'common/pref_names.h',
11 'test/automation/automation_constants.h',
12 'test/automation/browser_proxy.cc', 12 'test/automation/browser_proxy.cc',
13 'test/automation/browser_proxy.h', 13 'test/automation/browser_proxy.h',
14 'test/automation/tab_proxy.cc', 14 'test/automation/tab_proxy.cc',
15 'test/automation/tab_proxy.h', 15 'test/automation/tab_proxy.h',
16 ], 16 ],
17 }, 17 },
18 'targets': [ 18 'targets': [
19 { 19 {
20 # This target contains mocks and test utilities that don't belong in 20 # This target contains mocks and test utilities that don't belong in
21 # production libraries but are used by more than one test executable. 21 # production libraries but are used by more than one test executable.
(...skipping 3302 matching lines...) Expand 10 before | Expand all | Expand 10 after
3324 ] 3324 ]
3325 }], # 'coverage!=0' 3325 }], # 'coverage!=0'
3326 ], # 'conditions' 3326 ], # 'conditions'
3327 } 3327 }
3328 3328
3329 # Local Variables: 3329 # Local Variables:
3330 # tab-width:2 3330 # tab-width:2
3331 # indent-tabs-mode:nil 3331 # indent-tabs-mode:nil
3332 # End: 3332 # End:
3333 # vim: set expandtab tabstop=2 shiftwidth=2: 3333 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « chrome/chrome_common.gypi ('k') | chrome/common/automation_constants.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698