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

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: 2015-05-21T15:05:46 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 | « Source/core/BUILD.gn ('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 631 matching lines...) Expand 10 before | Expand all | Expand 10 after
642 }, 642 },
643 }], 643 }],
644 ], 644 ],
645 }, 645 },
646 { 646 {
647 # GN version: //third_party/WebKit/Source/core:testing 647 # GN version: //third_party/WebKit/Source/core:testing
648 'target_name': 'webcore_testing', 648 'target_name': 'webcore_testing',
649 'type': 'static_library', 649 'type': 'static_library',
650 'dependencies': [ 650 'dependencies': [
651 '../config.gyp:config', 651 '../config.gyp:config',
652 '../wtf/wtf_tests.gyp:wtf_unittest_helpers',
652 ], 653 ],
653 'defines': [ 654 'defines': [
654 'BLINK_IMPLEMENTATION=1', 655 'BLINK_IMPLEMENTATION=1',
655 'INSIDE_BLINK', 656 'INSIDE_BLINK',
656 ], 657 ],
657 'include_dirs': [ 658 'include_dirs': [
658 'testing', 659 'testing',
659 'testing/v8', 660 'testing/v8',
660 ], 661 ],
661 'sources': [ 662 'sources': [
(...skipping 218 matching lines...) Expand 10 before | Expand all | Expand 10 after
880 'libraries': [ 881 'libraries': [
881 '<!@(pkg-config --libs ipp|sed s/-L//)/libipps_l.a', 882 '<!@(pkg-config --libs ipp|sed s/-L//)/libipps_l.a',
882 '<!@(pkg-config --libs ipp|sed s/-L//)/libippcore_l.a', 883 '<!@(pkg-config --libs ipp|sed s/-L//)/libippcore_l.a',
883 ] 884 ]
884 }, 885 },
885 }], 886 }],
886 ], 887 ],
887 }, 888 },
888 ], # targets 889 ], # targets
889 } 890 }
OLDNEW
« no previous file with comments | « Source/core/BUILD.gn ('k') | Source/core/core.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698