| 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 3938 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3949 ], | 3949 ], |
| 3950 }, | 3950 }, |
| 3951 'sources': [ | 3951 'sources': [ |
| 3952 'app/breakpad_mac_stubs.mm', | 3952 'app/breakpad_mac_stubs.mm', |
| 3953 # *NO* files in chrome/app have unit tests (except keystone_glue)!!! | 3953 # *NO* files in chrome/app have unit tests (except keystone_glue)!!! |
| 3954 # It seems a waste to have an app_unittests target, so for now | 3954 # It seems a waste to have an app_unittests target, so for now |
| 3955 # I add keystone_glue.m explicitly to this target. | 3955 # I add keystone_glue.m explicitly to this target. |
| 3956 'app/keystone_glue.m', | 3956 'app/keystone_glue.m', |
| 3957 'app/keystone_glue_unittest.mm', | 3957 'app/keystone_glue_unittest.mm', |
| 3958 # All unittests in browser, common, and renderer. | 3958 # All unittests in browser, common, and renderer. |
| 3959 'browser/app_controller_mac_unittest.mm', |
| 3959 'browser/autocomplete/autocomplete_edit_view_mac_unittest.mm', | 3960 'browser/autocomplete/autocomplete_edit_view_mac_unittest.mm', |
| 3960 'browser/autocomplete/autocomplete_unittest.cc', | 3961 'browser/autocomplete/autocomplete_unittest.cc', |
| 3961 'browser/autocomplete/autocomplete_popup_view_mac_unittest.mm', | 3962 'browser/autocomplete/autocomplete_popup_view_mac_unittest.mm', |
| 3962 'browser/autocomplete/history_contents_provider_unittest.cc', | 3963 'browser/autocomplete/history_contents_provider_unittest.cc', |
| 3963 'browser/autocomplete/history_url_provider_unittest.cc', | 3964 'browser/autocomplete/history_url_provider_unittest.cc', |
| 3964 'browser/autocomplete/keyword_provider_unittest.cc', | 3965 'browser/autocomplete/keyword_provider_unittest.cc', |
| 3965 'browser/autocomplete/search_provider_unittest.cc', | 3966 'browser/autocomplete/search_provider_unittest.cc', |
| 3966 'browser/back_forward_menu_model_unittest.cc', | 3967 'browser/back_forward_menu_model_unittest.cc', |
| 3967 'browser/blocked_popup_container_unittest.cc', | 3968 'browser/blocked_popup_container_unittest.cc', |
| 3968 'browser/bookmarks/bookmark_codec_unittest.cc', | 3969 'browser/bookmarks/bookmark_codec_unittest.cc', |
| (...skipping 1984 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 5953 # Use outputs of this action as inputs for the main target build. | 5954 # Use outputs of this action as inputs for the main target build. |
| 5954 # Seems as a misnomer but makes this happy on Linux (scons). | 5955 # Seems as a misnomer but makes this happy on Linux (scons). |
| 5955 'process_outputs_as_sources': 1, | 5956 'process_outputs_as_sources': 1, |
| 5956 }, | 5957 }, |
| 5957 ], # 'actions' | 5958 ], # 'actions' |
| 5958 }, | 5959 }, |
| 5959 ] | 5960 ] |
| 5960 }], | 5961 }], |
| 5961 ], # 'conditions' | 5962 ], # 'conditions' |
| 5962 } | 5963 } |
| OLD | NEW |