Chromium Code Reviews| OLD | NEW |
|---|---|
| 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 Loading... | |
| 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 Loading... | |
| 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 } |
| OLD | NEW |