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

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

Issue 557543004: Revert "[blink-in-js] Migrate resources required for blink-in-js to grd - part 3" (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 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 unified diff | Download patch | Annotate | Revision Log
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 165 matching lines...) Expand 10 before | Expand all | Expand 10 after
176 'inputs': [ 176 'inputs': [
177 '../build/scripts/make_private_script_source.py', 177 '../build/scripts/make_private_script_source.py',
178 '<@(_private_script_files)', 178 '<@(_private_script_files)',
179 ], 179 ],
180 'outputs': [ 180 'outputs': [
181 '<(blink_core_output_dir)/PrivateScriptSourcesForTesting.h', 181 '<(blink_core_output_dir)/PrivateScriptSourcesForTesting.h',
182 ], 182 ],
183 'action': [ 183 'action': [
184 'python', 184 'python',
185 '../build/scripts/make_private_script_source.py', 185 '../build/scripts/make_private_script_source.py',
186 '--for-testing',
187 '<@(_outputs)', 186 '<@(_outputs)',
188 '<@(_private_script_files)' 187 '<@(_private_script_files)'
189 ], 188 ],
190 }, 189 },
191 { 190 {
192 'action_name': 'HTMLEntityTable', 191 'action_name': 'HTMLEntityTable',
193 'inputs': [ 192 'inputs': [
194 'html/parser/create-html-entity-table', 193 'html/parser/create-html-entity-table',
195 'html/parser/HTMLEntityNames.in', 194 'html/parser/HTMLEntityNames.in',
196 ], 195 ],
(...skipping 611 matching lines...) Expand 10 before | Expand all | Expand 10 after
808 '../build/scripts/rule_bison.py', 807 '../build/scripts/rule_bison.py',
809 '<(RULE_INPUT_PATH)', 808 '<(RULE_INPUT_PATH)',
810 '<(blink_core_output_dir)', 809 '<(blink_core_output_dir)',
811 '<(bison_exe)', 810 '<(bison_exe)',
812 ], 811 ],
813 }, 812 },
814 ], 813 ],
815 }, 814 },
816 ], 815 ],
817 } 816 }
OLDNEW
« no previous file with comments | « Source/build/scripts/make_private_script_source.py ('k') | Source/platform/PlatformResourceLoader.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698