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 2479 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2490 'browser/ui/webui/print_preview.js', | 2490 'browser/ui/webui/print_preview.js', |
2491 ], | 2491 ], |
2492 }], | 2492 }], |
2493 ['disable_nacl==1', { | 2493 ['disable_nacl==1', { |
2494 'sources!': [ | 2494 'sources!': [ |
2495 'browser/extensions/extension_nacl_browsertest.cc', | 2495 'browser/extensions/extension_nacl_browsertest.cc', |
2496 ], | 2496 ], |
2497 }], | 2497 }], |
2498 ['touchui==1', { | 2498 ['touchui==1', { |
2499 'sources': [ | 2499 'sources': [ |
2500 'browser/ui/touch/keyboard/keyboard_manager_browsertest.cc', | 2500 'browser/ui/virtual_keyboard/virtual_keyboard_manager_browsertest.cc
', |
2501 ], | 2501 ], |
2502 }], | 2502 }], |
2503 ['file_manager_extension==0', { | 2503 ['file_manager_extension==0', { |
2504 'sources!': [ | 2504 'sources!': [ |
2505 'browser/ui/views/file_manager_dialog_browsertest.cc', | 2505 'browser/ui/views/file_manager_dialog_browsertest.cc', |
2506 ], | 2506 ], |
2507 }], | 2507 }], |
2508 ['toolkit_views==0', { | 2508 ['toolkit_views==0', { |
2509 'sources!': [ | 2509 'sources!': [ |
2510 'browser/extensions/extension_input_apitest.cc', | 2510 'browser/extensions/extension_input_apitest.cc', |
(...skipping 1420 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3931 # Use outputs of this action as inputs for the main target build. | 3931 # Use outputs of this action as inputs for the main target build. |
3932 # Seems as a misnomer but makes this happy on Linux (scons). | 3932 # Seems as a misnomer but makes this happy on Linux (scons). |
3933 'process_outputs_as_sources': 1, | 3933 'process_outputs_as_sources': 1, |
3934 }, | 3934 }, |
3935 ], # 'actions' | 3935 ], # 'actions' |
3936 }, | 3936 }, |
3937 ] | 3937 ] |
3938 }], # 'coverage!=0' | 3938 }], # 'coverage!=0' |
3939 ], # 'conditions' | 3939 ], # 'conditions' |
3940 } | 3940 } |
OLD | NEW |