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

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

Issue 567073004: Revert of 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: 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',
227 '<(blink_core_output_dir)/XLinkNames.cpp', 228 '<(blink_core_output_dir)/XLinkNames.cpp',
228 '<(blink_core_output_dir)/XMLNSNames.cpp', 229 '<(blink_core_output_dir)/XMLNSNames.cpp',
229 '<(blink_core_output_dir)/XMLNames.cpp', 230 '<(blink_core_output_dir)/XMLNames.cpp',
230 231
231 # Generated from HTMLEntityNames.in 232 # Generated from HTMLEntityNames.in
232 '<(blink_core_output_dir)/HTMLEntityTable.cpp', 233 '<(blink_core_output_dir)/HTMLEntityTable.cpp',
233 234
234 # Generated from MediaFeatureNames.in 235 # Generated from MediaFeatureNames.in
235 '<(blink_core_output_dir)/MediaFeatureNames.cpp', 236 '<(blink_core_output_dir)/MediaFeatureNames.cpp',
236 237
(...skipping 546 matching lines...) Expand 10 before | Expand all | Expand 10 after
783 '<(bindings_core_v8_output_dir)/V8RefCountedScriptWrappable.h', 784 '<(bindings_core_v8_output_dir)/V8RefCountedScriptWrappable.h',
784 '<(bindings_core_v8_output_dir)/V8InternalDictionary.cpp', 785 '<(bindings_core_v8_output_dir)/V8InternalDictionary.cpp',
785 '<(bindings_core_v8_output_dir)/V8InternalDictionary.h', 786 '<(bindings_core_v8_output_dir)/V8InternalDictionary.h',
786 ], 787 ],
787 'sources/': [ 788 'sources/': [
788 ['exclude', 'testing/js'], 789 ['exclude', 'testing/js'],
789 ], 790 ],
790 }, 791 },
791 ], # targets 792 ], # targets
792 } 793 }
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