OLD | NEW |
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2012 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 'variables' : { | 5 'variables' : { |
6 'pyautolib_sources': [ | 6 'pyautolib_sources': [ |
7 'app/chrome_command_ids.h', | 7 'app/chrome_command_ids.h', |
8 'app/chrome_dll_resource.h', | 8 'app/chrome_dll_resource.h', |
9 'common/automation_constants.h', | 9 'common/automation_constants.h', |
10 'common/pref_names.cc', | 10 'common/pref_names.cc', |
(...skipping 2128 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2139 'nacl/nacl_ipc_adapter_unittest.cc', | 2139 'nacl/nacl_ipc_adapter_unittest.cc', |
2140 'nacl/nacl_validation_query_unittest.cc', | 2140 'nacl/nacl_validation_query_unittest.cc', |
2141 ], | 2141 ], |
2142 }], | 2142 }], |
2143 ['target_arch!="arm"', { | 2143 ['target_arch!="arm"', { |
2144 'dependencies': [ | 2144 'dependencies': [ |
2145 # build time dependency. | 2145 # build time dependency. |
2146 '../v8/tools/gyp/v8.gyp:v8_shell#host', | 2146 '../v8/tools/gyp/v8.gyp:v8_shell#host', |
2147 ], | 2147 ], |
2148 }], | 2148 }], |
| 2149 ['enable_extensions==0', { |
| 2150 'sources/': [ |
| 2151 ['exclude', '^browser/extensions/api/'], |
| 2152 ['exclude', '^browser/extensions/extension_idle_api_unittest.cc'], |
| 2153 ['exclude', '^browser/extensions/extension_omnibox_unittest.cc'], |
| 2154 ], |
| 2155 }], |
2149 ['use_aura==1', { | 2156 ['use_aura==1', { |
2150 'dependencies': [ | 2157 'dependencies': [ |
2151 '../ui/aura/aura.gyp:test_support_aura', | 2158 '../ui/aura/aura.gyp:test_support_aura', |
2152 ], | 2159 ], |
2153 'sources/': [ | 2160 'sources/': [ |
2154 ['exclude', '^browser/automation/automation_provider_unittest.cc'], | 2161 ['exclude', '^browser/automation/automation_provider_unittest.cc'], |
2155 ['exclude', '^browser/accessibility/browser_accessibility_win_unitte
st.cc'], | 2162 ['exclude', '^browser/accessibility/browser_accessibility_win_unitte
st.cc'], |
2156 ['exclude', '^browser/ui/views/extensions/browser_action_drag_data_u
nittest.cc'], | 2163 ['exclude', '^browser/ui/views/extensions/browser_action_drag_data_u
nittest.cc'], |
2157 ['exclude', '^browser/ui/views/select_file_dialog_win_unittest.cc'], | 2164 ['exclude', '^browser/ui/views/select_file_dialog_win_unittest.cc'], |
2158 ['exclude', '^browser/ui/views/bookmarks/bookmark_editor_view_unitte
st.cc'], | 2165 ['exclude', '^browser/ui/views/bookmarks/bookmark_editor_view_unitte
st.cc'], |
(...skipping 2492 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
4651 # Use outputs of this action as inputs for the main target build. | 4658 # Use outputs of this action as inputs for the main target build. |
4652 # Seems as a misnomer but makes this happy on Linux (scons). | 4659 # Seems as a misnomer but makes this happy on Linux (scons). |
4653 'process_outputs_as_sources': 1, | 4660 'process_outputs_as_sources': 1, |
4654 }, | 4661 }, |
4655 ], # 'actions' | 4662 ], # 'actions' |
4656 }, | 4663 }, |
4657 ] | 4664 ] |
4658 }], # 'coverage!=0' | 4665 }], # 'coverage!=0' |
4659 ], # 'conditions' | 4666 ], # 'conditions' |
4660 } | 4667 } |
OLD | NEW |