OLD | NEW |
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 Loading... |
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: |
OLD | NEW |