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

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

Issue 1646663002: Refactor Scroll Customization to share cc::ScrollStateData with blink. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix linking. Created 4 years, 10 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
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 641 matching lines...) Expand 10 before | Expand all | Expand 10 after
652 'inspector_protocol_sources', 652 'inspector_protocol_sources',
653 'inspector_instrumentation_sources', 653 'inspector_instrumentation_sources',
654 '../bindings/core/v8/generated.gyp:bindings_core_v8_generated', 654 '../bindings/core/v8/generated.gyp:bindings_core_v8_generated',
655 # FIXME: don't depend on bindings_modules http://crbug.com/358074 655 # FIXME: don't depend on bindings_modules http://crbug.com/358074
656 '../bindings/modules/generated.gyp:modules_event_generated', 656 '../bindings/modules/generated.gyp:modules_event_generated',
657 '../bindings/modules/v8/generated.gyp:bindings_modules_v8_generated', 657 '../bindings/modules/v8/generated.gyp:bindings_modules_v8_generated',
658 '../platform/platform_generated.gyp:make_platform_generated', 658 '../platform/platform_generated.gyp:make_platform_generated',
659 659
660 '../wtf/wtf.gyp:wtf', 660 '../wtf/wtf.gyp:wtf',
661 '<(DEPTH)/base/base.gyp:base', 661 '<(DEPTH)/base/base.gyp:base',
662 '<(DEPTH)/cc/cc.gyp:cc',
662 '<(DEPTH)/gin/gin.gyp:gin', 663 '<(DEPTH)/gin/gin.gyp:gin',
663 '<(DEPTH)/skia/skia.gyp:skia', 664 '<(DEPTH)/skia/skia.gyp:skia',
664 '<(DEPTH)/third_party/libxml/libxml.gyp:libxml', 665 '<(DEPTH)/third_party/libxml/libxml.gyp:libxml',
665 '<(DEPTH)/third_party/libxslt/libxslt.gyp:libxslt', 666 '<(DEPTH)/third_party/libxslt/libxslt.gyp:libxslt',
666 '<(DEPTH)/third_party/npapi/npapi.gyp:npapi', 667 '<(DEPTH)/third_party/npapi/npapi.gyp:npapi',
667 '<(DEPTH)/third_party/qcms/qcms.gyp:qcms', 668 '<(DEPTH)/third_party/qcms/qcms.gyp:qcms',
668 '<(DEPTH)/third_party/snappy/snappy.gyp:snappy', 669 '<(DEPTH)/third_party/snappy/snappy.gyp:snappy',
669 '<(DEPTH)/third_party/sqlite/sqlite.gyp:sqlite', 670 '<(DEPTH)/third_party/sqlite/sqlite.gyp:sqlite',
670 '<(DEPTH)/url/url.gyp:url_lib', 671 '<(DEPTH)/url/url.gyp:url_lib',
671 '<(DEPTH)/v8/tools/gyp/v8.gyp:v8', 672 '<(DEPTH)/v8/tools/gyp/v8.gyp:v8',
(...skipping 153 matching lines...) Expand 10 before | Expand all | Expand 10 after
825 'libraries': [ 826 'libraries': [
826 '<!@(pkg-config --libs ipp|sed s/-L//)/libipps_l.a', 827 '<!@(pkg-config --libs ipp|sed s/-L//)/libipps_l.a',
827 '<!@(pkg-config --libs ipp|sed s/-L//)/libippcore_l.a', 828 '<!@(pkg-config --libs ipp|sed s/-L//)/libippcore_l.a',
828 ] 829 ]
829 }, 830 },
830 }], 831 }],
831 ], 832 ],
832 }, 833 },
833 ], # targets 834 ], # targets
834 } 835 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698