Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(437)

Side by Side Diff: chrome/chrome_tests.gypi

Issue 8051010: Separate Virtual Keyboard related conditionals from TouchUI (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Rebased on ToT, modified resources/options/language_options.html Created 9 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
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 2488 matching lines...) Expand 10 before | Expand all | Expand 10 after
2499 'browser/notifications/desktop_notifications_unittest.cc', 2499 'browser/notifications/desktop_notifications_unittest.cc',
2500 'browser/service/service_process_control_browsertest.cc', 2500 'browser/service/service_process_control_browsertest.cc',
2501 'browser/ui/webui/print_preview.js', 2501 'browser/ui/webui/print_preview.js',
2502 ], 2502 ],
2503 }], 2503 }],
2504 ['disable_nacl==1', { 2504 ['disable_nacl==1', {
2505 'sources!': [ 2505 'sources!': [
2506 'browser/extensions/extension_nacl_browsertest.cc', 2506 'browser/extensions/extension_nacl_browsertest.cc',
2507 ], 2507 ],
2508 }], 2508 }],
2509 ['touchui==1', { 2509 ['use_virtual_keyboard==1', {
2510 'sources': [ 2510 'sources': [
2511 'browser/ui/virtual_keyboard/virtual_keyboard_manager_browsertest.cc ', 2511 'browser/ui/virtual_keyboard/virtual_keyboard_manager_browsertest.cc ',
2512 ], 2512 ],
2513 }], 2513 }],
2514 ['file_manager_extension==0', { 2514 ['file_manager_extension==0', {
2515 'sources!': [ 2515 'sources!': [
2516 'browser/ui/views/file_manager_dialog_browsertest.cc', 2516 'browser/ui/views/file_manager_dialog_browsertest.cc',
2517 ], 2517 ],
2518 }], 2518 }],
2519 ['toolkit_views==0', { 2519 ['toolkit_views==0', {
(...skipping 1427 matching lines...) Expand 10 before | Expand all | Expand 10 after
3947 # Use outputs of this action as inputs for the main target build. 3947 # Use outputs of this action as inputs for the main target build.
3948 # Seems as a misnomer but makes this happy on Linux (scons). 3948 # Seems as a misnomer but makes this happy on Linux (scons).
3949 'process_outputs_as_sources': 1, 3949 'process_outputs_as_sources': 1,
3950 }, 3950 },
3951 ], # 'actions' 3951 ], # 'actions'
3952 }, 3952 },
3953 ] 3953 ]
3954 }], # 'coverage!=0' 3954 }], # 'coverage!=0'
3955 ], # 'conditions' 3955 ], # 'conditions'
3956 } 3956 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698