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

Side by Side Diff: third_party/WebKit/Source/core/core_generated.gypi

Issue 1538663003: Add code generation for ExperimentalFeatures class from RuntimeEnabledFeatures. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix broken GN build dependency Created 4 years, 12 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 unified diff | Download patch
OLDNEW
1 # Copyright 2014 The Chromium Authors. All rights reserved. 1 # Copyright 2014 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 { 5 {
6 'includes': [ 6 'includes': [
7 '../bindings/core/core.gypi', # for bindings_core_v8_output_dir 7 '../bindings/core/core.gypi', # for bindings_core_v8_output_dir
8 ], 8 ],
9 9
10 'variables': { 10 'variables': {
(...skipping 104 matching lines...) Expand 10 before | Expand all | Expand 10 after
115 115
116 # Generated from make_style_shorthands.py 116 # Generated from make_style_shorthands.py
117 '<(blink_core_output_dir)/StylePropertyShorthand.cpp', 117 '<(blink_core_output_dir)/StylePropertyShorthand.cpp',
118 118
119 # Generated from make_style_builder.py 119 # Generated from make_style_builder.py
120 '<(blink_core_output_dir)/StyleBuilder.cpp', 120 '<(blink_core_output_dir)/StyleBuilder.cpp',
121 '<(blink_core_output_dir)/StyleBuilderFunctions.cpp', 121 '<(blink_core_output_dir)/StyleBuilderFunctions.cpp',
122 122
123 # Generated from make_css_property_metadata.py 123 # Generated from make_css_property_metadata.py
124 '<(blink_core_output_dir)/CSSPropertyMetadata.cpp', 124 '<(blink_core_output_dir)/CSSPropertyMetadata.cpp',
125
126 # Generated from make_experimental_features.py
127 '<(blink_core_output_dir)/experiments/ExperimentalFeatures.cpp',
128 '<(blink_core_output_dir)/experiments/ExperimentalFeatures.h',
125 ], 129 ],
126 }, 130 },
127 } 131 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698