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 2334 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2345 ['exclude', '^browser/extensions/key_identifier_conversion_views_uni
ttest.cc'], | 2345 ['exclude', '^browser/extensions/key_identifier_conversion_views_uni
ttest.cc'], |
2346 ], | 2346 ], |
2347 }], | 2347 }], |
2348 ['use_openssl==1', { | 2348 ['use_openssl==1', { |
2349 'sources/': [ | 2349 'sources/': [ |
2350 # OpenSSL build does not support firefox importer. See | 2350 # OpenSSL build does not support firefox importer. See |
2351 # http://crbug.com/64926 | 2351 # http://crbug.com/64926 |
2352 ['exclude', '^browser/importer/'], | 2352 ['exclude', '^browser/importer/'], |
2353 ], | 2353 ], |
2354 }], | 2354 }], |
2355 ['use_cups==1 and OS!="mac"', { | 2355 ['use_cups==1', { |
2356 'defines': [ | 2356 'defines': [ |
2357 'USE_CUPS', | 2357 'USE_CUPS', |
2358 ], | 2358 ], |
2359 'sources': [ | 2359 'sources': [ |
2360 'browser/printing/print_system_task_proxy_unittest.cc', | 2360 'browser/printing/print_system_task_proxy_unittest.cc', |
2361 ], | 2361 ], |
2362 }], | 2362 }], |
2363 ], | 2363 ], |
2364 }, | 2364 }, |
2365 { | 2365 { |
(...skipping 1910 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
4276 # Use outputs of this action as inputs for the main target build. | 4276 # Use outputs of this action as inputs for the main target build. |
4277 # Seems as a misnomer but makes this happy on Linux (scons). | 4277 # Seems as a misnomer but makes this happy on Linux (scons). |
4278 'process_outputs_as_sources': 1, | 4278 'process_outputs_as_sources': 1, |
4279 }, | 4279 }, |
4280 ], # 'actions' | 4280 ], # 'actions' |
4281 }, | 4281 }, |
4282 ] | 4282 ] |
4283 }], # 'coverage!=0' | 4283 }], # 'coverage!=0' |
4284 ], # 'conditions' | 4284 ], # 'conditions' |
4285 } | 4285 } |
OLD | NEW |