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

Unified Diff: Source/core/core.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 | « no previous file | Source/core/frame/Window.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/core.gyp
diff --git a/Source/core/core.gyp b/Source/core/core.gyp
index db0e63f69eda3fbc2db05863e4e77940e28110b4..c9444f5c59479e01b775b41566ed1a6038677472 100644
--- a/Source/core/core.gyp
+++ b/Source/core/core.gyp
@@ -33,7 +33,6 @@
'../build/win/precompile.gypi',
'../build/features.gypi',
'../build/scripts/scripts.gypi',
- '../modules/modules.gypi',
'../bindings/bindings.gypi',
'core.gypi',
],
@@ -250,7 +249,6 @@
# These files include all the .cpp files generated from the .idl files
# in webcore_files.
'<@(bindings_core_generated_aggregate_files)',
- '<@(bindings_modules_generated_aggregate_files)',
# Additional .cpp files for HashTools.h
'<(SHARED_INTERMEDIATE_DIR)/blink/CSSPropertyNames.cpp',
« no previous file with comments | « no previous file | Source/core/frame/Window.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698