| 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 'js2gtest_out_dir': '<(SHARED_INTERMEDIATE_DIR)/js2gtest', | 9 'js2gtest_out_dir': '<(SHARED_INTERMEDIATE_DIR)/js2gtest', |
| 10 'mock_js': 'third_party/mock4js/mock4js.js', | 10 'mock_js': 'third_party/mock4js/mock4js.js', |
| (...skipping 2646 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2657 '../content/browser/file_system/file_system_browsertest.cc', | 2657 '../content/browser/file_system/file_system_browsertest.cc', |
| 2658 '../content/browser/in_process_webkit/dom_storage_browsertest.cc', | 2658 '../content/browser/in_process_webkit/dom_storage_browsertest.cc', |
| 2659 '../content/browser/in_process_webkit/indexed_db_browsertest.cc', | 2659 '../content/browser/in_process_webkit/indexed_db_browsertest.cc', |
| 2660 '../content/browser/plugin_service_browsertest.cc', | 2660 '../content/browser/plugin_service_browsertest.cc', |
| 2661 '../content/browser/renderer_host/render_process_host_browsertest.cc', | 2661 '../content/browser/renderer_host/render_process_host_browsertest.cc', |
| 2662 '../content/browser/renderer_host/render_process_host_browsertest.h', | 2662 '../content/browser/renderer_host/render_process_host_browsertest.h', |
| 2663 '../content/browser/renderer_host/render_view_host_browsertest.cc', | 2663 '../content/browser/renderer_host/render_view_host_browsertest.cc', |
| 2664 '../content/browser/renderer_host/render_view_host_manager_browsertest.c
c', | 2664 '../content/browser/renderer_host/render_view_host_manager_browsertest.c
c', |
| 2665 '../content/browser/renderer_host/resource_dispatcher_host_browsertest.c
c', | 2665 '../content/browser/renderer_host/resource_dispatcher_host_browsertest.c
c', |
| 2666 '../content/browser/speech/speech_input_browsertest.cc', | 2666 '../content/browser/speech/speech_input_browsertest.cc', |
| 2667 '../content/browser/webkit_browsertest.cc', |
| 2667 '../content/renderer/render_view_browsertest.cc', | 2668 '../content/renderer/render_view_browsertest.cc', |
| 2668 '../content/renderer/render_view_browsertest_mac.mm', | 2669 '../content/renderer/render_view_browsertest_mac.mm', |
| 2669 '../content/test/render_widget_browsertest.cc', | 2670 '../content/test/render_widget_browsertest.cc', |
| 2670 '../content/test/render_widget_browsertest.h', | 2671 '../content/test/render_widget_browsertest.h', |
| 2671 '../content/test/test_launcher.cc', | 2672 '../content/test/test_launcher.cc', |
| 2672 '../content/test/test_launcher.h', | 2673 '../content/test/test_launcher.h', |
| 2673 ], | 2674 ], |
| 2674 'rules': [ | 2675 'rules': [ |
| 2675 { | 2676 { |
| 2676 'rule_name': 'js2webui', | 2677 'rule_name': 'js2webui', |
| (...skipping 1544 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4221 # Use outputs of this action as inputs for the main target build. | 4222 # Use outputs of this action as inputs for the main target build. |
| 4222 # Seems as a misnomer but makes this happy on Linux (scons). | 4223 # Seems as a misnomer but makes this happy on Linux (scons). |
| 4223 'process_outputs_as_sources': 1, | 4224 'process_outputs_as_sources': 1, |
| 4224 }, | 4225 }, |
| 4225 ], # 'actions' | 4226 ], # 'actions' |
| 4226 }, | 4227 }, |
| 4227 ] | 4228 ] |
| 4228 }], # 'coverage!=0' | 4229 }], # 'coverage!=0' |
| 4229 ], # 'conditions' | 4230 ], # 'conditions' |
| 4230 } | 4231 } |
| OLD | NEW |