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

Unified Diff: third_party/WebKit/Source/build/scripts/scripts.gypi

Issue 2319623003: Reorganize Blink IDL build, delete obsolete GYP files. (Closed)
Patch Set: Created 4 years, 3 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 | « third_party/WebKit/Source/build/features.gypi ('k') | third_party/WebKit/Source/build/win/precompile.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/build/scripts/scripts.gypi
diff --git a/third_party/WebKit/Source/build/scripts/scripts.gypi b/third_party/WebKit/Source/build/scripts/scripts.gypi
deleted file mode 100644
index 6c95ebb56e58554afb7f96c2f27135d336cb4bd7..0000000000000000000000000000000000000000
--- a/third_party/WebKit/Source/build/scripts/scripts.gypi
+++ /dev/null
@@ -1,65 +0,0 @@
-# The GN build definitions for these variables are in scripts.gni.
-{
- 'variables': {
- '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
- 'hasher.py',
- 'in_file.py',
- 'in_generator.py',
- 'license.py',
- 'name_utilities.py',
- 'template_expander.py',
- 'trie_builder.py',
- 'templates/macros.tmpl',
- ],
- 'css_properties_files': [
- '<@(scripts_for_in_files)',
- 'css_properties.py',
- '../../core/css/CSSProperties.in',
- ],
- 'make_event_factory_files': [
- '<@(scripts_for_in_files)',
- 'make_event_factory.py',
- 'templates/EventFactory.cpp.tmpl',
- ],
- 'make_names_files': [
- '<@(scripts_for_in_files)',
- 'make_names.py',
- 'templates/MakeNames.cpp.tmpl',
- 'templates/MakeNames.h.tmpl',
- ],
- 'make_qualified_names_files': [
- '<@(scripts_for_in_files)',
- 'make_qualified_names.py',
- 'templates/MakeQualifiedNames.cpp.tmpl',
- 'templates/MakeQualifiedNames.h.tmpl',
- ],
- 'make_element_factory_files': [
- '<@(make_qualified_names_files)',
- 'make_element_factory.py',
- 'templates/ElementFactory.cpp.tmpl',
- 'templates/ElementFactory.h.tmpl',
- ],
- 'make_element_type_helpers_files': [
- '<@(make_qualified_names_files)',
- 'make_element_type_helpers.py',
- 'templates/ElementTypeHelpers.h.tmpl',
- ],
- 'make_trie_helpers_files': [
- '<@(scripts_for_in_files)',
- 'trie_builder.py',
- ],
- 'conditions': [
- ['OS=="win"', {
- 'gperf_exe': '<(DEPTH)/third_party/gperf/bin/gperf.exe',
- 'bison_exe': '<(DEPTH)/third_party/bison/bin/bison.exe',
- },{
- 'gperf_exe': 'gperf',
- 'bison_exe': 'bison',
- }],
- ],
- },
-}
« no previous file with comments | « third_party/WebKit/Source/build/features.gypi ('k') | third_party/WebKit/Source/build/win/precompile.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698