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

Unified Diff: win8/metro_driver/metro_driver.gyp

Issue 1464263003: Add metro driver and delegate_execute to GN build. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 1 month 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 | « win8/metro_driver/ime/ime.gypi ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: win8/metro_driver/metro_driver.gyp
diff --git a/win8/metro_driver/metro_driver.gyp b/win8/metro_driver/metro_driver.gyp
index c58ae33a37c48028c67b6bdfe3cf81750ecf3a9a..caa5ab59671c9ca762146a845eb838d45b2ba40b 100644
--- a/win8/metro_driver/metro_driver.gyp
+++ b/win8/metro_driver/metro_driver.gyp
@@ -29,6 +29,7 @@
},
'targets': [
{
+ # GN version: //win8/metro_driver:version_resources
'target_name': 'metro_driver_version_resources',
'type': 'none',
'variables': {
@@ -44,6 +45,7 @@
],
},
{
+ # GN version: //win8/metro_driver
'target_name': 'metro_driver',
'type': 'shared_library',
'dependencies': [
@@ -114,6 +116,7 @@
],
'copies': [
{
+ # GN version: //win8/metro_viewer:copy_resources
'destination': '<(PRODUCT_DIR)',
'files': [
'resources/Logo.png',
@@ -125,6 +128,7 @@
],
},
{
+ # GN version: //win8/metro_driver:metro_driver_unittests
'target_name': 'metro_driver_unittests',
'type': 'executable',
'dependencies': [
« no previous file with comments | « win8/metro_driver/ime/ime.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698