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

Unified Diff: mojo/mojo.gyp

Issue 563953003: GN rules for everything in //mojo (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 3 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 | « mojo/examples/wm_flow/BUILD.gn ('k') | mojo/mojo_apps.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/mojo.gyp
diff --git a/mojo/mojo.gyp b/mojo/mojo.gyp
index 1c94d668f3eec61bc541c8e93cdc4b5d80335459..72c13df34bce53f281f3887d2630c348c40ea8ea 100644
--- a/mojo/mojo.gyp
+++ b/mojo/mojo.gyp
@@ -21,6 +21,7 @@
],
'targets': [
{
+ # GN version: //mojo
'target_name': 'mojo',
'type': 'none',
'dependencies': [
@@ -112,6 +113,7 @@
],
},
{
+ # GN version: //mojo/spy
'target_name': 'mojo_spy',
'type': 'static_library',
'dependencies': [
@@ -447,6 +449,7 @@
['OS=="linux"', {
'targets': [
{
+ # GN version: //mojo/dbus
'target_name': 'mojo_dbus_service',
'type': 'static_library',
'dependencies': [
@@ -498,13 +501,13 @@
],
},
{
+ # GN version: //mojo/views
'target_name': 'mojo_views_support',
'type': 'static_library',
'dependencies': [
'../base/base.gyp:base',
'../base/base.gyp:base_i18n',
'../skia/skia.gyp:skia',
- '../skia/skia.gyp:skia',
'../third_party/icu/icu.gyp:icui18n',
'../third_party/icu/icu.gyp:icuuc',
'../ui/aura/aura.gyp:aura',
@@ -525,6 +528,7 @@
],
},
{
+ # GN version: //mojo/views:views_internal
'target_name': 'mojo_views_support_internal',
'type': '<(component)',
'dependencies': [
@@ -533,7 +537,6 @@
'../base/base.gyp:base_static',
'../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic_annotations',
'../skia/skia.gyp:skia',
- '../skia/skia.gyp:skia',
'../third_party/icu/icu.gyp:icui18n',
'../third_party/icu/icu.gyp:icuuc',
'../ui/base/ui_base.gyp:ui_base',
« no previous file with comments | « mojo/examples/wm_flow/BUILD.gn ('k') | mojo/mojo_apps.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698