| 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 29 matching lines...) Expand all Loading... |
| 40 'browser/download/save_page_browsertest.cc', | 40 'browser/download/save_page_browsertest.cc', |
| 41 'browser/gtk/bookmark_manager_browsertest.cc', | 41 'browser/gtk/bookmark_manager_browsertest.cc', |
| 42 'browser/gtk/view_id_util_browsertest.cc', | 42 'browser/gtk/view_id_util_browsertest.cc', |
| 43 'browser/ssl/ssl_browser_tests.cc', | 43 'browser/ssl/ssl_browser_tests.cc', |
| 44 'browser/extensions/extension_apitest.cc', | 44 'browser/extensions/extension_apitest.cc', |
| 45 'browser/extensions/extension_apitest.h', | 45 'browser/extensions/extension_apitest.h', |
| 46 'browser/extensions/extension_bookmarks_apitest.cc', | 46 'browser/extensions/extension_bookmarks_apitest.cc', |
| 47 'browser/extensions/extension_browsertest.cc', | 47 'browser/extensions/extension_browsertest.cc', |
| 48 'browser/extensions/extension_browsertest.h', | 48 'browser/extensions/extension_browsertest.h', |
| 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_startup_unittest.cc', | 51 'browser/extensions/extension_startup_unittest.cc', |
| 51 ], | 52 ], |
| 52 'browser_tests_sources_win_specific': [ | 53 'browser_tests_sources_win_specific': [ |
| 53 'browser/extensions/extension_devtools_browsertest.cc', | 54 'browser/extensions/extension_devtools_browsertest.cc', |
| 54 'browser/extensions/extension_devtools_browsertest.h', | 55 'browser/extensions/extension_devtools_browsertest.h', |
| 55 'browser/extensions/extension_devtools_browsertests.cc', | 56 'browser/extensions/extension_devtools_browsertests.cc', |
| 56 'browser/extensions/extension_shelf_model_unittest.cc', | 57 'browser/extensions/extension_shelf_model_unittest.cc', |
| 57 'browser/views/browser_views_accessibility_browsertest.cc', | 58 'browser/views/browser_views_accessibility_browsertest.cc', |
| 58 'browser/views/find_bar_win_browsertest.cc', | 59 'browser/views/find_bar_win_browsertest.cc', |
| 59 # TODO(jam): http://crbug.com/15101 These tests fail on Linux and Mac. | 60 # TODO(jam): http://crbug.com/15101 These tests fail on Linux and Mac. |
| (...skipping 5785 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 5845 # Use outputs of this action as inputs for the main target build. | 5846 # Use outputs of this action as inputs for the main target build. |
| 5846 # Seems as a misnomer but makes this happy on Linux (scons). | 5847 # Seems as a misnomer but makes this happy on Linux (scons). |
| 5847 'process_outputs_as_sources': 1, | 5848 'process_outputs_as_sources': 1, |
| 5848 }, | 5849 }, |
| 5849 ], # 'actions' | 5850 ], # 'actions' |
| 5850 }, | 5851 }, |
| 5851 ] | 5852 ] |
| 5852 }], | 5853 }], |
| 5853 ], # 'conditions' | 5854 ], # 'conditions' |
| 5854 } | 5855 } |
| OLD | NEW |