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

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

Issue 1895293002: Test fragment scrolling and history restoration interaction w/ scroll anchoring. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Remove resetToConsistentState and conditionally make feature settable Created 4 years, 7 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 110 matching lines...) Expand 10 before | Expand all | Expand 10 after
121 '<(blink_core_output_dir)/testing', 121 '<(blink_core_output_dir)/testing',
122 ], 122 ],
123 }, 123 },
124 { 124 {
125 'action_name': 'InternalRuntimeFlags', 125 'action_name': 'InternalRuntimeFlags',
126 'inputs': [ 126 'inputs': [
127 '<@(scripts_for_in_files)', 127 '<@(scripts_for_in_files)',
128 '../build/scripts/make_internal_runtime_flags.py', 128 '../build/scripts/make_internal_runtime_flags.py',
129 '../platform/RuntimeEnabledFeatures.in', 129 '../platform/RuntimeEnabledFeatures.in',
130 '../build/scripts/templates/InternalRuntimeFlags.h.tmpl', 130 '../build/scripts/templates/InternalRuntimeFlags.h.tmpl',
131 '../build/scripts/templates/InternalRuntimeFlags.cpp.tmpl',
131 '../build/scripts/templates/InternalRuntimeFlags.idl.tmpl', 132 '../build/scripts/templates/InternalRuntimeFlags.idl.tmpl',
132 ], 133 ],
133 'outputs': [ 134 'outputs': [
134 '<(blink_core_output_dir)/testing/InternalRuntimeFlags.idl', 135 '<(blink_core_output_dir)/testing/InternalRuntimeFlags.idl',
135 '<(blink_core_output_dir)/testing/InternalRuntimeFlags.h', 136 '<(blink_core_output_dir)/testing/InternalRuntimeFlags.h',
137 '<(blink_core_output_dir)/testing/InternalRuntimeFlags.cpp',
136 ], 138 ],
137 'action': [ 139 'action': [
138 'python', 140 'python',
139 '../build/scripts/make_internal_runtime_flags.py', 141 '../build/scripts/make_internal_runtime_flags.py',
140 '../platform/RuntimeEnabledFeatures.in', 142 '../platform/RuntimeEnabledFeatures.in',
141 '--output_dir', 143 '--output_dir',
142 '<(blink_core_output_dir)/testing', 144 '<(blink_core_output_dir)/testing',
143 ], 145 ],
144 }, 146 },
145 ] 147 ]
(...skipping 639 matching lines...) Expand 10 before | Expand all | Expand 10 after
785 '../build/scripts/rule_bison.py', 787 '../build/scripts/rule_bison.py',
786 '<(RULE_INPUT_PATH)', 788 '<(RULE_INPUT_PATH)',
787 '<(blink_core_output_dir)', 789 '<(blink_core_output_dir)',
788 '<(bison_exe)', 790 '<(bison_exe)',
789 ], 791 ],
790 }, 792 },
791 ], 793 ],
792 }, 794 },
793 ], 795 ],
794 } 796 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698