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

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

Issue 14466008: Switch speech synthesis from compile-flag to runtime-flag. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Rebase, switch to RuntimeEnabledFeatures.in Created 7 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
« no previous file with comments | « no previous file | Source/core/dom/EventNames.in » ('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) 2009 Google Inc. All rights reserved. 2 # Copyright (C) 2009 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 247 matching lines...) Expand 10 before | Expand all | Expand 10 after
258 # files in the same output directory. 258 # files in the same output directory.
259 '<(SHARED_INTERMEDIATE_DIR)/webcore', 259 '<(SHARED_INTERMEDIATE_DIR)/webcore',
260 '<(SHARED_INTERMEDIATE_DIR)/webkit', 260 '<(SHARED_INTERMEDIATE_DIR)/webkit',
261 '<(SHARED_INTERMEDIATE_DIR)/webkit/bindings', 261 '<(SHARED_INTERMEDIATE_DIR)/webkit/bindings',
262 '<@(webcore_include_dirs)', 262 '<@(webcore_include_dirs)',
263 263
264 # FIXME: Remove these once the bindings script generates qualified 264 # FIXME: Remove these once the bindings script generates qualified
265 # includes for these correctly. (Sequences don't work yet.) 265 # includes for these correctly. (Sequences don't work yet.)
266 '<(bindings_dir)/v8/custom', 266 '<(bindings_dir)/v8/custom',
267 '../../modules/mediastream', 267 '../../modules/mediastream',
268 '../../modules/speech',
268 '../dom', 269 '../dom',
269 '../html', 270 '../html',
270 '../html/shadow', 271 '../html/shadow',
271 '../inspector', 272 '../inspector',
272 '../page', 273 '../page',
273 '../svg', # FIXME: make_names.pl doesn't qualify conditional includes ye t. 274 '../svg', # FIXME: make_names.pl doesn't qualify conditional includes ye t.
274 ], 275 ],
275 'sources': [ 276 'sources': [
276 # These files include all the .cpp files generated from the .idl files 277 # These files include all the .cpp files generated from the .idl files
277 # in webcore_files. 278 # in webcore_files.
(...skipping 885 matching lines...) Expand 10 before | Expand all | Expand 10 after
1163 '<(SHARED_INTERMEDIATE_DIR)/webkit/bindings/V8InternalSettings.h', 1164 '<(SHARED_INTERMEDIATE_DIR)/webkit/bindings/V8InternalSettings.h',
1164 '<(SHARED_INTERMEDIATE_DIR)/webcore/bindings/V8InternalSettingsGenerated .cpp', 1165 '<(SHARED_INTERMEDIATE_DIR)/webcore/bindings/V8InternalSettingsGenerated .cpp',
1165 '<(SHARED_INTERMEDIATE_DIR)/webkit/bindings/V8InternalSettingsGenerated. h', 1166 '<(SHARED_INTERMEDIATE_DIR)/webkit/bindings/V8InternalSettingsGenerated. h',
1166 ], 1167 ],
1167 'sources/': [ 1168 'sources/': [
1168 ['exclude', 'testing/js'], 1169 ['exclude', 'testing/js'],
1169 ], 1170 ],
1170 }, 1171 },
1171 ], # targets 1172 ], # targets
1172 } 1173 }
OLDNEW
« no previous file with comments | « no previous file | Source/core/dom/EventNames.in » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698