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

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

Issue 351423002: Moved files under Source/bindings/v8 to Source/bindings/core/v8. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 5 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
« no previous file with comments | « Source/core/core.gypi ('k') | Source/core/css/CSSComputedStyleDeclaration.cpp » ('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 131 matching lines...) Expand 10 before | Expand all | Expand 10 after
142 'css/CSSGrammar.y', 142 'css/CSSGrammar.y',
143 'xml/XPathGrammar.y', 143 'xml/XPathGrammar.y',
144 ], 144 ],
145 'actions': [ 145 'actions': [
146 { 146 {
147 'action_name': 'generatePrivateScript', 147 'action_name': 'generatePrivateScript',
148 # FIXME: The implementation of Blink-in-JS is not yet mature. 148 # FIXME: The implementation of Blink-in-JS is not yet mature.
149 # You can use Blink-in-JS in your local experiment, but don't ship it . 149 # You can use Blink-in-JS in your local experiment, but don't ship it .
150 # crbug.com/341031 150 # crbug.com/341031
151 'private_script_files': [ 151 'private_script_files': [
152 '../bindings/v8/PrivateScriptRunner.js', 152 '../bindings/core/v8/PrivateScriptRunner.js',
153 ], 153 ],
154 'inputs': [ 154 'inputs': [
155 '../build/scripts/make_private_script_source.py', 155 '../build/scripts/make_private_script_source.py',
156 '<@(_private_script_files)', 156 '<@(_private_script_files)',
157 ], 157 ],
158 'outputs': [ 158 'outputs': [
159 '<(blink_core_output_dir)/PrivateScriptSources.h', 159 '<(blink_core_output_dir)/PrivateScriptSources.h',
160 ], 160 ],
161 'action': [ 161 'action': [
162 'python', 162 'python',
(...skipping 675 matching lines...) Expand 10 before | Expand all | Expand 10 after
838 '../build/scripts/rule_bison.py', 838 '../build/scripts/rule_bison.py',
839 '<(RULE_INPUT_PATH)', 839 '<(RULE_INPUT_PATH)',
840 '<(blink_core_output_dir)', 840 '<(blink_core_output_dir)',
841 '<(bison_exe)', 841 '<(bison_exe)',
842 ], 842 ],
843 }, 843 },
844 ], 844 ],
845 }, 845 },
846 ], 846 ],
847 } 847 }
OLDNEW
« no previous file with comments | « Source/core/core.gypi ('k') | Source/core/css/CSSComputedStyleDeclaration.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698