| 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 { | 5 { |
| 6 'variables' : { | 6 'variables' : { |
| 7 'pyautolib_sources': [ | 7 'pyautolib_sources': [ |
| 8 'app/chrome_command_ids.h', | 8 'app/chrome_command_ids.h', |
| 9 'app/chrome_dll_resource.h', | 9 'app/chrome_dll_resource.h', |
| 10 'common/automation_constants.h', | 10 'common/automation_constants.h', |
| (...skipping 2652 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2663 'browser/extensions/extension_input_method_apitest.cc', | 2663 'browser/extensions/extension_input_method_apitest.cc', |
| 2664 'browser/policy/enterprise_metrics_enrollment_browsertest.cc', | 2664 'browser/policy/enterprise_metrics_enrollment_browsertest.cc', |
| 2665 ], | 2665 ], |
| 2666 }, { #else: OS == "chromeos" | 2666 }, { #else: OS == "chromeos" |
| 2667 'sources!': [ | 2667 'sources!': [ |
| 2668 'browser/notifications/desktop_notifications_unittest.cc', | 2668 'browser/notifications/desktop_notifications_unittest.cc', |
| 2669 'browser/service/service_process_control_browsertest.cc', | 2669 'browser/service/service_process_control_browsertest.cc', |
| 2670 'browser/ui/webui/print_preview.js', | 2670 'browser/ui/webui/print_preview.js', |
| 2671 ], | 2671 ], |
| 2672 }], | 2672 }], |
| 2673 ['touchui==1', { |
| 2674 'sources': [ |
| 2675 'browser/ui/touch/keyboard/keyboard_manager_browsertest.cc', |
| 2676 ], |
| 2677 }], |
| 2673 ['file_manager_extension==0', { | 2678 ['file_manager_extension==0', { |
| 2674 'sources!': [ | 2679 'sources!': [ |
| 2675 'browser/ui/views/file_manager_dialog_browsertest.cc', | 2680 'browser/ui/views/file_manager_dialog_browsertest.cc', |
| 2676 ], | 2681 ], |
| 2677 }], | 2682 }], |
| 2678 ['toolkit_views==0', { | 2683 ['toolkit_views==0', { |
| 2679 'sources!': [ | 2684 'sources!': [ |
| 2680 'browser/extensions/extension_input_apitest.cc', | 2685 'browser/extensions/extension_input_apitest.cc', |
| 2681 ], | 2686 ], |
| 2682 }], | 2687 }], |
| (...skipping 1444 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4127 # Use outputs of this action as inputs for the main target build. | 4132 # Use outputs of this action as inputs for the main target build. |
| 4128 # Seems as a misnomer but makes this happy on Linux (scons). | 4133 # Seems as a misnomer but makes this happy on Linux (scons). |
| 4129 'process_outputs_as_sources': 1, | 4134 'process_outputs_as_sources': 1, |
| 4130 }, | 4135 }, |
| 4131 ], # 'actions' | 4136 ], # 'actions' |
| 4132 }, | 4137 }, |
| 4133 ] | 4138 ] |
| 4134 }], # 'coverage!=0' | 4139 }], # 'coverage!=0' |
| 4135 ], # 'conditions' | 4140 ], # 'conditions' |
| 4136 } | 4141 } |
| OLD | NEW |