Chromium Code Reviews| OLD | NEW |
|---|---|
| 1 # Copyright (c) 2011 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2011 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 1788 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 1799 'renderer/safe_browsing/phishing_url_feature_extractor_unittest.cc', | 1799 'renderer/safe_browsing/phishing_url_feature_extractor_unittest.cc', |
| 1800 'renderer/safe_browsing/scorer_unittest.cc', | 1800 'renderer/safe_browsing/scorer_unittest.cc', |
| 1801 'renderer/spellchecker/spellcheck_unittest.cc', | 1801 'renderer/spellchecker/spellcheck_unittest.cc', |
| 1802 'renderer/spellchecker/spellcheck_provider_unittest.cc', | 1802 'renderer/spellchecker/spellcheck_provider_unittest.cc', |
| 1803 'renderer/spellchecker/spellcheck_worditerator_unittest.cc', | 1803 'renderer/spellchecker/spellcheck_worditerator_unittest.cc', |
| 1804 'service/cloud_print/cloud_print_helpers_unittest.cc', | 1804 'service/cloud_print/cloud_print_helpers_unittest.cc', |
| 1805 'service/cloud_print/cloud_print_url_fetcher_unittest.cc', | 1805 'service/cloud_print/cloud_print_url_fetcher_unittest.cc', |
| 1806 'service/service_process_unittest.cc', | 1806 'service/service_process_unittest.cc', |
| 1807 'test/browser_with_test_window_test.cc', | 1807 'test/browser_with_test_window_test.cc', |
| 1808 'test/browser_with_test_window_test.h', | 1808 'test/browser_with_test_window_test.h', |
| 1809 'test/data/History/url_history_provider_test.db.txt', | |
|
Paweł Hajdan Jr.
2011/03/09 10:16:35
Why are those data files being added to gyp? We ha
mrossetti
2011/03/10 01:31:14
Done.
| |
| 1810 'test/data/History/url_history_provider_test_limited.db.txt', | |
| 1809 'test/data/resource.rc', | 1811 'test/data/resource.rc', |
| 1810 'test/file_test_utils.cc', | 1812 'test/file_test_utils.cc', |
| 1811 'test/file_test_utils.h', | 1813 'test/file_test_utils.h', |
| 1812 'test/menu_model_test.cc', | 1814 'test/menu_model_test.cc', |
| 1813 'test/menu_model_test.h', | 1815 'test/menu_model_test.h', |
| 1814 'test/render_view_test.cc', | 1816 'test/render_view_test.cc', |
| 1815 'test/render_view_test.h', | 1817 'test/render_view_test.h', |
| 1816 'test/sync/test_http_bridge_factory.cc', | 1818 'test/sync/test_http_bridge_factory.cc', |
| 1817 'test/sync/test_http_bridge_factory.h', | 1819 'test/sync/test_http_bridge_factory.h', |
| 1818 'test/test_notification_tracker.cc', | 1820 'test/test_notification_tracker.cc', |
| (...skipping 1982 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 3801 ] | 3803 ] |
| 3802 }], # 'coverage!=0' | 3804 }], # 'coverage!=0' |
| 3803 ], # 'conditions' | 3805 ], # 'conditions' |
| 3804 } | 3806 } |
| 3805 | 3807 |
| 3806 # Local Variables: | 3808 # Local Variables: |
| 3807 # tab-width:2 | 3809 # tab-width:2 |
| 3808 # indent-tabs-mode:nil | 3810 # indent-tabs-mode:nil |
| 3809 # End: | 3811 # End: |
| 3810 # vim: set expandtab tabstop=2 shiftwidth=2: | 3812 # vim: set expandtab tabstop=2 shiftwidth=2: |
| OLD | NEW |