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

Unified Diff: Source/core/core.gyp

Issue 319983003: Work on blink GN bindings (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
Index: Source/core/core.gyp
diff --git a/Source/core/core.gyp b/Source/core/core.gyp
index cf8ee9313c6243578f2232db74bcb838a05cf729..0271f8571075fb58fbc1de490c2651f10c12680d 100644
--- a/Source/core/core.gyp
+++ b/Source/core/core.gyp
@@ -72,6 +72,7 @@
'targets': [
{
+ # GN version: //third_party/WebKit/Source/core/inspector:protocol_sources
'target_name': 'inspector_protocol_sources',
'type': 'none',
'dependencies': [
@@ -111,6 +112,7 @@
]
},
{
+ # GN version: //third_party/WebKit/Source/core/inspector:instrumentation_sources
'target_name': 'inspector_instrumentation_sources',
'type': 'none',
'dependencies': [],
@@ -142,6 +144,7 @@
]
},
{
+ # GN version: //third_party/WebKit/Source/core/inspector:protocol_version
'target_name': 'generate_inspector_protocol_version',
'type': 'none',
'actions': [
@@ -170,6 +173,7 @@
]
},
{
+ # GN version: //third_party/WebKit/Source/core/inspector:inspector_overlay_page
'target_name': 'inspector_overlay_page',
'type': 'none',
'variables': {
@@ -180,6 +184,7 @@
'includes': [ '../build/ConvertFileToHeaderWithCharacterArray.gypi' ],
},
{
+ # GN version: //third_party/WebKit/Source/core/inspector:injected_canvas_script_source
'target_name': 'injected_canvas_script_source',
'type': 'none',
'variables': {
@@ -190,6 +195,7 @@
'includes': [ '../build/ConvertFileToHeaderWithCharacterArray.gypi' ],
},
{
+ # GN version: //third_party/WebKit/Source/core/inspector:injected_script_source
'target_name': 'injected_script_source',
'type': 'none',
'variables': {
@@ -200,6 +206,7 @@
'includes': [ '../build/ConvertFileToHeaderWithCharacterArray.gypi' ],
},
{
+ # GN version: //third_party/WebKit/Source/core/inspector:debugger_script_source
'target_name': 'debugger_script_source',
'type': 'none',
'variables': {
@@ -210,6 +217,7 @@
'includes': [ '../build/ConvertFileToHeaderWithCharacterArray.gypi' ],
},
{
+ # GN version: //third_party/WebKit/Source/core:core_generated
'target_name': 'webcore_generated',
'type': 'static_library',
'hard_dependency': 1,
@@ -361,6 +369,7 @@
{
# We'll soon split libwebcore in multiple smaller libraries.
# webcore_prerequisites will be the 'base' target of every sub-target.
+ # GN version: //third_party/WebKit/Source/core:prerequisites
'target_name': 'webcore_prerequisites',
'type': 'none',
'dependencies': [
@@ -539,6 +548,7 @@
],
},
{
+ # GN version: //third_party/WebKit/Source/core:dom
'target_name': 'webcore_dom',
'type': 'static_library',
'dependencies': [
@@ -551,6 +561,7 @@
'msvs_disabled_warnings': [ 4267, ],
},
{
+ # GN version: //third_party/WebKit/Source/core:html
'target_name': 'webcore_html',
'type': 'static_library',
'dependencies': [
@@ -573,6 +584,7 @@
],
},
{
+ # GN version: //third_party/WebKit/Source/core:svg
'target_name': 'webcore_svg',
'type': 'static_library',
'dependencies': [
@@ -588,6 +600,7 @@
],
},
{
+ # GN version: //third_party/WebKit/Source/core:rendering
'target_name': 'webcore_rendering',
'type': 'static_library',
'dependencies': [
@@ -665,6 +678,7 @@
],
},
{
+ # GN version: //third_party/WebKit/Source/core:remaining
'target_name': 'webcore_remaining',
'type': 'static_library',
'dependencies': [
@@ -739,6 +753,7 @@
'msvs_disabled_warnings': [ 4267, 4334, ],
},
{
+ # GN version: //third_party/WebKit/Source/core:core
'target_name': 'webcore',
'type': 'none',
'dependencies': [
« Source/core/core.gni ('K') | « Source/core/core.gni ('k') | Source/core/core_generated.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698