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

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

Issue 17035004: [ABANDONED] Introduce Promise example implementation written in JavaScript. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 7 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/v8/custom/V8PromiseCustom.cpp ('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 193 matching lines...) Expand 10 before | Expand all | Expand 10 after
204 }, 204 },
205 'includes': [ 'ConvertFileToHeaderWithCharacterArray.gypi' ], 205 'includes': [ 'ConvertFileToHeaderWithCharacterArray.gypi' ],
206 }, 206 },
207 { 207 {
208 'target_name': 'webcore_derived', 208 'target_name': 'webcore_derived',
209 'type': 'static_library', 209 'type': 'static_library',
210 'hard_dependency': 1, 210 'hard_dependency': 1,
211 'dependencies': [ 211 'dependencies': [
212 'webcore_prerequisites', 212 'webcore_prerequisites',
213 'core_derived_sources.gyp:make_derived_sources', 213 'core_derived_sources.gyp:make_derived_sources',
214 'core_derived_sources.gyp:make_derived_sources_for_dom_js_implementation ',
214 'inspector_overlay_page', 215 'inspector_overlay_page',
215 'inspector_protocol_sources', 216 'inspector_protocol_sources',
216 'inspector_instrumentation_sources', 217 'inspector_instrumentation_sources',
217 'injected_canvas_script_source', 218 'injected_canvas_script_source',
218 'injected_script_source', 219 'injected_script_source',
219 'debugger_script_source', 220 'debugger_script_source',
220 '../wtf/wtf.gyp:wtf', 221 '../wtf/wtf.gyp:wtf',
221 '<(DEPTH)/build/temp_gyp/googleurl.gyp:googleurl', 222 '<(DEPTH)/build/temp_gyp/googleurl.gyp:googleurl',
222 '<(DEPTH)/skia/skia.gyp:skia', 223 '<(DEPTH)/skia/skia.gyp:skia',
223 '<(DEPTH)/third_party/iccjpeg/iccjpeg.gyp:iccjpeg', 224 '<(DEPTH)/third_party/iccjpeg/iccjpeg.gyp:iccjpeg',
(...skipping 880 matching lines...) Expand 10 before | Expand all | Expand 10 after
1104 '<(SHARED_INTERMEDIATE_DIR)/webkit/bindings/V8InternalSettingsGenerated. h', 1105 '<(SHARED_INTERMEDIATE_DIR)/webkit/bindings/V8InternalSettingsGenerated. h',
1105 '<(SHARED_INTERMEDIATE_DIR)/webcore/bindings/V8InternalRuntimeFlags.cpp' , 1106 '<(SHARED_INTERMEDIATE_DIR)/webcore/bindings/V8InternalRuntimeFlags.cpp' ,
1106 '<(SHARED_INTERMEDIATE_DIR)/webkit/bindings/V8InternalRuntimeFlags.h', 1107 '<(SHARED_INTERMEDIATE_DIR)/webkit/bindings/V8InternalRuntimeFlags.h',
1107 ], 1108 ],
1108 'sources/': [ 1109 'sources/': [
1109 ['exclude', 'testing/js'], 1110 ['exclude', 'testing/js'],
1110 ], 1111 ],
1111 }, 1112 },
1112 ], # targets 1113 ], # targets
1113 } 1114 }
OLDNEW
« no previous file with comments | « Source/bindings/v8/custom/V8PromiseCustom.cpp ('k') | Source/core/core.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698