| 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/automation_constants.h', |
| (...skipping 1607 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1618 'renderer/safe_browsing/phishing_url_feature_extractor_unittest.cc', | 1618 'renderer/safe_browsing/phishing_url_feature_extractor_unittest.cc', |
| 1619 'renderer/safe_browsing/scorer_unittest.cc', | 1619 'renderer/safe_browsing/scorer_unittest.cc', |
| 1620 'renderer/spellchecker/spellcheck_unittest.cc', | 1620 'renderer/spellchecker/spellcheck_unittest.cc', |
| 1621 'renderer/spellchecker/spellcheck_worditerator_unittest.cc', | 1621 'renderer/spellchecker/spellcheck_worditerator_unittest.cc', |
| 1622 'service/cloud_print/cloud_print_helpers_unittest.cc', | 1622 'service/cloud_print/cloud_print_helpers_unittest.cc', |
| 1623 'service/cloud_print/cloud_print_url_fetcher_unittest.cc', | 1623 'service/cloud_print/cloud_print_url_fetcher_unittest.cc', |
| 1624 'service/service_process_unittest.cc', | 1624 'service/service_process_unittest.cc', |
| 1625 'test/browser_with_test_window_test.cc', | 1625 'test/browser_with_test_window_test.cc', |
| 1626 'test/browser_with_test_window_test.h', | 1626 'test/browser_with_test_window_test.h', |
| 1627 'test/data/resource.rc', | 1627 'test/data/resource.rc', |
| 1628 'test/device_management_test_util.cc', | |
| 1629 'test/device_management_test_util.h', | |
| 1630 'test/file_test_utils.cc', | 1628 'test/file_test_utils.cc', |
| 1631 'test/file_test_utils.h', | 1629 'test/file_test_utils.h', |
| 1632 'test/menu_model_test.cc', | 1630 'test/menu_model_test.cc', |
| 1633 'test/menu_model_test.h', | 1631 'test/menu_model_test.h', |
| 1634 'test/mock_notification_observer.h', | 1632 'test/mock_notification_observer.h', |
| 1635 'test/render_view_test.cc', | 1633 'test/render_view_test.cc', |
| 1636 'test/render_view_test.h', | 1634 'test/render_view_test.h', |
| 1637 'test/sync/test_http_bridge_factory.h', | 1635 'test/sync/test_http_bridge_factory.h', |
| 1638 'test/test_notification_tracker.cc', | 1636 'test/test_notification_tracker.cc', |
| 1639 'test/test_notification_tracker.h', | 1637 'test/test_notification_tracker.h', |
| (...skipping 1743 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3383 ] | 3381 ] |
| 3384 }], # 'coverage!=0' | 3382 }], # 'coverage!=0' |
| 3385 ], # 'conditions' | 3383 ], # 'conditions' |
| 3386 } | 3384 } |
| 3387 | 3385 |
| 3388 # Local Variables: | 3386 # Local Variables: |
| 3389 # tab-width:2 | 3387 # tab-width:2 |
| 3390 # indent-tabs-mode:nil | 3388 # indent-tabs-mode:nil |
| 3391 # End: | 3389 # End: |
| 3392 # vim: set expandtab tabstop=2 shiftwidth=2: | 3390 # vim: set expandtab tabstop=2 shiftwidth=2: |
| OLD | NEW |