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

Unified Diff: Source/core/core.gypi

Issue 26763006: Move the generation and inclusion of RuntimeEnabledFeatures to blink_platform.dll since many pieces… (Closed) Base URL: https://chromium.googlesource.com/chromium/blink@master
Patch Set: Created 7 years, 2 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.gypi
diff --git a/Source/core/core.gypi b/Source/core/core.gypi
index ba370f260a14b8463b1a140ad24160778a843f0e..24fc993df490978437090e520b93d3736d2188cc 100644
--- a/Source/core/core.gypi
+++ b/Source/core/core.gypi
@@ -3629,20 +3629,6 @@
'platform/testing/FakeWebGraphicsContext3D.h',
'rendering/RenderOverflowTest.cpp',
],
- 'scripts_for_in_files': [
- # jinja2/__init__.py contains version string, so sufficient as
- # dependency for whole jinja2 package
- '<(DEPTH)/third_party/jinja2/__init__.py',
- '<(DEPTH)/third_party/markupsafe/__init__.py', # jinja2 dep
- '../build/scripts/hasher.py',
- '../build/scripts/in_file.py',
- '../build/scripts/in_generator.py',
- '../build/scripts/license.py',
- '../build/scripts/name_macros.py',
- '../build/scripts/name_utilities.py',
- '../build/scripts/template_expander.py',
- '../build/scripts/templates/macros.tmpl',
- ],
'make_names_files': [
'<@(scripts_for_in_files)',
'../build/scripts/make_names.py',

Powered by Google App Engine
This is Rietveld 408576698