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 2809 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2820 '../content/browser/indexed_db/idbbindingutilities_browsertest.cc', | 2820 '../content/browser/indexed_db/idbbindingutilities_browsertest.cc', |
2821 '../content/browser/plugin_data_remover_impl_browsertest.cc', | 2821 '../content/browser/plugin_data_remover_impl_browsertest.cc', |
2822 '../content/browser/plugin_service_impl_browsertest.cc', | 2822 '../content/browser/plugin_service_impl_browsertest.cc', |
2823 '../content/browser/renderer_host/render_process_host_browsertest.cc', | 2823 '../content/browser/renderer_host/render_process_host_browsertest.cc', |
2824 '../content/browser/renderer_host/render_process_host_browsertest.h', | 2824 '../content/browser/renderer_host/render_process_host_browsertest.h', |
2825 '../content/browser/renderer_host/render_view_host_browsertest.cc', | 2825 '../content/browser/renderer_host/render_view_host_browsertest.cc', |
2826 '../content/browser/renderer_host/render_view_host_manager_browsertest.c
c', | 2826 '../content/browser/renderer_host/render_view_host_manager_browsertest.c
c', |
2827 '../content/browser/renderer_host/resource_dispatcher_host_browsertest.c
c', | 2827 '../content/browser/renderer_host/resource_dispatcher_host_browsertest.c
c', |
2828 '../content/browser/speech/speech_input_browsertest.cc', | 2828 '../content/browser/speech/speech_input_browsertest.cc', |
2829 '../content/browser/webkit_browsertest.cc', | 2829 '../content/browser/webkit_browsertest.cc', |
| 2830 '../content/renderer/mouse_lock_dispatcher_browsertest.cc', |
2830 '../content/renderer/render_view_browsertest.cc', | 2831 '../content/renderer/render_view_browsertest.cc', |
2831 '../content/renderer/render_view_browsertest_mac.mm', | 2832 '../content/renderer/render_view_browsertest_mac.mm', |
2832 '../content/test/render_widget_browsertest.cc', | 2833 '../content/test/render_widget_browsertest.cc', |
2833 '../content/test/render_widget_browsertest.h', | 2834 '../content/test/render_widget_browsertest.h', |
2834 '../content/test/test_launcher.cc', | 2835 '../content/test/test_launcher.cc', |
2835 '../content/test/test_launcher.h', | 2836 '../content/test/test_launcher.h', |
2836 ], | 2837 ], |
2837 'rules': [ | 2838 'rules': [ |
2838 { | 2839 { |
2839 'rule_name': 'js2webui', | 2840 'rule_name': 'js2webui', |
(...skipping 1790 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
4630 # Use outputs of this action as inputs for the main target build. | 4631 # Use outputs of this action as inputs for the main target build. |
4631 # Seems as a misnomer but makes this happy on Linux (scons). | 4632 # Seems as a misnomer but makes this happy on Linux (scons). |
4632 'process_outputs_as_sources': 1, | 4633 'process_outputs_as_sources': 1, |
4633 }, | 4634 }, |
4634 ], # 'actions' | 4635 ], # 'actions' |
4635 }, | 4636 }, |
4636 ] | 4637 ] |
4637 }], # 'coverage!=0' | 4638 }], # 'coverage!=0' |
4638 ], # 'conditions' | 4639 ], # 'conditions' |
4639 } | 4640 } |
OLD | NEW |