| 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 77 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 88 'browser/renderer_host/test/test_backing_store.cc', | 88 'browser/renderer_host/test/test_backing_store.cc', |
| 89 'browser/renderer_host/test/test_backing_store.h', | 89 'browser/renderer_host/test/test_backing_store.h', |
| 90 'browser/renderer_host/test/test_render_view_host.cc', | 90 'browser/renderer_host/test/test_render_view_host.cc', |
| 91 'browser/renderer_host/test/test_render_view_host.h', | 91 'browser/renderer_host/test/test_render_view_host.h', |
| 92 'browser/sessions/session_service_test_helper.cc', | 92 'browser/sessions/session_service_test_helper.cc', |
| 93 'browser/sessions/session_service_test_helper.h', | 93 'browser/sessions/session_service_test_helper.h', |
| 94 'browser/sync/profile_sync_service_mock.cc', | 94 'browser/sync/profile_sync_service_mock.cc', |
| 95 'browser/sync/profile_sync_service_mock.h', | 95 'browser/sync/profile_sync_service_mock.h', |
| 96 'browser/sync/syncable/syncable_mock.cc', | 96 'browser/sync/syncable/syncable_mock.cc', |
| 97 'browser/sync/syncable/syncable_mock.h', | 97 'browser/sync/syncable/syncable_mock.h', |
| 98 'browser/tab_contents/test_tab_contents.cc', | |
| 99 'browser/tab_contents/test_tab_contents.h', | |
| 100 'browser/ui/browser.h', | 98 'browser/ui/browser.h', |
| 101 'browser/ui/cocoa/browser_test_helper.h', | 99 'browser/ui/cocoa/browser_test_helper.h', |
| 102 'browser/ui/tab_contents/test_tab_contents_wrapper.cc', | 100 'browser/ui/tab_contents/test_tab_contents_wrapper.cc', |
| 103 'browser/ui/tab_contents/test_tab_contents_wrapper.h', | 101 'browser/ui/tab_contents/test_tab_contents_wrapper.h', |
| 104 'common/net/test_url_fetcher_factory.cc', | 102 'common/net/test_url_fetcher_factory.cc', |
| 105 'common/net/test_url_fetcher_factory.h', | 103 'common/net/test_url_fetcher_factory.h', |
| 106 'common/notification_observer_mock.cc', | 104 'common/notification_observer_mock.cc', |
| 107 'common/notification_observer_mock.h', | 105 'common/notification_observer_mock.h', |
| 108 'common/pref_store_observer_mock.cc', | 106 'common/pref_store_observer_mock.cc', |
| 109 'common/pref_store_observer_mock.h', | 107 'common/pref_store_observer_mock.h', |
| (...skipping 65 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 175 'test/thread_test_helper.h', | 173 'test/thread_test_helper.h', |
| 176 'test/ui_test_utils.cc', | 174 'test/ui_test_utils.cc', |
| 177 'test/ui_test_utils.h', | 175 'test/ui_test_utils.h', |
| 178 'test/ui_test_utils_linux.cc', | 176 'test/ui_test_utils_linux.cc', |
| 179 'test/ui_test_utils_mac.mm', | 177 'test/ui_test_utils_mac.mm', |
| 180 'test/ui_test_utils_win.cc', | 178 'test/ui_test_utils_win.cc', |
| 181 'test/unit/chrome_test_suite.cc', | 179 'test/unit/chrome_test_suite.cc', |
| 182 'test/unit/chrome_test_suite.h', | 180 'test/unit/chrome_test_suite.h', |
| 183 'test/values_test_util.cc', | 181 'test/values_test_util.cc', |
| 184 'test/values_test_util.h', | 182 'test/values_test_util.h', |
| 183 '../content/browser/tab_contents/test_tab_contents.cc', |
| 184 '../content/browser/tab_contents/test_tab_contents.h', |
| 185 ], | 185 ], |
| 186 'conditions': [ | 186 'conditions': [ |
| 187 ['OS=="linux"', { | 187 ['OS=="linux"', { |
| 188 'dependencies': [ | 188 'dependencies': [ |
| 189 '../build/linux/system.gyp:gtk', | 189 '../build/linux/system.gyp:gtk', |
| 190 '../build/linux/system.gyp:nss', | 190 '../build/linux/system.gyp:nss', |
| 191 ], | 191 ], |
| 192 }], | 192 }], |
| 193 ['OS=="win"', { | 193 ['OS=="win"', { |
| 194 'include_dirs': [ | 194 'include_dirs': [ |
| (...skipping 1346 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1541 'browser/sync/profile_sync_test_util.cc', | 1541 'browser/sync/profile_sync_test_util.cc', |
| 1542 'browser/sync/profile_sync_test_util.h', | 1542 'browser/sync/profile_sync_test_util.h', |
| 1543 'browser/sync/signin_manager_unittest.cc', | 1543 'browser/sync/signin_manager_unittest.cc', |
| 1544 'browser/sync/sync_setup_wizard_unittest.cc', | 1544 'browser/sync/sync_setup_wizard_unittest.cc', |
| 1545 'browser/sync/sync_ui_util_mac_unittest.mm', | 1545 'browser/sync/sync_ui_util_mac_unittest.mm', |
| 1546 'browser/sync/sync_ui_util_unittest.cc', | 1546 'browser/sync/sync_ui_util_unittest.cc', |
| 1547 'browser/sync/test_profile_sync_service.h', | 1547 'browser/sync/test_profile_sync_service.h', |
| 1548 'browser/sync/test_profile_sync_service.cc', | 1548 'browser/sync/test_profile_sync_service.cc', |
| 1549 'browser/sync/util/cryptographer_unittest.cc', | 1549 'browser/sync/util/cryptographer_unittest.cc', |
| 1550 'browser/sync/util/nigori_unittest.cc', | 1550 'browser/sync/util/nigori_unittest.cc', |
| 1551 'browser/tab_contents/navigation_controller_unittest.cc', | |
| 1552 'browser/tab_contents/navigation_entry_unittest.cc', | |
| 1553 'browser/tab_contents/render_view_host_manager_unittest.cc', | |
| 1554 'browser/tab_contents/tab_specific_content_settings_unittest.cc', | 1551 'browser/tab_contents/tab_specific_content_settings_unittest.cc', |
| 1555 'browser/tab_contents/thumbnail_generator_unittest.cc', | 1552 'browser/tab_contents/thumbnail_generator_unittest.cc', |
| 1556 'browser/tab_contents/web_contents_unittest.cc', | 1553 'browser/tab_contents/web_contents_unittest.cc', |
| 1557 'browser/tabs/pinned_tab_codec_unittest.cc', | 1554 'browser/tabs/pinned_tab_codec_unittest.cc', |
| 1558 'browser/tabs/tab_strip_model_unittest.cc', | 1555 'browser/tabs/tab_strip_model_unittest.cc', |
| 1559 'browser/task_manager/task_manager_unittest.cc', | 1556 'browser/task_manager/task_manager_unittest.cc', |
| 1560 'browser/themes/browser_theme_pack_unittest.cc', | 1557 'browser/themes/browser_theme_pack_unittest.cc', |
| 1561 'browser/themes/browser_theme_provider_unittest.cc', | 1558 'browser/themes/browser_theme_provider_unittest.cc', |
| 1562 'browser/translate/translate_manager_unittest.cc', | 1559 'browser/translate/translate_manager_unittest.cc', |
| 1563 # It is safe to list */cocoa/* files in the "common" file list | 1560 # It is safe to list */cocoa/* files in the "common" file list |
| (...skipping 277 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1841 'test/menu_model_test.h', | 1838 'test/menu_model_test.h', |
| 1842 'test/render_view_test.cc', | 1839 'test/render_view_test.cc', |
| 1843 'test/render_view_test.h', | 1840 'test/render_view_test.h', |
| 1844 'test/sync/test_http_bridge_factory.cc', | 1841 'test/sync/test_http_bridge_factory.cc', |
| 1845 'test/sync/test_http_bridge_factory.h', | 1842 'test/sync/test_http_bridge_factory.h', |
| 1846 'test/test_notification_tracker.cc', | 1843 'test/test_notification_tracker.cc', |
| 1847 'test/test_notification_tracker.h', | 1844 'test/test_notification_tracker.h', |
| 1848 'test/v8_unit_test.cc', | 1845 'test/v8_unit_test.cc', |
| 1849 'test/v8_unit_test.h', | 1846 'test/v8_unit_test.h', |
| 1850 'tools/convert_dict/convert_dict_unittest.cc', | 1847 'tools/convert_dict/convert_dict_unittest.cc', |
| 1848 '../content/browser/tab_contents/navigation_controller_unittest.cc', |
| 1849 '../content/browser/tab_contents/navigation_entry_unittest.cc', |
| 1850 '../content/browser/tab_contents/render_view_host_manager_unittest.cc', |
| 1851 '../testing/gtest_mac_unittest.mm', | 1851 '../testing/gtest_mac_unittest.mm', |
| 1852 '../third_party/cld/encodings/compact_lang_det/compact_lang_det_unittest
_small.cc', | 1852 '../third_party/cld/encodings/compact_lang_det/compact_lang_det_unittest
_small.cc', |
| 1853 '../webkit/fileapi/file_system_dir_url_request_job_unittest.cc', | 1853 '../webkit/fileapi/file_system_dir_url_request_job_unittest.cc', |
| 1854 '../webkit/fileapi/file_system_url_request_job_unittest.cc', | 1854 '../webkit/fileapi/file_system_url_request_job_unittest.cc', |
| 1855 ], | 1855 ], |
| 1856 'conditions': [ | 1856 'conditions': [ |
| 1857 ['touchui==1', { | 1857 ['touchui==1', { |
| 1858 'sources!': [ | 1858 'sources!': [ |
| 1859 'browser/renderer_host/gtk_im_context_wrapper_unittest.cc', | 1859 'browser/renderer_host/gtk_im_context_wrapper_unittest.cc', |
| 1860 ], | 1860 ], |
| (...skipping 1911 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3772 ] | 3772 ] |
| 3773 }], # 'coverage!=0' | 3773 }], # 'coverage!=0' |
| 3774 ], # 'conditions' | 3774 ], # 'conditions' |
| 3775 } | 3775 } |
| 3776 | 3776 |
| 3777 # Local Variables: | 3777 # Local Variables: |
| 3778 # tab-width:2 | 3778 # tab-width:2 |
| 3779 # indent-tabs-mode:nil | 3779 # indent-tabs-mode:nil |
| 3780 # End: | 3780 # End: |
| 3781 # vim: set expandtab tabstop=2 shiftwidth=2: | 3781 # vim: set expandtab tabstop=2 shiftwidth=2: |
| OLD | NEW |