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

Unified 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | build/common.gypi » ('j') | wm/foreign_test_window.h » ('J')
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 bd2e00be9db24758207c75e97f41071a0ea8384d..93bd1893430e5677035cf09744b4ea773d620392 100644
--- a/build/all.gyp
+++ b/build/all.gyp
@@ -154,6 +154,7 @@
'../ash/ash.gyp:*',
'../ui/aura/aura.gyp:*',
'../ui/oak/oak.gyp:*',
+ '../wm/wm.gyp:*',
],
}],
['remoting==1', {
@@ -739,6 +740,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') | wm/foreign_test_window.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698