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

Unified Diff: win8/delegate_execute/delegate_execute.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/delegate_execute/chrome_util.cc ('k') | win8/metro_driver/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: win8/delegate_execute/delegate_execute.gyp
diff --git a/win8/delegate_execute/delegate_execute.gyp b/win8/delegate_execute/delegate_execute.gyp
index 7247e08ea61c0d7e2e7538ccd18c6b0d89e3e349..8869fa43ac589c072e0da4a7ef53d34de54e8718 100644
--- a/win8/delegate_execute/delegate_execute.gyp
+++ b/win8/delegate_execute/delegate_execute.gyp
@@ -11,6 +11,7 @@
],
'targets': [
{
+ # GN version: //win8/delegate_execute:version_resources
'target_name': 'delegate_execute_version_resources',
'type': 'none',
'conditions': [
@@ -36,6 +37,7 @@
],
},
{
+ # GN version: //win8/delegate_execute
'target_name': 'delegate_execute',
'type': 'executable',
'dependencies': [
@@ -85,6 +87,7 @@
],
},
{
+ # GN version: //win8/delegate_execute:delegate_execute_unittests
'target_name': 'delegate_execute_unittests',
'type': 'executable',
'dependencies': [
« no previous file with comments | « win8/delegate_execute/chrome_util.cc ('k') | win8/metro_driver/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698