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 2906 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2917 'test/data/webui/net_internals/hsts_view.js', | 2917 'test/data/webui/net_internals/hsts_view.js', |
2918 'test/data/webui/net_internals/http_pipeline_view.js', | 2918 'test/data/webui/net_internals/http_pipeline_view.js', |
2919 'test/data/webui/net_internals/log_util.js', | 2919 'test/data/webui/net_internals/log_util.js', |
2920 'test/data/webui/net_internals/log_view_painter.js', | 2920 'test/data/webui/net_internals/log_view_painter.js', |
2921 'test/data/webui/net_internals/main.js', | 2921 'test/data/webui/net_internals/main.js', |
2922 'test/data/webui/net_internals/net_internals_test.js', | 2922 'test/data/webui/net_internals/net_internals_test.js', |
2923 'test/data/webui/net_internals/prerender_view.js', | 2923 'test/data/webui/net_internals/prerender_view.js', |
2924 'test/data/webui/net_internals/test_view.js', | 2924 'test/data/webui/net_internals/test_view.js', |
2925 'test/data/webui/net_internals/timeline_view.js', | 2925 'test/data/webui/net_internals/timeline_view.js', |
2926 'test/data/webui/ntp4.js', | 2926 'test/data/webui/ntp4.js', |
| 2927 'test/data/webui/ntp4_browsertest.cc', |
| 2928 'test/data/webui/ntp4_browsertest.h', |
| 2929 'test/data/webui/print_preview.cc', |
2927 'test/data/webui/print_preview.h', | 2930 'test/data/webui/print_preview.h', |
2928 'test/data/webui/print_preview.cc', | |
2929 'test/data/webui/print_preview.js', | 2931 'test/data/webui/print_preview.js', |
2930 'test/gpu/gpu_feature_browsertest.cc', | 2932 'test/gpu/gpu_feature_browsertest.cc', |
2931 'test/ui/ppapi_uitest.cc', | 2933 'test/ui/ppapi_uitest.cc', |
2932 # TODO(craig): Rename this and run from base_unittests when the test | 2934 # TODO(craig): Rename this and run from base_unittests when the test |
2933 # is safe to run there. See http://crbug.com/78722 for details. | 2935 # is safe to run there. See http://crbug.com/78722 for details. |
2934 '../base/files/file_path_watcher_browsertest.cc', | 2936 '../base/files/file_path_watcher_browsertest.cc', |
2935 '../content/app/startup_helper_win.cc', | 2937 '../content/app/startup_helper_win.cc', |
2936 '../content/browser/accessibility/dump_accessibility_tree_browsertest.cc
', | 2938 '../content/browser/accessibility/dump_accessibility_tree_browsertest.cc
', |
2937 '../content/browser/accessibility/dump_accessibility_tree_helper.cc', | 2939 '../content/browser/accessibility/dump_accessibility_tree_helper.cc', |
2938 '../content/browser/accessibility/dump_accessibility_tree_helper_mac.mm'
, | 2940 '../content/browser/accessibility/dump_accessibility_tree_helper_mac.mm'
, |
(...skipping 1818 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
4757 # Use outputs of this action as inputs for the main target build. | 4759 # Use outputs of this action as inputs for the main target build. |
4758 # Seems as a misnomer but makes this happy on Linux (scons). | 4760 # Seems as a misnomer but makes this happy on Linux (scons). |
4759 'process_outputs_as_sources': 1, | 4761 'process_outputs_as_sources': 1, |
4760 }, | 4762 }, |
4761 ], # 'actions' | 4763 ], # 'actions' |
4762 }, | 4764 }, |
4763 ] | 4765 ] |
4764 }], # 'coverage!=0' | 4766 }], # 'coverage!=0' |
4765 ], # 'conditions' | 4767 ], # 'conditions' |
4766 } | 4768 } |
OLD | NEW |