| 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 2116 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2127 ['exclude', '^browser/background/'], | 2127 ['exclude', '^browser/background/'], |
| 2128 ], | 2128 ], |
| 2129 }], | 2129 }], |
| 2130 ['enable_one_click_signin==0', { | 2130 ['enable_one_click_signin==0', { |
| 2131 'sources!': [ | 2131 'sources!': [ |
| 2132 'browser/ui/cocoa/one_click_signin_bubble_controller_unittest.mm', | 2132 'browser/ui/cocoa/one_click_signin_bubble_controller_unittest.mm', |
| 2133 'browser/ui/cocoa/one_click_signin_dialog_controller_unittest.mm', | 2133 'browser/ui/cocoa/one_click_signin_dialog_controller_unittest.mm', |
| 2134 'browser/ui/gtk/one_click_signin_dialog_gtk_unittest.cc', | 2134 'browser/ui/gtk/one_click_signin_dialog_gtk_unittest.cc', |
| 2135 ] | 2135 ] |
| 2136 }], | 2136 }], |
| 2137 ['enable_promo_resource_service==0', { |
| 2138 'sources/': [ |
| 2139 ['exclude', '^browser/web_resource/promo_resource_service'], |
| 2140 ], |
| 2141 }], |
| 2137 ['disable_nacl==1', { | 2142 ['disable_nacl==1', { |
| 2138 'sources!':[ | 2143 'sources!':[ |
| 2139 'nacl/nacl_ipc_adapter_unittest.cc', | 2144 'nacl/nacl_ipc_adapter_unittest.cc', |
| 2140 'nacl/nacl_validation_query_unittest.cc', | 2145 'nacl/nacl_validation_query_unittest.cc', |
| 2141 ], | 2146 ], |
| 2142 }], | 2147 }], |
| 2143 ['target_arch!="arm"', { | 2148 ['target_arch!="arm"', { |
| 2144 'dependencies': [ | 2149 'dependencies': [ |
| 2145 # build time dependency. | 2150 # build time dependency. |
| 2146 '../v8/tools/gyp/v8.gyp:v8_shell#host', | 2151 '../v8/tools/gyp/v8.gyp:v8_shell#host', |
| (...skipping 2504 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4651 # Use outputs of this action as inputs for the main target build. | 4656 # Use outputs of this action as inputs for the main target build. |
| 4652 # Seems as a misnomer but makes this happy on Linux (scons). | 4657 # Seems as a misnomer but makes this happy on Linux (scons). |
| 4653 'process_outputs_as_sources': 1, | 4658 'process_outputs_as_sources': 1, |
| 4654 }, | 4659 }, |
| 4655 ], # 'actions' | 4660 ], # 'actions' |
| 4656 }, | 4661 }, |
| 4657 ] | 4662 ] |
| 4658 }], # 'coverage!=0' | 4663 }], # 'coverage!=0' |
| 4659 ], # 'conditions' | 4664 ], # 'conditions' |
| 4660 } | 4665 } |
| OLD | NEW |