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

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

Issue 1333323003: SnapManager implementation using V8 Extras - {WIP} Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Update with latest master Created 4 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
« no previous file with comments | « third_party/WebKit/Source/core/core.gypi ('k') | third_party/WebKit/Source/core/dom/Document.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 150 matching lines...) Expand 10 before | Expand all | Expand 10 after
161 'actions': [ 161 'actions': [
162 { 162 {
163 'action_name': 'generatePrivateScript', 163 'action_name': 'generatePrivateScript',
164 # FIXME: The implementation of Blink-in-JS is not yet mature. 164 # FIXME: The implementation of Blink-in-JS is not yet mature.
165 # You can use Blink-in-JS in your local experiment, but don't ship it. 165 # You can use Blink-in-JS in your local experiment, but don't ship it.
166 # crbug.com/341031 166 # crbug.com/341031
167 'private_script_files': [ 167 'private_script_files': [
168 '../bindings/core/v8/PrivateScriptRunner.js', 168 '../bindings/core/v8/PrivateScriptRunner.js',
169 'html/HTMLMarqueeElement.js', 169 'html/HTMLMarqueeElement.js',
170 'xml/DocumentXMLTreeViewer.js', 170 'xml/DocumentXMLTreeViewer.js',
171 'page/scrolling/snap/SnapManager.js',
171 ], 172 ],
172 'inputs': [ 173 'inputs': [
173 '../build/scripts/make_private_script_source.py', 174 '../build/scripts/make_private_script_source.py',
174 '<@(_private_script_files)', 175 '<@(_private_script_files)',
175 ], 176 ],
176 'outputs': [ 177 'outputs': [
177 '<(blink_core_output_dir)/PrivateScriptSources.h', 178 '<(blink_core_output_dir)/PrivateScriptSources.h',
178 ], 179 ],
179 'action': [ 180 'action': [
180 'python', 181 'python',
(...skipping 623 matching lines...) Expand 10 before | Expand all | Expand 10 after
804 '../build/scripts/rule_bison.py', 805 '../build/scripts/rule_bison.py',
805 '<(RULE_INPUT_PATH)', 806 '<(RULE_INPUT_PATH)',
806 '<(blink_core_output_dir)', 807 '<(blink_core_output_dir)',
807 '<(bison_exe)', 808 '<(bison_exe)',
808 ], 809 ],
809 }, 810 },
810 ], 811 ],
811 }, 812 },
812 ], 813 ],
813 } 814 }
OLDNEW
« no previous file with comments | « third_party/WebKit/Source/core/core.gypi ('k') | third_party/WebKit/Source/core/dom/Document.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698