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

Side by Side Diff: build/all.gyp

Issue 13164002: Create and show the virtual keyboard. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: make test compile Created 7 years, 8 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) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 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': 'All', 8 'target_name': 'All',
9 'type': 'none', 9 'type': 'none',
10 'xcode_create_dependents_test_runner': 1, 10 'xcode_create_dependents_test_runner': 1,
(...skipping 742 matching lines...) Expand 10 before | Expand all | Expand 10 after
753 '../ppapi/ppapi_internal.gyp:ppapi_unittests', 753 '../ppapi/ppapi_internal.gyp:ppapi_unittests',
754 '../remoting/remoting.gyp:remoting_unittests', 754 '../remoting/remoting.gyp:remoting_unittests',
755 '../ui/app_list/app_list.gyp:*', 755 '../ui/app_list/app_list.gyp:*',
756 '../ui/aura/aura.gyp:*', 756 '../ui/aura/aura.gyp:*',
757 '../ui/compositor/compositor.gyp:*', 757 '../ui/compositor/compositor.gyp:*',
758 '../ui/message_center/message_center.gyp:*', 758 '../ui/message_center/message_center.gyp:*',
759 '../ui/ui.gyp:ui_unittests', 759 '../ui/ui.gyp:ui_unittests',
760 '../ui/views/views.gyp:views', 760 '../ui/views/views.gyp:views',
761 '../ui/views/views.gyp:views_examples_with_content_exe', 761 '../ui/views/views.gyp:views_examples_with_content_exe',
762 '../ui/views/views.gyp:views_unittests', 762 '../ui/views/views.gyp:views_unittests',
763 '../ui/keyboard/keyboard.gyp:*',
763 '../webkit/compositor_bindings/compositor_bindings_tests.gyp:webkit_ compositor_bindings_unittests', 764 '../webkit/compositor_bindings/compositor_bindings_tests.gyp:webkit_ compositor_bindings_unittests',
764 '../webkit/webkit.gyp:pull_in_webkit_unit_tests', 765 '../webkit/webkit.gyp:pull_in_webkit_unit_tests',
765 ], 766 ],
766 'conditions': [ 767 'conditions': [
767 ['OS=="win"', { 768 ['OS=="win"', {
768 'dependencies': [ 769 'dependencies': [
769 '../chrome/chrome.gyp:crash_service', 770 '../chrome/chrome.gyp:crash_service',
770 ], 771 ],
771 }], 772 }],
772 ['OS=="win" and target_arch=="ia32"', { 773 ['OS=="win" and target_arch=="ia32"', {
(...skipping 44 matching lines...) Expand 10 before | Expand all | Expand 10 after
817 '../chrome/chrome.gyp:browser_tests_run', 818 '../chrome/chrome.gyp:browser_tests_run',
818 '../chrome/chrome.gyp:sync_integration_tests_run', 819 '../chrome/chrome.gyp:sync_integration_tests_run',
819 '../chrome/chrome.gyp:unit_tests_run', 820 '../chrome/chrome.gyp:unit_tests_run',
820 '../net/net.gyp:net_unittests_run', 821 '../net/net.gyp:net_unittests_run',
821 ], 822 ],
822 }, # target_name: chromium_swarm_tests 823 }, # target_name: chromium_swarm_tests
823 ], 824 ],
824 }], 825 }],
825 ], # conditions 826 ], # conditions
826 } 827 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698