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

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: correct patch set 1 mistake 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
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 234 matching lines...) Expand 10 before | Expand all | Expand 10 after
245 'inspector', 245 'inspector',
246 'svg', 246 'svg',
247 ], 247 ],
248 'sources': [ 248 'sources': [
249 # These files include all the .cpp files generated from the .idl files 249 # These files include all the .cpp files generated from the .idl files
250 # in webcore_files. 250 # in webcore_files.
251 '<@(derived_sources_aggregate_files)', 251 '<@(derived_sources_aggregate_files)',
252 '<@(bindings_files)', 252 '<@(bindings_files)',
253 253
254 # Additional .cpp files for HashTools.h 254 # Additional .cpp files for HashTools.h
255 '<(SHARED_INTERMEDIATE_DIR)/blink/ColorData.cpp',
256 '<(SHARED_INTERMEDIATE_DIR)/blink/CSSPropertyNames.cpp', 255 '<(SHARED_INTERMEDIATE_DIR)/blink/CSSPropertyNames.cpp',
257 '<(SHARED_INTERMEDIATE_DIR)/blink/CSSValueKeywords.cpp', 256 '<(SHARED_INTERMEDIATE_DIR)/blink/CSSValueKeywords.cpp',
258 257
259 # Additional .cpp files from make_core_derived_sources actions. 258 # Additional .cpp files from make_core_derived_sources actions.
260 '<(SHARED_INTERMEDIATE_DIR)/blink/CalendarPicker.cpp', 259 '<(SHARED_INTERMEDIATE_DIR)/blink/CalendarPicker.cpp',
261 '<(SHARED_INTERMEDIATE_DIR)/blink/ColorSuggestionPicker.cpp', 260 '<(SHARED_INTERMEDIATE_DIR)/blink/ColorSuggestionPicker.cpp',
262 '<(SHARED_INTERMEDIATE_DIR)/blink/Event.cpp', 261 '<(SHARED_INTERMEDIATE_DIR)/blink/Event.cpp',
263 '<(SHARED_INTERMEDIATE_DIR)/blink/EventHeaders.h', 262 '<(SHARED_INTERMEDIATE_DIR)/blink/EventHeaders.h',
264 '<(SHARED_INTERMEDIATE_DIR)/blink/EventInterfaces.h', 263 '<(SHARED_INTERMEDIATE_DIR)/blink/EventInterfaces.h',
265 '<(SHARED_INTERMEDIATE_DIR)/blink/EventNames.cpp', 264 '<(SHARED_INTERMEDIATE_DIR)/blink/EventNames.cpp',
(...skipping 808 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

Powered by Google App Engine
This is Rietveld 408576698