| 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 1221 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1232 'LinkIncremental': '<(msvs_large_module_debug_link_mode)', | 1232 'LinkIncremental': '<(msvs_large_module_debug_link_mode)', |
| 1233 }, | 1233 }, |
| 1234 }, | 1234 }, |
| 1235 }, | 1235 }, |
| 1236 }, | 1236 }, |
| 1237 }, { # else: OS != "win" | 1237 }, { # else: OS != "win" |
| 1238 'sources!': [ | 1238 'sources!': [ |
| 1239 'browser/bookmarks/bookmark_codec_unittest.cc', | 1239 'browser/bookmarks/bookmark_codec_unittest.cc', |
| 1240 'browser/bookmarks/bookmark_drag_data_unittest.cc', | 1240 'browser/bookmarks/bookmark_drag_data_unittest.cc', |
| 1241 'browser/browser_accessibility_unittest.cc', | 1241 'browser/browser_accessibility_unittest.cc', |
| 1242 'browser/browser_unittest.cc', | |
| 1243 'browser/chrome_plugin_unittest.cc', | 1242 'browser/chrome_plugin_unittest.cc', |
| 1244 'browser/extensions/extension_process_manager_unittest.cc', | 1243 'browser/extensions/extension_process_manager_unittest.cc', |
| 1245 'browser/importer/importer_unittest.cc', | 1244 'browser/importer/importer_unittest.cc', |
| 1246 'browser/login_prompt_unittest.cc', | 1245 'browser/login_prompt_unittest.cc', |
| 1247 'browser/printing/print_job_unittest.cc', | 1246 'browser/printing/print_job_unittest.cc', |
| 1248 'browser/rlz/rlz_unittest.cc', | 1247 'browser/rlz/rlz_unittest.cc', |
| 1249 'browser/search_engines/template_url_scraper_unittest.cc', | 1248 'browser/search_engines/template_url_scraper_unittest.cc', |
| 1250 'browser/translate/translate_manager2_unittest.cc', | 1249 'browser/translate/translate_manager2_unittest.cc', |
| 1251 'browser/views/bookmark_editor_view_unittest.cc', | 1250 'browser/views/bookmark_editor_view_unittest.cc', |
| 1252 'browser/views/extensions/browser_action_drag_data_unittest.cc', | 1251 'browser/views/extensions/browser_action_drag_data_unittest.cc', |
| (...skipping 1264 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2517 ] | 2516 ] |
| 2518 }], # 'coverage!=0' | 2517 }], # 'coverage!=0' |
| 2519 ], # 'conditions' | 2518 ], # 'conditions' |
| 2520 } | 2519 } |
| 2521 | 2520 |
| 2522 # Local Variables: | 2521 # Local Variables: |
| 2523 # tab-width:2 | 2522 # tab-width:2 |
| 2524 # indent-tabs-mode:nil | 2523 # indent-tabs-mode:nil |
| 2525 # End: | 2524 # End: |
| 2526 # vim: set expandtab tabstop=2 shiftwidth=2: | 2525 # vim: set expandtab tabstop=2 shiftwidth=2: |
| OLD | NEW |