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

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

Issue 573553002: Move the user agent styles sheets to blink_resources.grd (Part 3) (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Rebase! Created 5 years, 11 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/core/core_generated.gyp » ('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 208 matching lines...) Expand 10 before | Expand all | Expand 10 after
219 '<(blink_core_output_dir)/FetchInitiatorTypeNames.cpp', 219 '<(blink_core_output_dir)/FetchInitiatorTypeNames.cpp',
220 '<(blink_core_output_dir)/HTMLElementFactory.cpp', 220 '<(blink_core_output_dir)/HTMLElementFactory.cpp',
221 '<(blink_core_output_dir)/HTMLElementFactory.h', 221 '<(blink_core_output_dir)/HTMLElementFactory.h',
222 '<(blink_core_output_dir)/HTMLElementLookupTrie.cpp', 222 '<(blink_core_output_dir)/HTMLElementLookupTrie.cpp',
223 '<(blink_core_output_dir)/HTMLElementLookupTrie.h', 223 '<(blink_core_output_dir)/HTMLElementLookupTrie.h',
224 '<(blink_core_output_dir)/HTMLNames.cpp', 224 '<(blink_core_output_dir)/HTMLNames.cpp',
225 '<(blink_core_output_dir)/HTMLTokenizerNames.cpp', 225 '<(blink_core_output_dir)/HTMLTokenizerNames.cpp',
226 '<(blink_core_output_dir)/InputTypeNames.cpp', 226 '<(blink_core_output_dir)/InputTypeNames.cpp',
227 '<(blink_core_output_dir)/MathMLNames.cpp', 227 '<(blink_core_output_dir)/MathMLNames.cpp',
228 '<(blink_core_output_dir)/SVGNames.cpp', 228 '<(blink_core_output_dir)/SVGNames.cpp',
229 '<(blink_core_output_dir)/UserAgentStyleSheetsData.cpp',
230 '<(blink_core_output_dir)/XLinkNames.cpp', 229 '<(blink_core_output_dir)/XLinkNames.cpp',
231 '<(blink_core_output_dir)/XMLNSNames.cpp', 230 '<(blink_core_output_dir)/XMLNSNames.cpp',
232 '<(blink_core_output_dir)/XMLNames.cpp', 231 '<(blink_core_output_dir)/XMLNames.cpp',
233 232
234 # Generated from HTMLEntityNames.in 233 # Generated from HTMLEntityNames.in
235 '<(blink_core_output_dir)/HTMLEntityTable.cpp', 234 '<(blink_core_output_dir)/HTMLEntityTable.cpp',
236 235
237 # Generated from MediaFeatureNames.in 236 # Generated from MediaFeatureNames.in
238 '<(blink_core_output_dir)/MediaFeatureNames.cpp', 237 '<(blink_core_output_dir)/MediaFeatureNames.cpp',
239 238
(...skipping 549 matching lines...) Expand 10 before | Expand all | Expand 10 after
789 '<(bindings_core_v8_output_dir)/V8InternalDictionaryDerived.h', 788 '<(bindings_core_v8_output_dir)/V8InternalDictionaryDerived.h',
790 '<(bindings_core_v8_output_dir)/V8PluginPlaceholderOptions.cpp', 789 '<(bindings_core_v8_output_dir)/V8PluginPlaceholderOptions.cpp',
791 '<(bindings_core_v8_output_dir)/V8PluginPlaceholderOptions.h', 790 '<(bindings_core_v8_output_dir)/V8PluginPlaceholderOptions.h',
792 ], 791 ],
793 'sources/': [ 792 'sources/': [
794 ['exclude', 'testing/js'], 793 ['exclude', 'testing/js'],
795 ], 794 ],
796 }, 795 },
797 ], # targets 796 ], # targets
798 } 797 }
OLDNEW
« no previous file with comments | « Source/core/BUILD.gn ('k') | Source/core/core_generated.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698