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

Unified Diff: public/blink_devtools.gyp

Issue 329993006: Implement main blink target in GN. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: 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
« public/BUILD.gn ('K') | « public/blink.gyp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: public/blink_devtools.gyp
diff --git a/public/blink_devtools.gyp b/public/blink_devtools.gyp
index 2cec4df789a8ef0e1c1a2687d84f94d5fec256ba..6c88f482878a048a39660c92379be97164bdd53f 100644
--- a/public/blink_devtools.gyp
+++ b/public/blink_devtools.gyp
@@ -30,6 +30,7 @@
{
'targets': [
{
+ # GN version: //third_party/WebKit/public:blink_devtools_frontend_resources
'target_name': 'blink_devtools_frontend_resources',
'type': 'none',
'dependencies': [
@@ -37,6 +38,7 @@
],
},
{
+ # GN version: //third_party/WebKit/public:blink_generate_devtools_grd
'target_name': 'blink_generate_devtools_grd',
'type': 'none',
'dependencies': [
« public/BUILD.gn ('K') | « public/blink.gyp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698