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

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

Issue 54053006: Move weborigin/ under platform/ so that it may someday call platform APIs (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Stale refernence to weboriginexport in .gpyi 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 | Annotate | Revision Log
« no previous file with comments | « Source/core/animation/PlayerTest.cpp ('k') | Source/core/css/CSSParserMode.h » ('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 339 matching lines...) Expand 10 before | Expand all | Expand 10 after
350 'injected_canvas_script_source', 350 'injected_canvas_script_source',
351 'injected_script_source', 351 'injected_script_source',
352 'inspector_overlay_page', 352 'inspector_overlay_page',
353 'inspector_protocol_sources', 353 'inspector_protocol_sources',
354 'inspector_instrumentation_sources', 354 'inspector_instrumentation_sources',
355 '../bindings/derived_sources.gyp:bindings_derived_sources', 355 '../bindings/derived_sources.gyp:bindings_derived_sources',
356 'core_derived_sources.gyp:make_core_derived_sources', 356 'core_derived_sources.gyp:make_core_derived_sources',
357 '../wtf/wtf.gyp:wtf', 357 '../wtf/wtf.gyp:wtf',
358 '../config.gyp:config', 358 '../config.gyp:config',
359 '../platform/blink_platform.gyp:blink_platform', 359 '../platform/blink_platform.gyp:blink_platform',
360 '../weborigin/weborigin.gyp:weborigin',
361 '<(DEPTH)/gpu/gpu.gyp:gles2_c_lib', 360 '<(DEPTH)/gpu/gpu.gyp:gles2_c_lib',
362 '<(DEPTH)/skia/skia.gyp:skia', 361 '<(DEPTH)/skia/skia.gyp:skia',
363 '<(DEPTH)/third_party/angle_dx11/src/build_angle.gyp:translator', 362 '<(DEPTH)/third_party/angle_dx11/src/build_angle.gyp:translator',
364 '<(DEPTH)/third_party/iccjpeg/iccjpeg.gyp:iccjpeg', 363 '<(DEPTH)/third_party/iccjpeg/iccjpeg.gyp:iccjpeg',
365 '<(DEPTH)/third_party/libpng/libpng.gyp:libpng', 364 '<(DEPTH)/third_party/libpng/libpng.gyp:libpng',
366 '<(DEPTH)/third_party/libwebp/libwebp.gyp:libwebp', 365 '<(DEPTH)/third_party/libwebp/libwebp.gyp:libwebp',
367 '<(DEPTH)/third_party/libxml/libxml.gyp:libxml', 366 '<(DEPTH)/third_party/libxml/libxml.gyp:libxml',
368 '<(DEPTH)/third_party/libxslt/libxslt.gyp:libxslt', 367 '<(DEPTH)/third_party/libxslt/libxslt.gyp:libxslt',
369 '<(DEPTH)/third_party/npapi/npapi.gyp:npapi', 368 '<(DEPTH)/third_party/npapi/npapi.gyp:npapi',
370 '<(DEPTH)/third_party/ots/ots.gyp:ots', 369 '<(DEPTH)/third_party/ots/ots.gyp:ots',
(...skipping 708 matching lines...) Expand 10 before | Expand all | Expand 10 after
1079 '<(SHARED_INTERMEDIATE_DIR)/blink/bindings/V8LayerRect.h', 1078 '<(SHARED_INTERMEDIATE_DIR)/blink/bindings/V8LayerRect.h',
1080 '<(SHARED_INTERMEDIATE_DIR)/blink/bindings/V8LayerRectList.cpp', 1079 '<(SHARED_INTERMEDIATE_DIR)/blink/bindings/V8LayerRectList.cpp',
1081 '<(SHARED_INTERMEDIATE_DIR)/blink/bindings/V8LayerRectList.h', 1080 '<(SHARED_INTERMEDIATE_DIR)/blink/bindings/V8LayerRectList.h',
1082 ], 1081 ],
1083 'sources/': [ 1082 'sources/': [
1084 ['exclude', 'testing/js'], 1083 ['exclude', 'testing/js'],
1085 ], 1084 ],
1086 }, 1085 },
1087 ], # targets 1086 ], # targets
1088 } 1087 }
OLDNEW
« no previous file with comments | « Source/core/animation/PlayerTest.cpp ('k') | Source/core/css/CSSParserMode.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698