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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 7033033: Add hideKeyboard API to chrome.experimental.input. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 7 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 | Annotate | Revision Log
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 'targets': [ 6 'targets': [
7 { 7 {
8 'target_name': 'browser', 8 'target_name': 'browser',
9 'type': '<(library)', 9 'type': '<(library)',
10 'msvs_guid': '5BF908A7-68FB-4A4B-99E3-8C749F1FE4EA', 10 'msvs_guid': '5BF908A7-68FB-4A4B-99E3-8C749F1FE4EA',
(...skipping 3470 matching lines...) Expand 10 before | Expand all | Expand 10 after
3481 ], 3481 ],
3482 }], 3482 }],
3483 ['debug_devtools==1', { 3483 ['debug_devtools==1', {
3484 'defines': [ 3484 'defines': [
3485 'DEBUG_DEVTOOLS=1', 3485 'DEBUG_DEVTOOLS=1',
3486 ], 3486 ],
3487 }], 3487 }],
3488 ['chromeos==0', { 3488 ['chromeos==0', {
3489 'sources/': [ 3489 'sources/': [
3490 ['exclude', '^browser/chromeos'], 3490 ['exclude', '^browser/chromeos'],
3491 ['exclude', '^browser/extensions/extension_input_ui_api.cc'],
3492 ['exclude', '^browser/extensions/extension_input_ui_api.h'],
3493 ['exclude', '^browser/ui/webui/chromeos'], 3491 ['exclude', '^browser/ui/webui/chromeos'],
3494 ['exclude', '^browser/ui/webui/options/chromeos'], 3492 ['exclude', '^browser/ui/webui/options/chromeos'],
3495 ['exclude', 'browser/extensions/extension_file_browser_private_api.c c'], 3493 ['exclude', 'browser/extensions/extension_file_browser_private_api.c c'],
3496 ['exclude', 'browser/extensions/extension_file_browser_private_api.h '], 3494 ['exclude', 'browser/extensions/extension_file_browser_private_api.h '],
3497 ['exclude', 'browser/extensions/extension_tts_api_chromeos.cc'], 3495 ['exclude', 'browser/extensions/extension_tts_api_chromeos.cc'],
3498 ['exclude', 'browser/extensions/file_manager_util.h'], 3496 ['exclude', 'browser/extensions/file_manager_util.h'],
3499 ['exclude', 'browser/extensions/file_manager_util.cc'], 3497 ['exclude', 'browser/extensions/file_manager_util.cc'],
3500 ['exclude', 'browser/oom_priority_manager.cc'], 3498 ['exclude', 'browser/oom_priority_manager.cc'],
3501 ['exclude', 'browser/oom_priority_manager.h'], 3499 ['exclude', 'browser/oom_priority_manager.h'],
3502 ['exclude', 'browser/policy/device_policy_cache.cc'], 3500 ['exclude', 'browser/policy/device_policy_cache.cc'],
(...skipping 756 matching lines...) Expand 10 before | Expand all | Expand 10 after
4259 ['include', '^browser/ui/views/notifications/balloon_view.h'], 4257 ['include', '^browser/ui/views/notifications/balloon_view.h'],
4260 ['exclude', '^browser/ui/views/keyboard_overlay_delegate.cc'], 4258 ['exclude', '^browser/ui/views/keyboard_overlay_delegate.cc'],
4261 ['exclude', '^browser/ui/views/keyboard_overlay_delegate.h'], 4259 ['exclude', '^browser/ui/views/keyboard_overlay_delegate.h'],
4262 ['exclude', '^browser/ui/views/keyboard_overlay_dialog_view.cc'] , 4260 ['exclude', '^browser/ui/views/keyboard_overlay_dialog_view.cc'] ,
4263 ['exclude', '^browser/ui/views/keyboard_overlay_dialog_view.h'], 4261 ['exclude', '^browser/ui/views/keyboard_overlay_dialog_view.h'],
4264 ['exclude', '^browser/ui/views/select_file_dialog.cc'], 4262 ['exclude', '^browser/ui/views/select_file_dialog.cc'],
4265 ], 4263 ],
4266 }], 4264 }],
4267 # Exclude extension_input_ui_api again 4265 # Exclude extension_input_ui_api again
4268 # (Required because of the '^browser/extensions/' include abrove) 4266 # (Required because of the '^browser/extensions/' include abrove)
4269 ['OS=="linux" and ( touchui==0 or chromeos==0 )', { 4267 ['OS=="linux" and touchui==0', {
4270 'sources/': [ 4268 'sources/': [
4271 ['exclude', '^browser/extensions/extension_input_ui_api.cc'], 4269 ['exclude', '^browser/extensions/extension_input_ui_api.cc'],
4272 ['exclude', '^browser/extensions/extension_input_ui_api.h'], 4270 ['exclude', '^browser/extensions/extension_input_ui_api.h'],
4273 ], 4271 ],
4274 }], 4272 }],
4275 # GTK build only 4273 # GTK build only
4276 ['OS=="linux" and toolkit_views==0', { 4274 ['OS=="linux" and toolkit_views==0', {
4277 'sources/': [ 4275 'sources/': [
4278 ['include', '^browser/printing/print_dialog_gtk.cc'], 4276 ['include', '^browser/printing/print_dialog_gtk.cc'],
4279 ['include', '^browser/printing/print_dialog_gtk.h'], 4277 ['include', '^browser/printing/print_dialog_gtk.h'],
(...skipping 292 matching lines...) Expand 10 before | Expand all | Expand 10 after
4572 'hard_dependency': 1, 4570 'hard_dependency': 1,
4573 }, 4571 },
4574 ], 4572 ],
4575 } 4573 }
4576 4574
4577 # Local Variables: 4575 # Local Variables:
4578 # tab-width:2 4576 # tab-width:2
4579 # indent-tabs-mode:nil 4577 # indent-tabs-mode:nil
4580 # End: 4578 # End:
4581 # vim: set expandtab tabstop=2 shiftwidth=2: 4579 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698