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 527 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
538 'direct_dependent_settings': { | 538 'direct_dependent_settings': { |
539 'defines': [ | 539 'defines': [ |
540 'CLD_WINDOWS', | 540 'CLD_WINDOWS', |
541 ], | 541 ], |
542 }, | 542 }, |
543 'sources': [ | 543 'sources': [ |
544 'app/breakpad_mac_stubs.mm', | 544 'app/breakpad_mac_stubs.mm', |
545 # All unittests in browser, common, and renderer. | 545 # All unittests in browser, common, and renderer. |
546 'browser/app_controller_mac_unittest.mm', | 546 'browser/app_controller_mac_unittest.mm', |
547 'browser/app_menu_model_unittest.cc', | 547 'browser/app_menu_model_unittest.cc', |
| 548 'browser/autocomplete/autocomplete_edit_unittest.cc', |
548 'browser/autocomplete/autocomplete_edit_view_mac_unittest.mm', | 549 'browser/autocomplete/autocomplete_edit_view_mac_unittest.mm', |
549 'browser/autocomplete/autocomplete_unittest.cc', | 550 'browser/autocomplete/autocomplete_unittest.cc', |
550 'browser/autocomplete/autocomplete_popup_view_mac_unittest.mm', | 551 'browser/autocomplete/autocomplete_popup_view_mac_unittest.mm', |
551 'browser/autocomplete/history_contents_provider_unittest.cc', | 552 'browser/autocomplete/history_contents_provider_unittest.cc', |
552 'browser/autocomplete/history_url_provider_unittest.cc', | 553 'browser/autocomplete/history_url_provider_unittest.cc', |
553 'browser/autocomplete/keyword_provider_unittest.cc', | 554 'browser/autocomplete/keyword_provider_unittest.cc', |
554 'browser/autocomplete/search_provider_unittest.cc', | 555 'browser/autocomplete/search_provider_unittest.cc', |
555 'browser/autofill/address_field_unittest.cc', | 556 'browser/autofill/address_field_unittest.cc', |
556 'browser/autofill/autofill_common_unittest.cc', | 557 'browser/autofill/autofill_common_unittest.cc', |
557 'browser/autofill/autofill_common_unittest.h', | 558 'browser/autofill/autofill_common_unittest.h', |
(...skipping 1675 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2233 ] | 2234 ] |
2234 }], # 'coverage!=0' | 2235 }], # 'coverage!=0' |
2235 ], # 'conditions' | 2236 ], # 'conditions' |
2236 } | 2237 } |
2237 | 2238 |
2238 # Local Variables: | 2239 # Local Variables: |
2239 # tab-width:2 | 2240 # tab-width:2 |
2240 # indent-tabs-mode:nil | 2241 # indent-tabs-mode:nil |
2241 # End: | 2242 # End: |
2242 # vim: set expandtab tabstop=2 shiftwidth=2: | 2243 # vim: set expandtab tabstop=2 shiftwidth=2: |
OLD | NEW |