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

Side by Side Diff: Source/core/core_generated.gyp

Issue 429853002: IDL: Add build target for IDL dictionary impl generation in core (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 4 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 # 1 #
2 # Copyright (C) 2013 Google Inc. All rights reserved. 2 # Copyright (C) 2013 Google Inc. All rights reserved.
3 # 3 #
4 # Redistribution and use in source and binary forms, with or without 4 # Redistribution and use in source and binary forms, with or without
5 # modification, are permitted provided that the following conditions are 5 # modification, are permitted provided that the following conditions are
6 # met: 6 # met:
7 # 7 #
8 # * Redistributions of source code must retain the above copyright 8 # * Redistributions of source code must retain the above copyright
9 # notice, this list of conditions and the following disclaimer. 9 # notice, this list of conditions and the following disclaimer.
10 # * Redistributions in binary form must reproduce the above 10 # * Redistributions in binary form must reproduce the above
(...skipping 117 matching lines...) Expand 10 before | Expand all | Expand 10 after
128 ] 128 ]
129 }, 129 },
130 { 130 {
131 # GN version: //third_party/WebKit/Source/core:make_core_generated 131 # GN version: //third_party/WebKit/Source/core:make_core_generated
132 'target_name': 'make_core_generated', 132 'target_name': 'make_core_generated',
133 'type': 'none', 133 'type': 'none',
134 'hard_dependency': 1, 134 'hard_dependency': 1,
135 'dependencies': [ 135 'dependencies': [
136 'generated_testing_idls', 136 'generated_testing_idls',
137 'core_event_interfaces', 137 'core_event_interfaces',
138 'css/generated.gyp:idl_dictionary_core_css_generated',
bashi 2014/07/30 11:32:26 Maybe not the right place. Also, we will need to
138 '../config.gyp:config', 139 '../config.gyp:config',
139 ], 140 ],
140 'sources': [ 141 'sources': [
141 # bison rule 142 # bison rule
142 'css/CSSGrammar.y', 143 'css/CSSGrammar.y',
143 'xml/XPathGrammar.y', 144 'xml/XPathGrammar.y',
144 ], 145 ],
145 'actions': [ 146 'actions': [
146 { 147 {
147 'action_name': 'generatePrivateScript', 148 'action_name': 'generatePrivateScript',
(...skipping 671 matching lines...) Expand 10 before | Expand all | Expand 10 after
819 '../build/scripts/rule_bison.py', 820 '../build/scripts/rule_bison.py',
820 '<(RULE_INPUT_PATH)', 821 '<(RULE_INPUT_PATH)',
821 '<(blink_core_output_dir)', 822 '<(blink_core_output_dir)',
822 '<(bison_exe)', 823 '<(bison_exe)',
823 ], 824 ],
824 }, 825 },
825 ], 826 ],
826 }, 827 },
827 ], 828 ],
828 } 829 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698