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 # Variables for js2gtest rules | 6 # Variables for js2gtest rules |
7 'gypv8sh': '../tools/gypv8sh.py', | 7 'gypv8sh': '../tools/gypv8sh.py', |
8 'js2gtest': 'test/base/js2gtest.js', | 8 'js2gtest': 'test/base/js2gtest.js', |
9 'mock_js': 'third_party/mock4js/mock4js.js', | 9 'mock_js': 'third_party/mock4js/mock4js.js', |
10 'test_api_js': 'test/data/webui/test_api.js', | 10 'test_api_js': 'test/data/webui/test_api.js', |
(...skipping 2181 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2192 }, { # else: toolkit_uses_gtk != 1 | 2192 }, { # else: toolkit_uses_gtk != 1 |
2193 'sources!': [ | 2193 'sources!': [ |
2194 'browser/ui/gtk/tabs/tab_renderer_gtk_unittest.cc', | 2194 'browser/ui/gtk/tabs/tab_renderer_gtk_unittest.cc', |
2195 'browser/renderer_host/gtk_key_bindings_handler_unittest.cc', | 2195 'browser/renderer_host/gtk_key_bindings_handler_unittest.cc', |
2196 '../ui/views/focus/accelerator_handler_gtk_unittest.cc', | 2196 '../ui/views/focus/accelerator_handler_gtk_unittest.cc', |
2197 ], | 2197 ], |
2198 }], | 2198 }], |
2199 ['toolkit_uses_gtk == 1 or chromeos==1 or (OS=="linux" and use_aura==1)'
, { | 2199 ['toolkit_uses_gtk == 1 or chromeos==1 or (OS=="linux" and use_aura==1)'
, { |
2200 'dependencies': [ | 2200 'dependencies': [ |
2201 '../build/linux/system.gyp:ssl', | 2201 '../build/linux/system.gyp:ssl', |
2202 'browser/chromeos/input_method/input_method.gyp:mozc_commands_proto'
, | 2202 '../third_party/mozc/chrome/chromeos/renderer/chromeos_renderer.gyp:
mozc_commands_proto', |
2203 ], | 2203 ], |
2204 }], | 2204 }], |
2205 ['use_gnome_keyring == 0', { | 2205 ['use_gnome_keyring == 0', { |
2206 # Disable the GNOME Keyring tests if we are not using it. | 2206 # Disable the GNOME Keyring tests if we are not using it. |
2207 'sources!': [ | 2207 'sources!': [ |
2208 'browser/password_manager/native_backend_gnome_x_unittest.cc', | 2208 'browser/password_manager/native_backend_gnome_x_unittest.cc', |
2209 ], | 2209 ], |
2210 }], | 2210 }], |
2211 ['OS=="linux" and use_aura==1', { | 2211 ['OS=="linux" and use_aura==1', { |
2212 'dependencies': [ | 2212 'dependencies': [ |
(...skipping 2113 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
4326 # Use outputs of this action as inputs for the main target build. | 4326 # Use outputs of this action as inputs for the main target build. |
4327 # Seems as a misnomer but makes this happy on Linux (scons). | 4327 # Seems as a misnomer but makes this happy on Linux (scons). |
4328 'process_outputs_as_sources': 1, | 4328 'process_outputs_as_sources': 1, |
4329 }, | 4329 }, |
4330 ], # 'actions' | 4330 ], # 'actions' |
4331 }, | 4331 }, |
4332 ] | 4332 ] |
4333 }], # 'coverage!=0' | 4333 }], # 'coverage!=0' |
4334 ], # 'conditions' | 4334 ], # 'conditions' |
4335 } | 4335 } |
OLD | NEW |