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 '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 2783 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2794 ['use_virtual_keyboard==1', { | 2794 ['use_virtual_keyboard==1', { |
2795 'sources': [ | 2795 'sources': [ |
2796 'browser/ui/virtual_keyboard/virtual_keyboard_manager_browsertest.cc
', | 2796 'browser/ui/virtual_keyboard/virtual_keyboard_manager_browsertest.cc
', |
2797 ], | 2797 ], |
2798 }], | 2798 }], |
2799 ['file_manager_extension==0', { | 2799 ['file_manager_extension==0', { |
2800 'sources!': [ | 2800 'sources!': [ |
2801 'browser/ui/views/select_file_dialog_extension_browsertest.cc', | 2801 'browser/ui/views/select_file_dialog_extension_browsertest.cc', |
2802 ], | 2802 ], |
2803 }], | 2803 }], |
2804 ['toolkit_views==0', { | 2804 ['chromeos==0 or use_virtual_keyboard==0', { |
2805 'sources!': [ | 2805 'sources!': [ |
2806 'browser/extensions/extension_input_apitest.cc', | 2806 'browser/extensions/extension_input_ui_apitest.cc', |
2807 ], | 2807 ], |
2808 }], | 2808 }], |
2809 ['configuration_policy==0', { | 2809 ['configuration_policy==0', { |
2810 'sources/': [ | 2810 'sources/': [ |
2811 ['exclude', '^browser/policy/'], | 2811 ['exclude', '^browser/policy/'], |
2812 ], | 2812 ], |
2813 }], | 2813 }], |
2814 ['input_speech==0', { | 2814 ['input_speech==0', { |
2815 'sources/': [ | 2815 'sources/': [ |
2816 ['exclude', '^browser/speech/'], | 2816 ['exclude', '^browser/speech/'], |
(...skipping 143 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2960 'dependencies': [ | 2960 'dependencies': [ |
2961 '../ui/views/views.gyp:views', | 2961 '../ui/views/views.gyp:views', |
2962 ], | 2962 ], |
2963 'sources!': [ | 2963 'sources!': [ |
2964 # TODO(estade): port to linux/views. | 2964 # TODO(estade): port to linux/views. |
2965 'browser/ui/webui/constrained_html_ui_browsertest.cc', | 2965 'browser/ui/webui/constrained_html_ui_browsertest.cc', |
2966 ], | 2966 ], |
2967 }, { # else: toolkit_views == 0 | 2967 }, { # else: toolkit_views == 0 |
2968 'sources!': [ | 2968 'sources!': [ |
2969 'browser/extensions/browser_action_test_util_views.cc', | 2969 'browser/extensions/browser_action_test_util_views.cc', |
| 2970 'browser/extensions/extension_input_apitest.cc', |
2970 'browser/tab_first_render_watcher_browsertest.cc', | 2971 'browser/tab_first_render_watcher_browsertest.cc', |
2971 'browser/ui/panels/panel_browser_view_browsertest.cc', | 2972 'browser/ui/panels/panel_browser_view_browsertest.cc', |
2972 'browser/ui/views/browser_actions_container_browsertest.cc', | 2973 'browser/ui/views/browser_actions_container_browsertest.cc', |
2973 'browser/ui/views/crypto_module_password_dialog_view_unittest.cc', | 2974 'browser/ui/views/crypto_module_password_dialog_view_unittest.cc', |
2974 'browser/ui/views/dom_view_browsertest.cc', | 2975 'browser/ui/views/dom_view_browsertest.cc', |
2975 'browser/ui/views/html_dialog_view_browsertest.cc', | 2976 'browser/ui/views/html_dialog_view_browsertest.cc', |
2976 ], | 2977 ], |
2977 }], | 2978 }], |
2978 ['target_arch!="arm"', { | 2979 ['target_arch!="arm"', { |
2979 'dependencies': [ | 2980 'dependencies': [ |
(...skipping 1313 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
4293 # Use outputs of this action as inputs for the main target build. | 4294 # Use outputs of this action as inputs for the main target build. |
4294 # Seems as a misnomer but makes this happy on Linux (scons). | 4295 # Seems as a misnomer but makes this happy on Linux (scons). |
4295 'process_outputs_as_sources': 1, | 4296 'process_outputs_as_sources': 1, |
4296 }, | 4297 }, |
4297 ], # 'actions' | 4298 ], # 'actions' |
4298 }, | 4299 }, |
4299 ] | 4300 ] |
4300 }], # 'coverage!=0' | 4301 }], # 'coverage!=0' |
4301 ], # 'conditions' | 4302 ], # 'conditions' |
4302 } | 4303 } |
OLD | NEW |