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

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: fix upstream 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
« no previous file with comments | « ash/test/test_shell_delegate.cc ('k') | chrome/app/generated_resources.grd » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 748 matching lines...) Expand 10 before | Expand all | Expand 10 after
759 '../ppapi/ppapi_internal.gyp:ppapi_unittests', 759 '../ppapi/ppapi_internal.gyp:ppapi_unittests',
760 '../remoting/remoting.gyp:remoting_unittests', 760 '../remoting/remoting.gyp:remoting_unittests',
761 '../ui/app_list/app_list.gyp:*', 761 '../ui/app_list/app_list.gyp:*',
762 '../ui/aura/aura.gyp:*', 762 '../ui/aura/aura.gyp:*',
763 '../ui/compositor/compositor.gyp:*', 763 '../ui/compositor/compositor.gyp:*',
764 '../ui/message_center/message_center.gyp:*', 764 '../ui/message_center/message_center.gyp:*',
765 '../ui/ui.gyp:ui_unittests', 765 '../ui/ui.gyp:ui_unittests',
766 '../ui/views/views.gyp:views', 766 '../ui/views/views.gyp:views',
767 '../ui/views/views.gyp:views_examples_with_content_exe', 767 '../ui/views/views.gyp:views_examples_with_content_exe',
768 '../ui/views/views.gyp:views_unittests', 768 '../ui/views/views.gyp:views_unittests',
769 '../ui/keyboard/keyboard.gyp:*',
769 '../webkit/compositor_bindings/compositor_bindings_tests.gyp:webkit_ compositor_bindings_unittests', 770 '../webkit/compositor_bindings/compositor_bindings_tests.gyp:webkit_ compositor_bindings_unittests',
770 '../webkit/webkit.gyp:pull_in_webkit_unit_tests', 771 '../webkit/webkit.gyp:pull_in_webkit_unit_tests',
771 ], 772 ],
772 'conditions': [ 773 'conditions': [
773 ['OS=="win"', { 774 ['OS=="win"', {
774 'dependencies': [ 775 'dependencies': [
775 '../chrome/chrome.gyp:crash_service', 776 '../chrome/chrome.gyp:crash_service',
776 ], 777 ],
777 }], 778 }],
778 ['OS=="win" and target_arch=="ia32"', { 779 ['OS=="win" and target_arch=="ia32"', {
(...skipping 44 matching lines...) Expand 10 before | Expand all | Expand 10 after
823 '../chrome/chrome.gyp:browser_tests_run', 824 '../chrome/chrome.gyp:browser_tests_run',
824 '../chrome/chrome.gyp:sync_integration_tests_run', 825 '../chrome/chrome.gyp:sync_integration_tests_run',
825 '../chrome/chrome.gyp:unit_tests_run', 826 '../chrome/chrome.gyp:unit_tests_run',
826 '../net/net.gyp:net_unittests_run', 827 '../net/net.gyp:net_unittests_run',
827 ], 828 ],
828 }, # target_name: chromium_swarm_tests 829 }, # target_name: chromium_swarm_tests
829 ], 830 ],
830 }], 831 }],
831 ], # conditions 832 ], # conditions
832 } 833 }
OLDNEW
« no previous file with comments | « ash/test/test_shell_delegate.cc ('k') | chrome/app/generated_resources.grd » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698