| 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 38 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 49 'browser/extensions/extension_browsertests_misc.cc', | 49 'browser/extensions/extension_browsertests_misc.cc', |
| 50 'browser/extensions/extension_override_apitest.cc', | 50 'browser/extensions/extension_override_apitest.cc', |
| 51 ], | 51 ], |
| 52 'browser_tests_sources_win_specific': [ | 52 'browser_tests_sources_win_specific': [ |
| 53 'browser/extensions/extension_devtools_browsertest.cc', | 53 'browser/extensions/extension_devtools_browsertest.cc', |
| 54 'browser/extensions/extension_devtools_browsertest.h', | 54 'browser/extensions/extension_devtools_browsertest.h', |
| 55 'browser/extensions/extension_devtools_browsertests.cc', | 55 'browser/extensions/extension_devtools_browsertests.cc', |
| 56 'browser/extensions/extension_shelf_model_unittest.cc', | 56 'browser/extensions/extension_shelf_model_unittest.cc', |
| 57 'browser/extensions/extension_startup_unittest.cc', | 57 'browser/extensions/extension_startup_unittest.cc', |
| 58 'browser/extensions/extension_storage_apitest.cc', | 58 'browser/extensions/extension_storage_apitest.cc', |
| 59 'browser/extensions/extension_tabs_apitest.cc', |
| 59 'browser/views/browser_views_accessibility_browsertest.cc', | 60 'browser/views/browser_views_accessibility_browsertest.cc', |
| 60 'browser/views/find_bar_win_browsertest.cc', | 61 'browser/views/find_bar_win_browsertest.cc', |
| 61 # TODO(jam): http://crbug.com/15101 These tests fail on Linux and Mac. | 62 # TODO(jam): http://crbug.com/15101 These tests fail on Linux and Mac. |
| 62 'browser/child_process_security_policy_browser_test.cc', | 63 'browser/child_process_security_policy_browser_test.cc', |
| 63 'browser/renderer_host/test/web_cache_manager_browsertest.cc', | 64 'browser/renderer_host/test/web_cache_manager_browsertest.cc', |
| 64 'browser/renderer_host/test/render_view_host_manager_browsertest.cc', | 65 'browser/renderer_host/test/render_view_host_manager_browsertest.cc', |
| 65 # TODO(jcampan): once the task manager works on Mac, move this test to the | 66 # TODO(jcampan): once the task manager works on Mac, move this test to the |
| 66 # non win specific section. | 67 # non win specific section. |
| 67 'browser/task_manager_browsertest.cc', | 68 'browser/task_manager_browsertest.cc', |
| 68 ], | 69 ], |
| (...skipping 5801 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 5870 # Use outputs of this action as inputs for the main target build. | 5871 # Use outputs of this action as inputs for the main target build. |
| 5871 # Seems as a misnomer but makes this happy on Linux (scons). | 5872 # Seems as a misnomer but makes this happy on Linux (scons). |
| 5872 'process_outputs_as_sources': 1, | 5873 'process_outputs_as_sources': 1, |
| 5873 }, | 5874 }, |
| 5874 ], # 'actions' | 5875 ], # 'actions' |
| 5875 }, | 5876 }, |
| 5876 ] | 5877 ] |
| 5877 }], | 5878 }], |
| 5878 ], # 'conditions' | 5879 ], # 'conditions' |
| 5879 } | 5880 } |
| OLD | NEW |