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

Unified Diff: Source/modules/modules.gyp

Issue 265393003: Move modules-related attributes out from Window.idl. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Remove unnecessary code changes in the previous patch. Created 6 years, 7 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/mediastream/WindowMediaStream.idl ('k') | Source/modules/modules.gypi » ('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 4cadb2a3578263c03232d3af578b8f88b78e0b84..9f518783291dc0514c41ba879b184b4f2d5be828 100644
--- a/Source/modules/modules.gyp
+++ b/Source/modules/modules.gyp
@@ -30,6 +30,7 @@
{
'includes': [
'../build/win/precompile.gypi',
+ '../bindings/bindings.gypi',
'modules.gypi',
],
'targets': [{
@@ -47,6 +48,7 @@
],
'sources': [
'<@(modules_files)',
+ '<@(bindings_modules_generated_aggregate_files)',
],
# Disable c4267 warnings until we fix size_t to int truncations.
'msvs_disabled_warnings': [ 4267, 4334, ]
« no previous file with comments | « Source/modules/mediastream/WindowMediaStream.idl ('k') | Source/modules/modules.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698