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

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

Issue 308743004: Move bindings_modules_generated from modules to bindings/modules (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Fix nits from review comments. Created 6 years, 6 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/bindings/modules/generated.gyp ('k') | Source/modules/modules.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 200 matching lines...) Expand 10 before | Expand all | Expand 10 after
211 'dependencies': [ 211 'dependencies': [
212 'webcore_prerequisites', 212 'webcore_prerequisites',
213 'core_generated.gyp:make_core_generated', 213 'core_generated.gyp:make_core_generated',
214 'inspector_overlay_page', 214 'inspector_overlay_page',
215 'inspector_protocol_sources', 215 'inspector_protocol_sources',
216 'inspector_instrumentation_sources', 216 'inspector_instrumentation_sources',
217 'injected_canvas_script_source', 217 'injected_canvas_script_source',
218 'injected_script_source', 218 'injected_script_source',
219 'debugger_script_source', 219 'debugger_script_source',
220 '../bindings/core/v8/generated.gyp:bindings_core_generated', 220 '../bindings/core/v8/generated.gyp:bindings_core_generated',
221 # FIXME: don't depend on bindings_modules http://crbug.com/358074 221 # FIXME: don't depend on bindings/modules http://crbug.com/358074
222 '../bindings/modules/generated.gyp:bindings_modules_generated',
222 '../bindings/modules/v8/generated.gyp:bindings_modules_generated', 223 '../bindings/modules/v8/generated.gyp:bindings_modules_generated',
223 '../platform/platform_generated.gyp:make_platform_generated', 224 '../platform/platform_generated.gyp:make_platform_generated',
224 '../wtf/wtf.gyp:wtf', 225 '../wtf/wtf.gyp:wtf',
225 '<(DEPTH)/gin/gin.gyp:gin', 226 '<(DEPTH)/gin/gin.gyp:gin',
226 '<(DEPTH)/skia/skia.gyp:skia', 227 '<(DEPTH)/skia/skia.gyp:skia',
227 '<(DEPTH)/third_party/iccjpeg/iccjpeg.gyp:iccjpeg', 228 '<(DEPTH)/third_party/iccjpeg/iccjpeg.gyp:iccjpeg',
228 '<(DEPTH)/third_party/libpng/libpng.gyp:libpng', 229 '<(DEPTH)/third_party/libpng/libpng.gyp:libpng',
229 '<(DEPTH)/third_party/libwebp/libwebp.gyp:libwebp', 230 '<(DEPTH)/third_party/libwebp/libwebp.gyp:libwebp',
230 '<(DEPTH)/third_party/libxml/libxml.gyp:libxml', 231 '<(DEPTH)/third_party/libxml/libxml.gyp:libxml',
231 '<(DEPTH)/third_party/libxslt/libxslt.gyp:libxslt', 232 '<(DEPTH)/third_party/libxslt/libxslt.gyp:libxslt',
(...skipping 592 matching lines...) Expand 10 before | Expand all | Expand 10 after
824 '<(bindings_core_v8_output_dir)/V8LayerRect.h', 825 '<(bindings_core_v8_output_dir)/V8LayerRect.h',
825 '<(bindings_core_v8_output_dir)/V8LayerRectList.cpp', 826 '<(bindings_core_v8_output_dir)/V8LayerRectList.cpp',
826 '<(bindings_core_v8_output_dir)/V8LayerRectList.h', 827 '<(bindings_core_v8_output_dir)/V8LayerRectList.h',
827 ], 828 ],
828 'sources/': [ 829 'sources/': [
829 ['exclude', 'testing/js'], 830 ['exclude', 'testing/js'],
830 ], 831 ],
831 }, 832 },
832 ], # targets 833 ], # targets
833 } 834 }
OLDNEW
« no previous file with comments | « Source/bindings/modules/generated.gyp ('k') | Source/modules/modules.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698