| OLD | NEW |
| 1 # Copyright 2014 The Chromium Authors. All rights reserved. | 1 # Copyright 2014 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 import("//build/config/ui.gni") | 5 import("//build/config/ui.gni") |
| 6 import("//sky/engine/build/scripts/scripts.gni") | 6 import("//sky/engine/build/scripts/scripts.gni") |
| 7 import("//sky/engine/config.gni") | 7 import("//sky/engine/config.gni") |
| 8 | 8 |
| 9 # Most targets in this file are private actions so use that as the default. | 9 # Most targets in this file are private actions so use that as the default. |
| 10 visibility = [":*"] | 10 visibility = [":*"] |
| (...skipping 530 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 541 "text/BidiContext.h", | 541 "text/BidiContext.h", |
| 542 "text/BidiResolver.h", | 542 "text/BidiResolver.h", |
| 543 "text/BidiRunList.h", | 543 "text/BidiRunList.h", |
| 544 "text/BidiTextRun.cpp", | 544 "text/BidiTextRun.cpp", |
| 545 "text/BidiTextRun.h", | 545 "text/BidiTextRun.h", |
| 546 "text/DateTimeFormat.cpp", | 546 "text/DateTimeFormat.cpp", |
| 547 "text/DateTimeFormat.h", | 547 "text/DateTimeFormat.h", |
| 548 "text/DecodeEscapeSequences.h", | 548 "text/DecodeEscapeSequences.h", |
| 549 "text/LineEnding.cpp", | 549 "text/LineEnding.cpp", |
| 550 "text/LineEnding.h", | 550 "text/LineEnding.h", |
| 551 "text/LocaleICU.cpp", | |
| 552 "text/LocaleICU.h", | |
| 553 "text/LocaleToScriptMapping.cpp", | 551 "text/LocaleToScriptMapping.cpp", |
| 554 "text/LocaleToScriptMapping.h", | 552 "text/LocaleToScriptMapping.h", |
| 555 "text/NonCJKGlyphOrientation.h", | 553 "text/NonCJKGlyphOrientation.h", |
| 556 "text/ParserUtilities.h", | 554 "text/ParserUtilities.h", |
| 557 "text/PlatformLocale.cpp", | |
| 558 "text/PlatformLocale.h", | |
| 559 "text/QuotedPrintable.cpp", | 555 "text/QuotedPrintable.cpp", |
| 560 "text/QuotedPrintable.h", | 556 "text/QuotedPrintable.h", |
| 561 "text/SegmentedString.cpp", | 557 "text/SegmentedString.cpp", |
| 562 "text/SegmentedString.h", | 558 "text/SegmentedString.h", |
| 563 "text/StringTruncator.cpp", | 559 "text/StringTruncator.cpp", |
| 564 "text/StringTruncator.h", | 560 "text/StringTruncator.h", |
| 565 "text/SuffixTree.h", | 561 "text/SuffixTree.h", |
| 566 "text/SurrogatePairAwareTextIterator.cpp", | 562 "text/SurrogatePairAwareTextIterator.cpp", |
| 567 "text/SurrogatePairAwareTextIterator.h", | 563 "text/SurrogatePairAwareTextIterator.h", |
| 568 "text/TextBoundaries.cpp", | 564 "text/TextBoundaries.cpp", |
| (...skipping 238 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 807 # See https://bugs.webkit.org/show_bug.cgi?id=62916. | 803 # See https://bugs.webkit.org/show_bug.cgi?id=62916. |
| 808 # TODO(GYP) | 804 # TODO(GYP) |
| 809 #'cflags': ['-marm'], | 805 #'cflags': ['-marm'], |
| 810 # 'conditions': [ | 806 # 'conditions': [ |
| 811 # ['OS=="android"', { | 807 # ['OS=="android"', { |
| 812 # 'cflags!': ['-mthumb'], | 808 # 'cflags!': ['-mthumb'], |
| 813 # }], | 809 # }], |
| 814 # ], | 810 # ], |
| 815 } | 811 } |
| 816 } | 812 } |
| OLD | NEW |