| 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 2503 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2514 'browser/notifications/desktop_notifications_unittest.cc', | 2514 'browser/notifications/desktop_notifications_unittest.cc', |
| 2515 'browser/service/service_process_control_browsertest.cc', | 2515 'browser/service/service_process_control_browsertest.cc', |
| 2516 'browser/ui/webui/print_preview.js', | 2516 'browser/ui/webui/print_preview.js', |
| 2517 ], | 2517 ], |
| 2518 }], | 2518 }], |
| 2519 ['disable_nacl==1', { | 2519 ['disable_nacl==1', { |
| 2520 'sources!': [ | 2520 'sources!': [ |
| 2521 'browser/extensions/extension_nacl_browsertest.cc', | 2521 'browser/extensions/extension_nacl_browsertest.cc', |
| 2522 ], | 2522 ], |
| 2523 }], | 2523 }], |
| 2524 ['touchui==1', { | 2524 ['use_virtual_keyboard==1', { |
| 2525 'sources': [ | 2525 'sources': [ |
| 2526 'browser/ui/virtual_keyboard/virtual_keyboard_manager_browsertest.cc
', | 2526 'browser/ui/virtual_keyboard/virtual_keyboard_manager_browsertest.cc
', |
| 2527 ], | 2527 ], |
| 2528 }], | 2528 }], |
| 2529 ['file_manager_extension==0', { | 2529 ['file_manager_extension==0', { |
| 2530 'sources!': [ | 2530 'sources!': [ |
| 2531 'browser/ui/views/file_manager_dialog_browsertest.cc', | 2531 'browser/ui/views/file_manager_dialog_browsertest.cc', |
| 2532 ], | 2532 ], |
| 2533 }], | 2533 }], |
| 2534 ['toolkit_views==0', { | 2534 ['toolkit_views==0', { |
| (...skipping 1445 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3980 # Use outputs of this action as inputs for the main target build. | 3980 # Use outputs of this action as inputs for the main target build. |
| 3981 # Seems as a misnomer but makes this happy on Linux (scons). | 3981 # Seems as a misnomer but makes this happy on Linux (scons). |
| 3982 'process_outputs_as_sources': 1, | 3982 'process_outputs_as_sources': 1, |
| 3983 }, | 3983 }, |
| 3984 ], # 'actions' | 3984 ], # 'actions' |
| 3985 }, | 3985 }, |
| 3986 ] | 3986 ] |
| 3987 }], # 'coverage!=0' | 3987 }], # 'coverage!=0' |
| 3988 ], # 'conditions' | 3988 ], # 'conditions' |
| 3989 } | 3989 } |
| OLD | NEW |