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

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: Push gfx::AcceleratedWidget usage into platform specific code. 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') | 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 142 matching lines...) Expand 10 before | Expand all | Expand 10 after
153 'dependencies': [ 153 'dependencies': [
154 '../ui/views/controls/webview/webview.gyp:*', 154 '../ui/views/controls/webview/webview.gyp:*',
155 '../ui/views/views.gyp:*', 155 '../ui/views/views.gyp:*',
156 ], 156 ],
157 }], 157 }],
158 ['use_aura==1', { 158 ['use_aura==1', {
159 'dependencies': [ 159 'dependencies': [
160 '../ash/ash.gyp:*', 160 '../ash/ash.gyp:*',
161 '../ui/aura/aura.gyp:*', 161 '../ui/aura/aura.gyp:*',
162 '../ui/oak/oak.gyp:*', 162 '../ui/oak/oak.gyp:*',
163 '../wm/wm.gyp:*',
163 ], 164 ],
164 }], 165 }],
165 ['remoting==1', { 166 ['remoting==1', {
166 'dependencies': [ 167 'dependencies': [
167 '../remoting/remoting.gyp:*', 168 '../remoting/remoting.gyp:*',
168 ], 169 ],
169 }], 170 }],
170 ['use_openssl==0', { 171 ['use_openssl==0', {
171 'dependencies': [ 172 'dependencies': [
172 '../net/third_party/nss/ssl.gyp:*', 173 '../net/third_party/nss/ssl.gyp:*',
(...skipping 566 matching lines...) Expand 10 before | Expand all | Expand 10 after
739 'dependencies': [ 740 'dependencies': [
740 '../chrome/chrome.gyp:crash_service_win64', 741 '../chrome/chrome.gyp:crash_service_win64',
741 ], 742 ],
742 }], 743 }],
743 ['use_ash==1', { 744 ['use_ash==1', {
744 'dependencies': [ 745 'dependencies': [
745 '../ash/ash.gyp:ash_shell', 746 '../ash/ash.gyp:ash_shell',
746 '../ash/ash.gyp:ash_unittests', 747 '../ash/ash.gyp:ash_unittests',
747 ], 748 ],
748 }], 749 }],
750 ['use_wm==1', {
751 'dependencies': [
752 '../wm/wm.gyp:wm_shell',
753 '../wm/wm.gyp:wm_unittests',
754 ],
755 }],
749 ['OS=="linux"', { 756 ['OS=="linux"', {
750 # Tests that currently only work on Linux. 757 # Tests that currently only work on Linux.
751 'dependencies': [ 758 'dependencies': [
752 '../base/base.gyp:base_unittests', 759 '../base/base.gyp:base_unittests',
753 '../ipc/ipc.gyp:ipc_tests', 760 '../ipc/ipc.gyp:ipc_tests',
754 '../sql/sql.gyp:sql_unittests', 761 '../sql/sql.gyp:sql_unittests',
755 '../sync/sync.gyp:sync_unit_tests', 762 '../sync/sync.gyp:sync_unit_tests',
756 ], 763 ],
757 }], 764 }],
758 ['OS=="mac"', { 765 ['OS=="mac"', {
(...skipping 24 matching lines...) Expand all
783 '../chrome/chrome.gyp:browser_tests_run', 790 '../chrome/chrome.gyp:browser_tests_run',
784 '../chrome/chrome.gyp:sync_integration_tests_run', 791 '../chrome/chrome.gyp:sync_integration_tests_run',
785 '../chrome/chrome.gyp:unit_tests_run', 792 '../chrome/chrome.gyp:unit_tests_run',
786 '../net/net.gyp:net_unittests_run', 793 '../net/net.gyp:net_unittests_run',
787 ], 794 ],
788 }, # target_name: chromium_swarm_tests 795 }, # target_name: chromium_swarm_tests
789 ], 796 ],
790 }], 797 }],
791 ], # conditions 798 ], # conditions
792 } 799 }
OLDNEW
« no previous file with comments | « no previous file | build/common.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698