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

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

Issue 1105333002: Introduce printers for Node and Position for ease of developing GTest test files (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 5 years, 7 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 | « no previous file | 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 652 matching lines...) Expand 10 before | Expand all | Expand 10 after
663 ], 663 ],
664 'conditions': [ 664 'conditions': [
665 ['component!="shared_library" or link_core_modules_separately==0', { 665 ['component!="shared_library" or link_core_modules_separately==0', {
666 'dependencies': [ 666 'dependencies': [
667 'webcore', 667 'webcore',
668 'webcore_generated', 668 'webcore_generated',
669 ], 669 ],
670 }, { 670 }, {
671 'dependencies': [ 671 'dependencies': [
672 'webcore_shared', 672 'webcore_shared',
673 'wtf_unittest_helpers',
tkent 2015/04/30 00:59:33 Why is it defined conditionally? You need to upda
yosin_UTC9 2015/05/21 05:46:23 Done.
673 ], 674 ],
674 }] 675 }]
675 ], 676 ],
676 }, 677 },
677 { 678 {
678 # GN version: //third_party/WebKit/Source/core:core 679 # GN version: //third_party/WebKit/Source/core:core
679 'target_name': 'webcore_shared', 680 'target_name': 'webcore_shared',
680 'type': 'shared_library', 681 'type': 'shared_library',
681 'hard_dependency': 1, 682 'hard_dependency': 1,
682 'dependencies': [ 683 'dependencies': [
(...skipping 169 matching lines...) Expand 10 before | Expand all | Expand 10 after
852 'libraries': [ 853 'libraries': [
853 '<!@(pkg-config --libs ipp|sed s/-L//)/libipps_l.a', 854 '<!@(pkg-config --libs ipp|sed s/-L//)/libipps_l.a',
854 '<!@(pkg-config --libs ipp|sed s/-L//)/libippcore_l.a', 855 '<!@(pkg-config --libs ipp|sed s/-L//)/libippcore_l.a',
855 ] 856 ]
856 }, 857 },
857 }], 858 }],
858 ], 859 ],
859 }, 860 },
860 ], # targets 861 ], # targets
861 } 862 }
OLDNEW
« no previous file with comments | « no previous file | Source/core/core.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698