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

Unified Diff: Source/modules/modules.gyp

Issue 343503003: Finish modules build in GN. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: add config 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/modules/modules.gni ('k') | Source/web/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/modules/modules.gyp
diff --git a/Source/modules/modules.gyp b/Source/modules/modules.gyp
index 7fe6a0bdced4309ac5b27646a0819107b57b7785..54427584d19150459e863f0f92c412ac4be1d441 100644
--- a/Source/modules/modules.gyp
+++ b/Source/modules/modules.gyp
@@ -35,6 +35,7 @@
'modules.gypi',
],
'targets': [{
+ # GN version: //third_party/WebKit/Source/modules:modules
'target_name': 'modules',
'type': 'static_library',
'dependencies': [
@@ -60,6 +61,7 @@
],
'actions': [
{
+ # GN version: //third_party/WebKit/Source/modules:modules_fetch_polyfill
'action_name': 'FetchPolyfill',
'process_outputs_as_sources': 1,
'variables': {
@@ -85,6 +87,7 @@
],
},
{
+ # GN version: //third_party/WebKit/Source/modules:modules_cache_polyfill
'action_name': 'CachePolyfill',
'process_outputs_as_sources': 1,
'variables': {
@@ -110,6 +113,7 @@
],
},
{
+ # GN version: //third_party/WebKit/Source/modules:modules_cache_storage_polyfill
'action_name': 'CacheStoragePolyfill',
'process_outputs_as_sources': 1,
'variables': {
@@ -139,6 +143,7 @@
'msvs_disabled_warnings': [ 4267, 4334, ]
},
{
+ # GN version: //third_party/WebKit/Source/modules:modules_testing
'target_name': 'modules_testing',
'type': 'static_library',
'dependencies': [
@@ -156,6 +161,7 @@
},
{
# FIXME: should be in modules_generated.gyp
+ # GN version: //third_party/WebKit/Source/modules:make_modules_generated
'target_name': 'make_modules_generated',
'type': 'none',
'hard_dependency': 1,
« no previous file with comments | « Source/modules/modules.gni ('k') | Source/web/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698