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

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

Issue 1419913002: Remove blink::WebLayerClient and WebGraphicsLayerDebugInfo. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: merge with origin/master, use base::StringPiece to avoid copies, and obey `gn format` Created 5 years 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 | « cc/layers/layer_client.h ('k') | third_party/WebKit/Source/platform/BUILD.gn » ('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 688 matching lines...) Expand 10 before | Expand all | Expand 10 after
699 'core_generated.gyp:make_core_generated', 699 'core_generated.gyp:make_core_generated',
700 'inspector_protocol_sources', 700 'inspector_protocol_sources',
701 'inspector_instrumentation_sources', 701 'inspector_instrumentation_sources',
702 '../bindings/core/v8/generated.gyp:bindings_core_v8_generated', 702 '../bindings/core/v8/generated.gyp:bindings_core_v8_generated',
703 # FIXME: don't depend on bindings_modules http://crbug.com/358074 703 # FIXME: don't depend on bindings_modules http://crbug.com/358074
704 '../bindings/modules/generated.gyp:modules_event_generated', 704 '../bindings/modules/generated.gyp:modules_event_generated',
705 '../bindings/modules/v8/generated.gyp:bindings_modules_v8_generated', 705 '../bindings/modules/v8/generated.gyp:bindings_modules_v8_generated',
706 '../platform/platform_generated.gyp:make_platform_generated', 706 '../platform/platform_generated.gyp:make_platform_generated',
707 707
708 '../wtf/wtf.gyp:wtf', 708 '../wtf/wtf.gyp:wtf',
709 '<(DEPTH)/base/base.gyp:base',
709 '<(DEPTH)/gin/gin.gyp:gin', 710 '<(DEPTH)/gin/gin.gyp:gin',
710 '<(DEPTH)/skia/skia.gyp:skia', 711 '<(DEPTH)/skia/skia.gyp:skia',
711 '<(DEPTH)/third_party/libxml/libxml.gyp:libxml', 712 '<(DEPTH)/third_party/libxml/libxml.gyp:libxml',
712 '<(DEPTH)/third_party/libxslt/libxslt.gyp:libxslt', 713 '<(DEPTH)/third_party/libxslt/libxslt.gyp:libxslt',
713 '<(DEPTH)/third_party/npapi/npapi.gyp:npapi', 714 '<(DEPTH)/third_party/npapi/npapi.gyp:npapi',
714 '<(DEPTH)/third_party/qcms/qcms.gyp:qcms', 715 '<(DEPTH)/third_party/qcms/qcms.gyp:qcms',
715 '<(DEPTH)/third_party/snappy/snappy.gyp:snappy', 716 '<(DEPTH)/third_party/snappy/snappy.gyp:snappy',
716 '<(DEPTH)/third_party/sqlite/sqlite.gyp:sqlite', 717 '<(DEPTH)/third_party/sqlite/sqlite.gyp:sqlite',
717 '<(DEPTH)/url/url.gyp:url_lib', 718 '<(DEPTH)/url/url.gyp:url_lib',
718 '<(DEPTH)/v8/tools/gyp/v8.gyp:v8', 719 '<(DEPTH)/v8/tools/gyp/v8.gyp:v8',
719 ], 720 ],
720 'export_dependent_settings': [ 721 'export_dependent_settings': [
721 '../platform/blink_platform.gyp:blink_platform', 722 '../platform/blink_platform.gyp:blink_platform',
722 '../wtf/wtf.gyp:wtf', 723 '../wtf/wtf.gyp:wtf',
724 '<(DEPTH)/base/base.gyp:base',
723 '<(DEPTH)/skia/skia.gyp:skia', 725 '<(DEPTH)/skia/skia.gyp:skia',
724 '<(DEPTH)/third_party/npapi/npapi.gyp:npapi', 726 '<(DEPTH)/third_party/npapi/npapi.gyp:npapi',
725 '<(DEPTH)/third_party/qcms/qcms.gyp:qcms', 727 '<(DEPTH)/third_party/qcms/qcms.gyp:qcms',
726 '<(DEPTH)/url/url.gyp:url_lib', 728 '<(DEPTH)/url/url.gyp:url_lib',
727 '<(DEPTH)/v8/tools/gyp/v8.gyp:v8', 729 '<(DEPTH)/v8/tools/gyp/v8.gyp:v8',
728 ], 730 ],
729 'direct_dependent_settings': { 731 'direct_dependent_settings': {
730 'include_dirs': [ 732 'include_dirs': [
731 '<@(webcore_include_dirs)', 733 '<@(webcore_include_dirs)',
732 ], 734 ],
(...skipping 142 matching lines...) Expand 10 before | Expand all | Expand 10 after
875 'libraries': [ 877 'libraries': [
876 '<!@(pkg-config --libs ipp|sed s/-L//)/libipps_l.a', 878 '<!@(pkg-config --libs ipp|sed s/-L//)/libipps_l.a',
877 '<!@(pkg-config --libs ipp|sed s/-L//)/libippcore_l.a', 879 '<!@(pkg-config --libs ipp|sed s/-L//)/libippcore_l.a',
878 ] 880 ]
879 }, 881 },
880 }], 882 }],
881 ], 883 ],
882 }, 884 },
883 ], # targets 885 ], # targets
884 } 886 }
OLDNEW
« no previous file with comments | « cc/layers/layer_client.h ('k') | third_party/WebKit/Source/platform/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698