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

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

Issue 438843004: 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: Rebased patch Created 6 years, 3 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 206 matching lines...) Expand 10 before | Expand all | Expand 10 after
217 '<(blink_core_output_dir)/FetchInitiatorTypeNames.cpp', 217 '<(blink_core_output_dir)/FetchInitiatorTypeNames.cpp',
218 '<(blink_core_output_dir)/HTMLElementFactory.cpp', 218 '<(blink_core_output_dir)/HTMLElementFactory.cpp',
219 '<(blink_core_output_dir)/HTMLElementFactory.h', 219 '<(blink_core_output_dir)/HTMLElementFactory.h',
220 '<(blink_core_output_dir)/HTMLElementLookupTrie.cpp', 220 '<(blink_core_output_dir)/HTMLElementLookupTrie.cpp',
221 '<(blink_core_output_dir)/HTMLElementLookupTrie.h', 221 '<(blink_core_output_dir)/HTMLElementLookupTrie.h',
222 '<(blink_core_output_dir)/HTMLNames.cpp', 222 '<(blink_core_output_dir)/HTMLNames.cpp',
223 '<(blink_core_output_dir)/HTMLTokenizerNames.cpp', 223 '<(blink_core_output_dir)/HTMLTokenizerNames.cpp',
224 '<(blink_core_output_dir)/InputTypeNames.cpp', 224 '<(blink_core_output_dir)/InputTypeNames.cpp',
225 '<(blink_core_output_dir)/MathMLNames.cpp', 225 '<(blink_core_output_dir)/MathMLNames.cpp',
226 '<(blink_core_output_dir)/SVGNames.cpp', 226 '<(blink_core_output_dir)/SVGNames.cpp',
227 '<(blink_core_output_dir)/UserAgentStyleSheetsData.cpp',
228 '<(blink_core_output_dir)/XLinkNames.cpp', 227 '<(blink_core_output_dir)/XLinkNames.cpp',
229 '<(blink_core_output_dir)/XMLNSNames.cpp', 228 '<(blink_core_output_dir)/XMLNSNames.cpp',
230 '<(blink_core_output_dir)/XMLNames.cpp', 229 '<(blink_core_output_dir)/XMLNames.cpp',
231 230
232 # Generated from HTMLEntityNames.in 231 # Generated from HTMLEntityNames.in
233 '<(blink_core_output_dir)/HTMLEntityTable.cpp', 232 '<(blink_core_output_dir)/HTMLEntityTable.cpp',
234 233
235 # Generated from MediaFeatureNames.in 234 # Generated from MediaFeatureNames.in
236 '<(blink_core_output_dir)/MediaFeatureNames.cpp', 235 '<(blink_core_output_dir)/MediaFeatureNames.cpp',
237 236
(...skipping 546 matching lines...) Expand 10 before | Expand all | Expand 10 after
784 '<(bindings_core_v8_output_dir)/V8RefCountedScriptWrappable.h', 783 '<(bindings_core_v8_output_dir)/V8RefCountedScriptWrappable.h',
785 '<(bindings_core_v8_output_dir)/V8InternalDictionary.cpp', 784 '<(bindings_core_v8_output_dir)/V8InternalDictionary.cpp',
786 '<(bindings_core_v8_output_dir)/V8InternalDictionary.h', 785 '<(bindings_core_v8_output_dir)/V8InternalDictionary.h',
787 ], 786 ],
788 'sources/': [ 787 'sources/': [
789 ['exclude', 'testing/js'], 788 ['exclude', 'testing/js'],
790 ], 789 ],
791 }, 790 },
792 ], # targets 791 ], # targets
793 } 792 }
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