OLD | NEW |
1 # Copyright (c) 2011 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2011 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 2153 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2164 }, { # else: toolkit_uses_gtk != 1 | 2164 }, { # else: toolkit_uses_gtk != 1 |
2165 'sources!': [ | 2165 'sources!': [ |
2166 'browser/ui/gtk/tabs/tab_renderer_gtk_unittest.cc', | 2166 'browser/ui/gtk/tabs/tab_renderer_gtk_unittest.cc', |
2167 'browser/renderer_host/gtk_key_bindings_handler_unittest.cc', | 2167 'browser/renderer_host/gtk_key_bindings_handler_unittest.cc', |
2168 '../ui/views/focus/accelerator_handler_gtk_unittest.cc', | 2168 '../ui/views/focus/accelerator_handler_gtk_unittest.cc', |
2169 ], | 2169 ], |
2170 }], | 2170 }], |
2171 ['toolkit_uses_gtk == 1 or chromeos==1 or (OS=="linux" and use_aura==1)'
, { | 2171 ['toolkit_uses_gtk == 1 or chromeos==1 or (OS=="linux" and use_aura==1)'
, { |
2172 'dependencies': [ | 2172 'dependencies': [ |
2173 '../build/linux/system.gyp:ssl', | 2173 '../build/linux/system.gyp:ssl', |
2174 'browser/chromeos/input_method/input_method.gyp:mozc_commands_proto'
, | 2174 '../third_party/mozc/chrome/chromeos/renderer/chromeos_renderer.gyp:
mozc_candidates_proto', |
2175 ], | 2175 ], |
2176 }], | 2176 }], |
2177 ['use_gnome_keyring == 0', { | 2177 ['use_gnome_keyring == 0', { |
2178 # Disable the GNOME Keyring tests if we are not using it. | 2178 # Disable the GNOME Keyring tests if we are not using it. |
2179 'sources!': [ | 2179 'sources!': [ |
2180 'browser/password_manager/native_backend_gnome_x_unittest.cc', | 2180 'browser/password_manager/native_backend_gnome_x_unittest.cc', |
2181 ], | 2181 ], |
2182 }], | 2182 }], |
2183 ['OS=="linux" and use_aura==1', { | 2183 ['OS=="linux" and use_aura==1', { |
2184 'dependencies': [ | 2184 'dependencies': [ |
(...skipping 2122 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
4307 # Use outputs of this action as inputs for the main target build. | 4307 # Use outputs of this action as inputs for the main target build. |
4308 # Seems as a misnomer but makes this happy on Linux (scons). | 4308 # Seems as a misnomer but makes this happy on Linux (scons). |
4309 'process_outputs_as_sources': 1, | 4309 'process_outputs_as_sources': 1, |
4310 }, | 4310 }, |
4311 ], # 'actions' | 4311 ], # 'actions' |
4312 }, | 4312 }, |
4313 ] | 4313 ] |
4314 }], # 'coverage!=0' | 4314 }], # 'coverage!=0' |
4315 ], # 'conditions' | 4315 ], # 'conditions' |
4316 } | 4316 } |
OLD | NEW |