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

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

Issue 42313002: Move Color.*, DashArray and DrawLooper to Source/platform/ (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Add missing moved files Created 7 years, 1 month 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/animation/AnimatableColor.h ('k') | Source/core/core.gypi » ('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 236 matching lines...) Expand 10 before | Expand all | Expand 10 after
247 'inspector', 247 'inspector',
248 'svg', 248 'svg',
249 ], 249 ],
250 'sources': [ 250 'sources': [
251 # These files include all the .cpp files generated from the .idl files 251 # These files include all the .cpp files generated from the .idl files
252 # in webcore_files. 252 # in webcore_files.
253 '<@(derived_sources_aggregate_files)', 253 '<@(derived_sources_aggregate_files)',
254 '<@(bindings_files)', 254 '<@(bindings_files)',
255 255
256 # Additional .cpp files for HashTools.h 256 # Additional .cpp files for HashTools.h
257 '<(SHARED_INTERMEDIATE_DIR)/blink/ColorData.cpp',
258 '<(SHARED_INTERMEDIATE_DIR)/blink/CSSPropertyNames.cpp', 257 '<(SHARED_INTERMEDIATE_DIR)/blink/CSSPropertyNames.cpp',
259 '<(SHARED_INTERMEDIATE_DIR)/blink/CSSValueKeywords.cpp', 258 '<(SHARED_INTERMEDIATE_DIR)/blink/CSSValueKeywords.cpp',
260 259
261 # Additional .cpp files from make_core_derived_sources actions. 260 # Additional .cpp files from make_core_derived_sources actions.
262 '<(SHARED_INTERMEDIATE_DIR)/blink/CalendarPicker.cpp', 261 '<(SHARED_INTERMEDIATE_DIR)/blink/CalendarPicker.cpp',
263 '<(SHARED_INTERMEDIATE_DIR)/blink/ColorSuggestionPicker.cpp', 262 '<(SHARED_INTERMEDIATE_DIR)/blink/ColorSuggestionPicker.cpp',
264 '<(SHARED_INTERMEDIATE_DIR)/blink/Event.cpp', 263 '<(SHARED_INTERMEDIATE_DIR)/blink/Event.cpp',
265 '<(SHARED_INTERMEDIATE_DIR)/blink/EventHeaders.h', 264 '<(SHARED_INTERMEDIATE_DIR)/blink/EventHeaders.h',
266 '<(SHARED_INTERMEDIATE_DIR)/blink/EventInterfaces.h', 265 '<(SHARED_INTERMEDIATE_DIR)/blink/EventInterfaces.h',
267 '<(SHARED_INTERMEDIATE_DIR)/blink/EventNames.cpp', 266 '<(SHARED_INTERMEDIATE_DIR)/blink/EventNames.cpp',
(...skipping 806 matching lines...) Expand 10 before | Expand all | Expand 10 after
1074 '<(SHARED_INTERMEDIATE_DIR)/blink/bindings/V8LayerRect.h', 1073 '<(SHARED_INTERMEDIATE_DIR)/blink/bindings/V8LayerRect.h',
1075 '<(SHARED_INTERMEDIATE_DIR)/blink/bindings/V8LayerRectList.cpp', 1074 '<(SHARED_INTERMEDIATE_DIR)/blink/bindings/V8LayerRectList.cpp',
1076 '<(SHARED_INTERMEDIATE_DIR)/blink/bindings/V8LayerRectList.h', 1075 '<(SHARED_INTERMEDIATE_DIR)/blink/bindings/V8LayerRectList.h',
1077 ], 1076 ],
1078 'sources/': [ 1077 'sources/': [
1079 ['exclude', 'testing/js'], 1078 ['exclude', 'testing/js'],
1080 ], 1079 ],
1081 }, 1080 },
1082 ], # targets 1081 ], # targets
1083 } 1082 }
OLDNEW
« no previous file with comments | « Source/core/animation/AnimatableColor.h ('k') | Source/core/core.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698