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