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

Unified Diff: ui/wm/wm.gyp

Issue 369603004: Work on GN build, mostly in //ui (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: android Created 6 years, 6 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 | « ui/wm/BUILD.gn ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/wm/wm.gyp
diff --git a/ui/wm/wm.gyp b/ui/wm/wm.gyp
index 10f1883c4e1dbd0fb32024660f297fac1b3ceced..11688d77390dfc77808633ec9721b937c96dd061 100644
--- a/ui/wm/wm.gyp
+++ b/ui/wm/wm.gyp
@@ -8,6 +8,7 @@
},
'targets': [
{
+ # GN version: //ui/wm
'target_name': 'wm',
'type': '<(component)',
'dependencies': [
@@ -93,6 +94,7 @@
],
},
{
+ # GN version: //ui/wm:test_support
'target_name': 'wm_test_support',
'type': 'static_library',
'dependencies': [
@@ -108,6 +110,7 @@
],
},
{
+ # GN version: //ui/wm:wm_unittests
'target_name': 'wm_unittests',
'type': 'executable',
'dependencies': [
« no previous file with comments | « ui/wm/BUILD.gn ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698