| 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 'browser_tests_sources_views_specific': [ | 7 'browser_tests_sources_views_specific': [ |
| 8 'browser/extensions/browser_action_test_util_views.cc', | 8 'browser/extensions/browser_action_test_util_views.cc', |
| 9 'browser/views/browser_actions_container_unittest.cc', | 9 'browser/views/browser_actions_container_unittest.cc', |
| 10 'browser/views/find_bar_host_browsertest.cc', | 10 'browser/views/find_bar_host_browsertest.cc', |
| (...skipping 39 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 50 'renderer', | 50 'renderer', |
| 51 ], | 51 ], |
| 52 'include_dirs': [ | 52 'include_dirs': [ |
| 53 '..', | 53 '..', |
| 54 ], | 54 ], |
| 55 'sources': [ | 55 'sources': [ |
| 56 'app/breakpad_mac_stubs.mm', | 56 'app/breakpad_mac_stubs.mm', |
| 57 # The only thing used from browser is Browser::Type. | 57 # The only thing used from browser is Browser::Type. |
| 58 'browser/browser.h', | 58 'browser/browser.h', |
| 59 'browser/cocoa/browser_test_helper.h', | 59 'browser/cocoa/browser_test_helper.h', |
| 60 'browser/mock_browsing_data_appcache_helper.cc', |
| 61 'browser/mock_browsing_data_appcache_helper.h', |
| 62 'browser/mock_browsing_data_database_helper.cc', |
| 60 'browser/mock_browsing_data_database_helper.h', | 63 'browser/mock_browsing_data_database_helper.h', |
| 61 'browser/mock_browsing_data_database_helper.cc', | 64 'browser/mock_browsing_data_local_storage_helper.cc', |
| 62 'browser/mock_browsing_data_local_storage_helper.h', | 65 'browser/mock_browsing_data_local_storage_helper.h', |
| 63 'browser/mock_browsing_data_local_storage_helper.cc', | |
| 64 # TODO: these should live here but are currently used by | 66 # TODO: these should live here but are currently used by |
| 65 # production code code in libbrowser (in chrome.gyp). | 67 # production code code in libbrowser (in chrome.gyp). |
| 66 #'browser/net/url_request_mock_http_job.cc', | 68 #'browser/net/url_request_mock_http_job.cc', |
| 67 #'browser/net/url_request_mock_http_job.h', | 69 #'browser/net/url_request_mock_http_job.h', |
| 68 'browser/net/url_request_mock_net_error_job.cc', | 70 'browser/net/url_request_mock_net_error_job.cc', |
| 69 'browser/net/url_request_mock_net_error_job.h', | 71 'browser/net/url_request_mock_net_error_job.h', |
| 70 'browser/renderer_host/mock_render_process_host.cc', | 72 'browser/renderer_host/mock_render_process_host.cc', |
| 71 'browser/renderer_host/mock_render_process_host.h', | 73 'browser/renderer_host/mock_render_process_host.h', |
| 72 'browser/renderer_host/test/test_backing_store.cc', | 74 'browser/renderer_host/test/test_backing_store.cc', |
| 73 'browser/renderer_host/test/test_backing_store.h', | 75 'browser/renderer_host/test/test_backing_store.h', |
| (...skipping 1960 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2034 ] | 2036 ] |
| 2035 }], # 'coverage!=0' | 2037 }], # 'coverage!=0' |
| 2036 ], # 'conditions' | 2038 ], # 'conditions' |
| 2037 } | 2039 } |
| 2038 | 2040 |
| 2039 # Local Variables: | 2041 # Local Variables: |
| 2040 # tab-width:2 | 2042 # tab-width:2 |
| 2041 # indent-tabs-mode:nil | 2043 # indent-tabs-mode:nil |
| 2042 # End: | 2044 # End: |
| 2043 # vim: set expandtab tabstop=2 shiftwidth=2: | 2045 # vim: set expandtab tabstop=2 shiftwidth=2: |
| OLD | NEW |