OLD | NEW |
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. |
2 # Use of this source code is governed by a BSD-style license that can be | 2 # Use of this source code is governed by a BSD-style license that can be |
3 # found in the LICENSE file. | 3 # found in the LICENSE file. |
4 | 4 |
5 { | 5 { |
6 'includes': [ | 6 'includes': [ |
7 'icu.gypi', | 7 'icu.gypi', |
8 ], | 8 ], |
9 'variables': { | 9 'variables': { |
10 'use_system_icu%': 0, | 10 'use_system_icu%': 0, |
(...skipping 550 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
561 'unicode/uregex.h', | 561 'unicode/uregex.h', |
562 'unicode/uregion.h', | 562 'unicode/uregion.h', |
563 'unicode/usearch.h', | 563 'unicode/usearch.h', |
564 'unicode/uspoof.h', | 564 'unicode/uspoof.h', |
565 'unicode/utmscale.h', | 565 'unicode/utmscale.h', |
566 'unicode/utrans.h', | 566 'unicode/utrans.h', |
567 'unicode/vtzone.h', | 567 'unicode/vtzone.h', |
568 ], | 568 ], |
569 }, | 569 }, |
570 'includes': [ | 570 'includes': [ |
571 '../../build/shim_headers.gypi', | 571 'shim_headers.gypi', |
572 ], | 572 ], |
573 'toolsets': ['target'], | 573 'toolsets': ['target'], |
574 }, | 574 }, |
575 { | 575 { |
576 'target_name': 'icuuc', | 576 'target_name': 'icuuc', |
577 'type': 'none', | 577 'type': 'none', |
578 'dependencies': ['system_icu'], | 578 'dependencies': ['system_icu'], |
579 'export_dependent_settings': ['system_icu'], | 579 'export_dependent_settings': ['system_icu'], |
580 'variables': { | 580 'variables': { |
581 'headers_root_path': 'source/common', | 581 'headers_root_path': 'source/common', |
(...skipping 82 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
664 'unicode/utf8.h', | 664 'unicode/utf8.h', |
665 'unicode/utf.h', | 665 'unicode/utf.h', |
666 'unicode/utf_old.h', | 666 'unicode/utf_old.h', |
667 'unicode/utrace.h', | 667 'unicode/utrace.h', |
668 'unicode/utypes.h', | 668 'unicode/utypes.h', |
669 'unicode/uvernum.h', | 669 'unicode/uvernum.h', |
670 'unicode/uversion.h', | 670 'unicode/uversion.h', |
671 ], | 671 ], |
672 }, | 672 }, |
673 'includes': [ | 673 'includes': [ |
674 '../../build/shim_headers.gypi', | 674 'shim_headers.gypi', |
675 ], | 675 ], |
676 'toolsets': ['target'], | 676 'toolsets': ['target'], |
677 }, | 677 }, |
678 ], # targets | 678 ], # targets |
679 }], | 679 }], |
680 ], # conditions | 680 ], # conditions |
681 } | 681 } |
OLD | NEW |