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

Side by Side Diff: build/all.gyp

Issue 11485006: Add window manager component. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase and add proper use_wm flag support Created 7 years, 10 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 | build/common.gypi » ('j') | wm/foreign_test_window.h » ('J')
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 136 matching lines...) Expand 10 before | Expand all | Expand 10 after
147 'dependencies': [ 147 'dependencies': [
148 '../ui/views/controls/webview/webview.gyp:*', 148 '../ui/views/controls/webview/webview.gyp:*',
149 '../ui/views/views.gyp:*', 149 '../ui/views/views.gyp:*',
150 ], 150 ],
151 }], 151 }],
152 ['use_aura==1', { 152 ['use_aura==1', {
153 'dependencies': [ 153 'dependencies': [
154 '../ash/ash.gyp:*', 154 '../ash/ash.gyp:*',
155 '../ui/aura/aura.gyp:*', 155 '../ui/aura/aura.gyp:*',
156 '../ui/oak/oak.gyp:*', 156 '../ui/oak/oak.gyp:*',
157 '../wm/wm.gyp:*',
157 ], 158 ],
158 }], 159 }],
159 ['remoting==1', { 160 ['remoting==1', {
160 'dependencies': [ 161 'dependencies': [
161 '../remoting/remoting.gyp:*', 162 '../remoting/remoting.gyp:*',
162 ], 163 ],
163 }], 164 }],
164 ['use_openssl==0', { 165 ['use_openssl==0', {
165 'dependencies': [ 166 'dependencies': [
166 '../net/third_party/nss/ssl.gyp:*', 167 '../net/third_party/nss/ssl.gyp:*',
(...skipping 565 matching lines...) Expand 10 before | Expand all | Expand 10 after
732 '../chrome/chrome.gyp:crash_service', 733 '../chrome/chrome.gyp:crash_service',
733 '../chrome/chrome.gyp:crash_service_win64', 734 '../chrome/chrome.gyp:crash_service_win64',
734 ], 735 ],
735 }], 736 }],
736 ['use_ash==1', { 737 ['use_ash==1', {
737 'dependencies': [ 738 'dependencies': [
738 '../ash/ash.gyp:ash_shell', 739 '../ash/ash.gyp:ash_shell',
739 '../ash/ash.gyp:ash_unittests', 740 '../ash/ash.gyp:ash_unittests',
740 ], 741 ],
741 }], 742 }],
743 ['use_wm==1', {
744 'dependencies': [
745 '../wm/wm.gyp:wm_shell',
746 '../wm/wm.gyp:wm_unittests',
747 ],
748 }],
742 ['OS=="linux"', { 749 ['OS=="linux"', {
743 # Tests that currently only work on Linux. 750 # Tests that currently only work on Linux.
744 'dependencies': [ 751 'dependencies': [
745 '../base/base.gyp:base_unittests', 752 '../base/base.gyp:base_unittests',
746 '../ipc/ipc.gyp:ipc_tests', 753 '../ipc/ipc.gyp:ipc_tests',
747 '../sql/sql.gyp:sql_unittests', 754 '../sql/sql.gyp:sql_unittests',
748 '../sync/sync.gyp:sync_unit_tests', 755 '../sync/sync.gyp:sync_unit_tests',
749 ], 756 ],
750 }], 757 }],
751 ['OS=="mac"', { 758 ['OS=="mac"', {
(...skipping 24 matching lines...) Expand all
776 '../chrome/chrome.gyp:browser_tests_run', 783 '../chrome/chrome.gyp:browser_tests_run',
777 '../chrome/chrome.gyp:sync_integration_tests_run', 784 '../chrome/chrome.gyp:sync_integration_tests_run',
778 '../chrome/chrome.gyp:unit_tests_run', 785 '../chrome/chrome.gyp:unit_tests_run',
779 '../net/net.gyp:net_unittests_run', 786 '../net/net.gyp:net_unittests_run',
780 ], 787 ],
781 }, # target_name: chromium_swarm_tests 788 }, # target_name: chromium_swarm_tests
782 ], 789 ],
783 }], 790 }],
784 ], # conditions 791 ], # conditions
785 } 792 }
OLDNEW
« no previous file with comments | « no previous file | build/common.gypi » ('j') | wm/foreign_test_window.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698