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

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

Issue 15157002: Begin moving DeprecatedStyleBuilder properties to new generated StyleBuilder. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink@master
Patch Set: move StyleBuilder call to below DeprecatedStyleBuilder 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/core.gyp/core_derived_sources.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 253 matching lines...) Expand 10 before | Expand all | Expand 10 after
264 '<(SHARED_INTERMEDIATE_DIR)/webkit/XPathGrammar.cpp', 264 '<(SHARED_INTERMEDIATE_DIR)/webkit/XPathGrammar.cpp',
265 265
266 # Additional .cpp files from the core_inspector_sources list. 266 # Additional .cpp files from the core_inspector_sources list.
267 '<(SHARED_INTERMEDIATE_DIR)/webcore/InspectorFrontend.cpp', 267 '<(SHARED_INTERMEDIATE_DIR)/webcore/InspectorFrontend.cpp',
268 '<(SHARED_INTERMEDIATE_DIR)/webcore/InspectorBackendDispatcher.cpp', 268 '<(SHARED_INTERMEDIATE_DIR)/webcore/InspectorBackendDispatcher.cpp',
269 '<(SHARED_INTERMEDIATE_DIR)/webcore/InspectorTypeBuilder.cpp', 269 '<(SHARED_INTERMEDIATE_DIR)/webcore/InspectorTypeBuilder.cpp',
270 270
271 # Additional .cpp files for SVG. 271 # Additional .cpp files for SVG.
272 '<(SHARED_INTERMEDIATE_DIR)/webkit/SVGElementFactory.cpp', 272 '<(SHARED_INTERMEDIATE_DIR)/webkit/SVGElementFactory.cpp',
273 '<(SHARED_INTERMEDIATE_DIR)/webkit/V8SVGElementWrapperFactory.cpp', 273 '<(SHARED_INTERMEDIATE_DIR)/webkit/V8SVGElementWrapperFactory.cpp',
274
275 # Generated from StyleBuilder.in
276 '<(SHARED_INTERMEDIATE_DIR)/webkit/StyleBuilder.cpp',
274 ], 277 ],
275 'conditions': [ 278 'conditions': [
276 ['OS=="win" and component=="shared_library"', { 279 ['OS=="win" and component=="shared_library"', {
277 'defines': [ 280 'defines': [
278 'USING_V8_SHARED', 281 'USING_V8_SHARED',
279 ], 282 ],
280 }], 283 }],
281 ['OS=="win"', { 284 ['OS=="win"', {
282 'defines': [ 285 'defines': [
283 'WEBCORE_NAVIGATOR_PLATFORM="Win32"', 286 'WEBCORE_NAVIGATOR_PLATFORM="Win32"',
(...skipping 778 matching lines...) Expand 10 before | Expand all | Expand 10 after
1062 '<(SHARED_INTERMEDIATE_DIR)/webkit/bindings/V8InternalSettingsGenerated. h', 1065 '<(SHARED_INTERMEDIATE_DIR)/webkit/bindings/V8InternalSettingsGenerated. h',
1063 '<(SHARED_INTERMEDIATE_DIR)/webcore/bindings/V8InternalRuntimeFlags.cpp' , 1066 '<(SHARED_INTERMEDIATE_DIR)/webcore/bindings/V8InternalRuntimeFlags.cpp' ,
1064 '<(SHARED_INTERMEDIATE_DIR)/webkit/bindings/V8InternalRuntimeFlags.h', 1067 '<(SHARED_INTERMEDIATE_DIR)/webkit/bindings/V8InternalRuntimeFlags.h',
1065 ], 1068 ],
1066 'sources/': [ 1069 'sources/': [
1067 ['exclude', 'testing/js'], 1070 ['exclude', 'testing/js'],
1068 ], 1071 ],
1069 }, 1072 },
1070 ], # targets 1073 ], # targets
1071 } 1074 }
OLDNEW
« no previous file with comments | « no previous file | Source/core/core.gyp/core_derived_sources.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698