OLD | NEW |
1 # Copyright (c) 2009 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2009 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 'chromium_code': 1, | 7 'chromium_code': 1, |
8 | 8 |
9 # Define the common dependencies that contain all the actual | 9 # Define the common dependencies that contain all the actual |
10 # Chromium functionality. This list gets pulled in below by | 10 # Chromium functionality. This list gets pulled in below by |
(...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
43 ], | 43 ], |
44 'browser_tests_sources_win_specific': [ | 44 'browser_tests_sources_win_specific': [ |
45 'browser/extensions/extension_apitest.cc', | 45 'browser/extensions/extension_apitest.cc', |
46 'browser/extensions/extension_apitest.h', | 46 'browser/extensions/extension_apitest.h', |
47 'browser/extensions/extension_bookmarks_apitest.cc', | 47 'browser/extensions/extension_bookmarks_apitest.cc', |
48 'browser/extensions/extension_browsertest.cc', | 48 'browser/extensions/extension_browsertest.cc', |
49 'browser/extensions/extension_browsertest.h', | 49 'browser/extensions/extension_browsertest.h', |
50 'browser/extensions/extension_browsertests_misc.cc', | 50 'browser/extensions/extension_browsertests_misc.cc', |
51 'browser/extensions/extension_shelf_model_unittest.cc', | 51 'browser/extensions/extension_shelf_model_unittest.cc', |
52 'browser/extensions/extension_startup_unittest.cc', | 52 'browser/extensions/extension_startup_unittest.cc', |
| 53 'browser/extensions/extension_storage_apitest.cc', |
53 'browser/views/browser_views_accessibility_browsertest.cc', | 54 'browser/views/browser_views_accessibility_browsertest.cc', |
54 'browser/views/find_bar_win_browsertest.cc', | 55 'browser/views/find_bar_win_browsertest.cc', |
55 # TODO(jam): http://crbug.com/15101 These tests fail on Linux and Mac. | 56 # TODO(jam): http://crbug.com/15101 These tests fail on Linux and Mac. |
56 'browser/child_process_security_policy_browser_test.cc', | 57 'browser/child_process_security_policy_browser_test.cc', |
57 'browser/renderer_host/test/web_cache_manager_browsertest.cc', | 58 'browser/renderer_host/test/web_cache_manager_browsertest.cc', |
58 'browser/renderer_host/test/render_view_host_manager_browsertest.cc', | 59 'browser/renderer_host/test/render_view_host_manager_browsertest.cc', |
59 # TODO(jcampan): once the task manager works on Mac, move this test to the | 60 # TODO(jcampan): once the task manager works on Mac, move this test to the |
60 # non win specific section. | 61 # non win specific section. |
61 'browser/task_manager_browsertest.cc', | 62 'browser/task_manager_browsertest.cc', |
62 ], | 63 ], |
(...skipping 5642 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
5705 # Use outputs of this action as inputs for the main target build. | 5706 # Use outputs of this action as inputs for the main target build. |
5706 # Seems as a misnomer but makes this happy on Linux (scons). | 5707 # Seems as a misnomer but makes this happy on Linux (scons). |
5707 'process_outputs_as_sources': 1, | 5708 'process_outputs_as_sources': 1, |
5708 }, | 5709 }, |
5709 ], # 'actions' | 5710 ], # 'actions' |
5710 }, | 5711 }, |
5711 ] | 5712 ] |
5712 }], | 5713 }], |
5713 ], # 'conditions' | 5714 ], # 'conditions' |
5714 } | 5715 } |
OLD | NEW |