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_browsertest.cc', | 9 'browser/views/browser_actions_container_browsertest.cc', |
10 ], | 10 ], |
(...skipping 52 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
63 'include_dirs': [ | 63 'include_dirs': [ |
64 '..', | 64 '..', |
65 ], | 65 ], |
66 'sources': [ | 66 'sources': [ |
67 'app/breakpad_mac_stubs.mm', | 67 'app/breakpad_mac_stubs.mm', |
68 # The only thing used from browser is Browser::Type. | 68 # The only thing used from browser is Browser::Type. |
69 'browser/browser.h', | 69 'browser/browser.h', |
70 'browser/cocoa/browser_test_helper.h', | 70 'browser/cocoa/browser_test_helper.h', |
71 'browser/dummy_pref_store.cc', | 71 'browser/dummy_pref_store.cc', |
72 'browser/dummy_pref_store.h', | 72 'browser/dummy_pref_store.h', |
| 73 'browser/extensions/test_extension_prefs.cc', |
| 74 'browser/extensions/test_extension_prefs.h', |
73 'browser/geolocation/mock_location_provider.cc', | 75 'browser/geolocation/mock_location_provider.cc', |
74 'browser/geolocation/mock_location_provider.h', | 76 'browser/geolocation/mock_location_provider.h', |
75 'browser/mock_browsing_data_appcache_helper.cc', | 77 'browser/mock_browsing_data_appcache_helper.cc', |
76 'browser/mock_browsing_data_appcache_helper.h', | 78 'browser/mock_browsing_data_appcache_helper.h', |
77 'browser/mock_browsing_data_database_helper.cc', | 79 'browser/mock_browsing_data_database_helper.cc', |
78 'browser/mock_browsing_data_database_helper.h', | 80 'browser/mock_browsing_data_database_helper.h', |
79 'browser/mock_browsing_data_local_storage_helper.cc', | 81 'browser/mock_browsing_data_local_storage_helper.cc', |
80 'browser/mock_browsing_data_local_storage_helper.h', | 82 'browser/mock_browsing_data_local_storage_helper.h', |
81 # TODO: these should live here but are currently used by | 83 # TODO: these should live here but are currently used by |
82 # production code code in libbrowser (in chrome.gyp). | 84 # production code code in libbrowser (in chrome.gyp). |
(...skipping 2150 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2233 ] | 2235 ] |
2234 }], # 'coverage!=0' | 2236 }], # 'coverage!=0' |
2235 ], # 'conditions' | 2237 ], # 'conditions' |
2236 } | 2238 } |
2237 | 2239 |
2238 # Local Variables: | 2240 # Local Variables: |
2239 # tab-width:2 | 2241 # tab-width:2 |
2240 # indent-tabs-mode:nil | 2242 # indent-tabs-mode:nil |
2241 # End: | 2243 # End: |
2242 # vim: set expandtab tabstop=2 shiftwidth=2: | 2244 # vim: set expandtab tabstop=2 shiftwidth=2: |
OLD | NEW |