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

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

Issue 569063002: Reland [blink-in-js] Migrate resources required for blink-in-js to grd - part 3 (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Rebased patch 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
« no previous file with comments | « Source/core/BUILD.gn ('k') | Source/platform/PlatformResourceLoader.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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',
186 '<@(_outputs)', 187 '<@(_outputs)',
187 '<@(_private_script_files)' 188 '<@(_private_script_files)'
188 ], 189 ],
189 }, 190 },
190 { 191 {
191 'action_name': 'HTMLEntityTable', 192 'action_name': 'HTMLEntityTable',
192 'inputs': [ 193 'inputs': [
193 'html/parser/create-html-entity-table', 194 'html/parser/create-html-entity-table',
194 'html/parser/HTMLEntityNames.in', 195 'html/parser/HTMLEntityNames.in',
195 ], 196 ],
(...skipping 611 matching lines...) Expand 10 before | Expand all | Expand 10 after
807 '../build/scripts/rule_bison.py', 808 '../build/scripts/rule_bison.py',
808 '<(RULE_INPUT_PATH)', 809 '<(RULE_INPUT_PATH)',
809 '<(blink_core_output_dir)', 810 '<(blink_core_output_dir)',
810 '<(bison_exe)', 811 '<(bison_exe)',
811 ], 812 ],
812 }, 813 },
813 ], 814 ],
814 }, 815 },
815 ], 816 ],
816 } 817 }
OLDNEW
« no previous file with comments | « Source/core/BUILD.gn ('k') | Source/platform/PlatformResourceLoader.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698