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

Side by Side Diff: build/all.gyp

Issue 14034019: Have aura_builder build Chrome Frame and its tests. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: 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 | « no previous file | no next file » | 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 757 matching lines...) Expand 10 before | Expand all | Expand 10 after
768 '../ui/views/views.gyp:views_examples_with_content_exe', 768 '../ui/views/views.gyp:views_examples_with_content_exe',
769 '../ui/views/views.gyp:views_unittests', 769 '../ui/views/views.gyp:views_unittests',
770 '../ui/keyboard/keyboard.gyp:*', 770 '../ui/keyboard/keyboard.gyp:*',
771 '../webkit/compositor_bindings/compositor_bindings_tests.gyp:webkit_ compositor_bindings_unittests', 771 '../webkit/compositor_bindings/compositor_bindings_tests.gyp:webkit_ compositor_bindings_unittests',
772 '../webkit/webkit.gyp:pull_in_webkit_unit_tests', 772 '../webkit/webkit.gyp:pull_in_webkit_unit_tests',
773 ], 773 ],
774 'conditions': [ 774 'conditions': [
775 ['OS=="win"', { 775 ['OS=="win"', {
776 'dependencies': [ 776 'dependencies': [
777 '../chrome/chrome.gyp:crash_service', 777 '../chrome/chrome.gyp:crash_service',
778 '../chrome_frame/chrome_frame.gyp:npchrome_frame',
779 ],
780 }],
781 ['OS=="win" and target_arch!="x64"', {
grt (UTC plus 2) 2013/04/24 21:36:51 this awkwardness follows in the footsteps of line
782 'dependencies': [
783 '../chrome_frame/chrome_frame.gyp:chrome_frame_net_tests',
784 '../chrome_frame/chrome_frame.gyp:chrome_frame_perftests',
785 '../chrome_frame/chrome_frame.gyp:chrome_frame_reliability_tests ',
786 '../chrome_frame/chrome_frame.gyp:chrome_frame_tests',
787 '../chrome_frame/chrome_frame.gyp:chrome_frame_unittests',
788 ],
789 }],
790 ['OS=="win" and target_arch=="x64"', {
791 'dependencies!': [
792 '../chrome_frame/chrome_frame.gyp:npchrome_frame',
793 ],
794 'defines': [
795 'OMIT_CHROME_FRAME',
778 ], 796 ],
779 }], 797 }],
780 ['OS=="win" and target_arch=="ia32"', { 798 ['OS=="win" and target_arch=="ia32"', {
781 'dependencies': [ 799 'dependencies': [
782 '../chrome/chrome.gyp:crash_service_win64', 800 '../chrome/chrome.gyp:crash_service_win64',
783 ], 801 ],
784 }], 802 }],
785 ['use_ash==1', { 803 ['use_ash==1', {
786 'dependencies': [ 804 'dependencies': [
787 '../ash/ash.gyp:ash_shell', 805 '../ash/ash.gyp:ash_shell',
(...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after
826 '../chrome/chrome.gyp:interactive_ui_tests_run', 844 '../chrome/chrome.gyp:interactive_ui_tests_run',
827 '../chrome/chrome.gyp:sync_integration_tests_run', 845 '../chrome/chrome.gyp:sync_integration_tests_run',
828 '../chrome/chrome.gyp:unit_tests_run', 846 '../chrome/chrome.gyp:unit_tests_run',
829 '../net/net.gyp:net_unittests_run', 847 '../net/net.gyp:net_unittests_run',
830 ], 848 ],
831 }, # target_name: chromium_swarm_tests 849 }, # target_name: chromium_swarm_tests
832 ], 850 ],
833 }], 851 }],
834 ], # conditions 852 ], # conditions
835 } 853 }
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698