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

Unified 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | build/common.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/all.gyp
diff --git a/build/all.gyp b/build/all.gyp
index ac2c411346fcc6f0dcfd2e098ebf7ad280e55216..127d43ea1c603e19b7f2c561e580bc2972e2a31d 100644
--- a/build/all.gyp
+++ b/build/all.gyp
@@ -160,6 +160,7 @@
'../ash/ash.gyp:*',
'../ui/aura/aura.gyp:*',
'../ui/oak/oak.gyp:*',
+ '../wm/wm.gyp:*',
],
}],
['remoting==1', {
@@ -746,6 +747,12 @@
'../ash/ash.gyp:ash_unittests',
],
}],
+ ['use_wm==1', {
+ 'dependencies': [
+ '../wm/wm.gyp:wm_shell',
+ '../wm/wm.gyp:wm_unittests',
+ ],
+ }],
['OS=="linux"', {
# Tests that currently only work on Linux.
'dependencies': [
« 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