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

Unified Diff: Source/bindings/modules/generated.gyp

Issue 319983003: Work on blink GN bindings (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: fix lots of dirs, comment out some tests that don't link 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
« no previous file with comments | « Source/bindings/modules/BUILD.gn ('k') | Source/bindings/modules/idl.gni » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/bindings/modules/generated.gyp
diff --git a/Source/bindings/modules/generated.gyp b/Source/bindings/modules/generated.gyp
index 096130be78fce869a365a54d4d38689cab89def7..3fa9537a49f4f469b8aea21de5b6a3ac179d799b 100644
--- a/Source/bindings/modules/generated.gyp
+++ b/Source/bindings/modules/generated.gyp
@@ -21,11 +21,13 @@
'targets': [
################################################################################
{
+ # GN version: //third_party/WebKit/Source/bindings/modules:bindings_modules_generated
# FIXME: Should be in modules, not bindings_modules http://crbug.com/358074
'target_name': 'modules_event_generated',
'type': 'none',
'actions': [
{
+ # GN version: //third_party/WebKit/Source/bindings/modules:modules_bindings_generated_event_interfaces
'action_name': 'event_interfaces',
'variables': {
'event_idl_files': [
@@ -57,6 +59,7 @@
],
},
{
+ # GN version: //third_party/WebKit/Source/bindings/modules:bindings_modules_generated_event_modules_factory
'action_name': 'EventModulesFactory',
'inputs': [
'<@(make_event_factory_files)',
@@ -76,6 +79,7 @@
],
},
{
+ # GN version: //third_party/WebKit/Source/bindings/modules:bindings_modules_generated_event_modules_names
'action_name': 'EventModulesNames',
'inputs': [
'<@(make_names_files)',
@@ -94,6 +98,7 @@
],
},
{
+ # GN version: //third_party/WebKit/Source/bindings/modules:bindings_modules_generated_event_target_modules_factory
'action_name': 'EventTargetModulesFactory',
'inputs': [
'<@(make_event_factory_files)',
@@ -112,6 +117,7 @@
],
},
{
+ # GN version: //third_party/WebKit/Source/bindings/modules:bindings_modules_generated_event_target_modules_names
'action_name': 'EventTargetModulesNames',
'inputs': [
'<@(make_names_files)',
@@ -237,6 +243,7 @@
},
################################################################################
{
+ # GN version: //third_party/WebKit/Source/bindings/modules:interfaces_info
'target_name': 'interfaces_info',
'type': 'none',
'dependencies': [
« no previous file with comments | « Source/bindings/modules/BUILD.gn ('k') | Source/bindings/modules/idl.gni » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698