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

Unified Diff: ui/ozone/ozone.gyp

Issue 371363006: Fix ozone build in GN (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 5 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/ozone/BUILD.gn ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/ozone/ozone.gyp
diff --git a/ui/ozone/ozone.gyp b/ui/ozone/ozone.gyp
index 8a2c2b910d37a4e856c52306c7350c15898be7ee..acaac65a83955c465dc4948aa8f80ef8266414f5 100644
--- a/ui/ozone/ozone.gyp
+++ b/ui/ozone/ozone.gyp
@@ -15,6 +15,7 @@
},
'targets': [
{
+ # GN version: //ui/ozone:ozone_base
'target_name': 'ozone_base',
'type': '<(component)',
'dependencies': [
@@ -44,6 +45,7 @@
],
},
{
+ # GN version: //ui/ozone
'target_name': 'ozone',
'type': '<(component)',
'dependencies': [
@@ -99,6 +101,7 @@
],
'actions': [
{
+ # GN version: //ui/ozone:generate_ozone_platform_list
'action_name': 'generate_ozone_platform_list',
'variables': {
'generator_path': 'generate_ozone_platform_list.py',
@@ -122,6 +125,7 @@
],
},
{
+ # GN version: //ui/ozone:generate_constructor_list
'action_name': 'generate_constructor_list',
'variables': {
'generator_path': 'generate_constructor_list.py',
« no previous file with comments | « ui/ozone/BUILD.gn ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698