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

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

Issue 275283002: Split EventTargetFactory.in and auto-generate modules-related files. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Split EventTargetFactory.in and auto-generate modules-related files. Created 6 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 | « Source/core/Init.cpp ('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 244 matching lines...) Expand 10 before | Expand all | Expand 10 after
255 '<(SHARED_INTERMEDIATE_DIR)/blink/CSSValueKeywords.cpp', 255 '<(SHARED_INTERMEDIATE_DIR)/blink/CSSValueKeywords.cpp',
256 256
257 # Additional .cpp files from make_core_generated actions. 257 # Additional .cpp files from make_core_generated actions.
258 '<(SHARED_INTERMEDIATE_DIR)/blink/Event.cpp', 258 '<(SHARED_INTERMEDIATE_DIR)/blink/Event.cpp',
259 '<(SHARED_INTERMEDIATE_DIR)/blink/EventHeaders.h', 259 '<(SHARED_INTERMEDIATE_DIR)/blink/EventHeaders.h',
260 '<(SHARED_INTERMEDIATE_DIR)/blink/EventInterfaces.h', 260 '<(SHARED_INTERMEDIATE_DIR)/blink/EventInterfaces.h',
261 '<(SHARED_INTERMEDIATE_DIR)/blink/EventNames.cpp', 261 '<(SHARED_INTERMEDIATE_DIR)/blink/EventNames.cpp',
262 '<(SHARED_INTERMEDIATE_DIR)/blink/EventNames.h', 262 '<(SHARED_INTERMEDIATE_DIR)/blink/EventNames.h',
263 '<(SHARED_INTERMEDIATE_DIR)/blink/EventTargetHeaders.h', 263 '<(SHARED_INTERMEDIATE_DIR)/blink/EventTargetHeaders.h',
264 '<(SHARED_INTERMEDIATE_DIR)/blink/EventTargetInterfaces.h', 264 '<(SHARED_INTERMEDIATE_DIR)/blink/EventTargetInterfaces.h',
265 '<(SHARED_INTERMEDIATE_DIR)/blink/EventTargetModulesHeaders.h', # TODO: remove this later http://crbug.com/358074.
266 '<(SHARED_INTERMEDIATE_DIR)/blink/EventTargetModulesInterfaces.h', # TOD O: remove this later http://crbug.com/358074.
267 '<(SHARED_INTERMEDIATE_DIR)/blink/EventTargetModulesNames.cpp', # TODO: remove this later http://crbug.com/358074.
268 '<(SHARED_INTERMEDIATE_DIR)/blink/EventTargetModulesNames.h', # TODO: re move this later http://crbug.com/358074.
265 '<(SHARED_INTERMEDIATE_DIR)/blink/EventTargetNames.cpp', 269 '<(SHARED_INTERMEDIATE_DIR)/blink/EventTargetNames.cpp',
266 '<(SHARED_INTERMEDIATE_DIR)/blink/EventTargetNames.h', 270 '<(SHARED_INTERMEDIATE_DIR)/blink/EventTargetNames.h',
267 '<(SHARED_INTERMEDIATE_DIR)/blink/EventTypeNames.cpp', 271 '<(SHARED_INTERMEDIATE_DIR)/blink/EventTypeNames.cpp',
268 '<(SHARED_INTERMEDIATE_DIR)/blink/EventTypeNames.h', 272 '<(SHARED_INTERMEDIATE_DIR)/blink/EventTypeNames.h',
269 '<(SHARED_INTERMEDIATE_DIR)/blink/FetchInitiatorTypeNames.cpp', 273 '<(SHARED_INTERMEDIATE_DIR)/blink/FetchInitiatorTypeNames.cpp',
270 '<(SHARED_INTERMEDIATE_DIR)/blink/HTMLElementFactory.cpp', 274 '<(SHARED_INTERMEDIATE_DIR)/blink/HTMLElementFactory.cpp',
271 '<(SHARED_INTERMEDIATE_DIR)/blink/HTMLElementFactory.h', 275 '<(SHARED_INTERMEDIATE_DIR)/blink/HTMLElementFactory.h',
272 '<(SHARED_INTERMEDIATE_DIR)/blink/HTMLElementLookupTrie.cpp', 276 '<(SHARED_INTERMEDIATE_DIR)/blink/HTMLElementLookupTrie.cpp',
273 '<(SHARED_INTERMEDIATE_DIR)/blink/HTMLElementLookupTrie.h', 277 '<(SHARED_INTERMEDIATE_DIR)/blink/HTMLElementLookupTrie.h',
274 '<(SHARED_INTERMEDIATE_DIR)/blink/HTMLNames.cpp', 278 '<(SHARED_INTERMEDIATE_DIR)/blink/HTMLNames.cpp',
(...skipping 544 matching lines...) Expand 10 before | Expand all | Expand 10 after
819 '<(bindings_output_dir)/V8LayerRect.h', 823 '<(bindings_output_dir)/V8LayerRect.h',
820 '<(bindings_output_dir)/V8LayerRectList.cpp', 824 '<(bindings_output_dir)/V8LayerRectList.cpp',
821 '<(bindings_output_dir)/V8LayerRectList.h', 825 '<(bindings_output_dir)/V8LayerRectList.h',
822 ], 826 ],
823 'sources/': [ 827 'sources/': [
824 ['exclude', 'testing/js'], 828 ['exclude', 'testing/js'],
825 ], 829 ],
826 }, 830 },
827 ], # targets 831 ], # targets
828 } 832 }
OLDNEW
« no previous file with comments | « Source/core/Init.cpp ('k') | Source/core/core_generated.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698