| 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 import("//testing/test.gni") | 8 import("//testing/test.gni") |
| 9 | 9 |
| 10 # Most targets in this file are private actions so use that as the default. | 10 # Most targets in this file are private actions so use that as the default. |
| (...skipping 98 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 109 "ColorSuggestion.h", | 109 "ColorSuggestion.h", |
| 110 "ContentType.cpp", | 110 "ContentType.cpp", |
| 111 "ContentType.h", | 111 "ContentType.h", |
| 112 "Cursor.cpp", | 112 "Cursor.cpp", |
| 113 "Cursor.h", | 113 "Cursor.h", |
| 114 "DateComponents.cpp", | 114 "DateComponents.cpp", |
| 115 "DateComponents.h", | 115 "DateComponents.h", |
| 116 "Decimal.cpp", | 116 "Decimal.cpp", |
| 117 "Decimal.h", | 117 "Decimal.h", |
| 118 "EventDispatchForbiddenScope.h", | 118 "EventDispatchForbiddenScope.h", |
| 119 "EventTracer.cpp", | |
| 120 "EventTracer.h", | |
| 121 "exported/linux/WebFontInfo.cpp", | 119 "exported/linux/WebFontInfo.cpp", |
| 122 "exported/linux/WebFontRenderStyle.cpp", | 120 "exported/linux/WebFontRenderStyle.cpp", |
| 123 "exported/Platform.cpp", | 121 "exported/Platform.cpp", |
| 124 "exported/ServiceProvider.cpp", | 122 "exported/ServiceProvider.cpp", |
| 125 "exported/WebArrayBuffer.cpp", | 123 "exported/WebArrayBuffer.cpp", |
| 126 "exported/WebCommon.cpp", | 124 "exported/WebCommon.cpp", |
| 127 "exported/WebConvertableToTraceFormat.cpp", | |
| 128 "exported/WebCString.cpp", | 125 "exported/WebCString.cpp", |
| 129 "exported/WebCursorInfo.cpp", | 126 "exported/WebCursorInfo.cpp", |
| 130 "exported/WebData.cpp", | 127 "exported/WebData.cpp", |
| 131 "exported/WebHTTPBody.cpp", | 128 "exported/WebHTTPBody.cpp", |
| 132 "exported/WebHTTPLoadInfo.cpp", | 129 "exported/WebHTTPLoadInfo.cpp", |
| 133 "exported/WebImageSkia.cpp", | 130 "exported/WebImageSkia.cpp", |
| 134 "exported/WebString.cpp", | 131 "exported/WebString.cpp", |
| 135 "exported/WebURL.cpp", | 132 "exported/WebURL.cpp", |
| 136 "exported/WebURLError.cpp", | 133 "exported/WebURLError.cpp", |
| 137 "exported/WebURLLoadTiming.cpp", | 134 "exported/WebURLLoadTiming.cpp", |
| (...skipping 394 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 532 "text/TextStream.h", | 529 "text/TextStream.h", |
| 533 "text/UnicodeBidi.h", | 530 "text/UnicodeBidi.h", |
| 534 "text/UnicodeRange.cpp", | 531 "text/UnicodeRange.cpp", |
| 535 "text/UnicodeRange.h", | 532 "text/UnicodeRange.h", |
| 536 "text/UnicodeUtilities.cpp", | 533 "text/UnicodeUtilities.cpp", |
| 537 "text/UnicodeUtilities.h", | 534 "text/UnicodeUtilities.h", |
| 538 "ThreadTimers.cpp", | 535 "ThreadTimers.cpp", |
| 539 "ThreadTimers.h", | 536 "ThreadTimers.h", |
| 540 "Timer.cpp", | 537 "Timer.cpp", |
| 541 "Timer.h", | 538 "Timer.h", |
| 542 "TracedValue.cpp", | |
| 543 "TracedValue.h", | |
| 544 "TraceEvent.h", | 539 "TraceEvent.h", |
| 545 "transforms/AffineTransform.cpp", | 540 "transforms/AffineTransform.cpp", |
| 546 "transforms/AffineTransform.h", | 541 "transforms/AffineTransform.h", |
| 547 "transforms/IdentityTransformOperation.h", | 542 "transforms/IdentityTransformOperation.h", |
| 548 "transforms/InterpolatedTransformOperation.cpp", | 543 "transforms/InterpolatedTransformOperation.cpp", |
| 549 "transforms/InterpolatedTransformOperation.h", | 544 "transforms/InterpolatedTransformOperation.h", |
| 550 "transforms/Matrix3DTransformOperation.cpp", | 545 "transforms/Matrix3DTransformOperation.cpp", |
| 551 "transforms/Matrix3DTransformOperation.h", | 546 "transforms/Matrix3DTransformOperation.h", |
| 552 "transforms/MatrixTransformOperation.cpp", | 547 "transforms/MatrixTransformOperation.cpp", |
| 553 "transforms/MatrixTransformOperation.h", | 548 "transforms/MatrixTransformOperation.h", |
| (...skipping 106 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 660 | 655 |
| 661 sources = [ | 656 sources = [ |
| 662 "ClockTest.cpp", | 657 "ClockTest.cpp", |
| 663 "DecimalTest.cpp", | 658 "DecimalTest.cpp", |
| 664 "LayoutUnitTest.cpp", | 659 "LayoutUnitTest.cpp", |
| 665 "LifecycleContextTest.cpp", | 660 "LifecycleContextTest.cpp", |
| 666 "PurgeableVectorTest.cpp", | 661 "PurgeableVectorTest.cpp", |
| 667 "SharedBufferTest.cpp", | 662 "SharedBufferTest.cpp", |
| 668 "TestingPlatformSupport.cpp", | 663 "TestingPlatformSupport.cpp", |
| 669 "TestingPlatformSupport.h", | 664 "TestingPlatformSupport.h", |
| 670 "TracedValueTest.cpp", | |
| 671 "animation/TimingFunctionTest.cpp", | 665 "animation/TimingFunctionTest.cpp", |
| 672 "animation/UnitBezierTest.cpp", | 666 "animation/UnitBezierTest.cpp", |
| 673 "clipboard/ClipboardUtilitiesTest.cpp", | 667 "clipboard/ClipboardUtilitiesTest.cpp", |
| 674 "fonts/FontCacheTest.cpp", | 668 "fonts/FontCacheTest.cpp", |
| 675 "fonts/FontDescriptionTest.cpp", | 669 "fonts/FontDescriptionTest.cpp", |
| 676 "fonts/FontTest.cpp", | 670 "fonts/FontTest.cpp", |
| 677 "fonts/GlyphPageTreeNodeTest.cpp", | 671 "fonts/GlyphPageTreeNodeTest.cpp", |
| 678 "fonts/android/FontCacheAndroidTest.cpp", | 672 "fonts/android/FontCacheAndroidTest.cpp", |
| 679 "geometry/FloatBoxTest.cpp", | 673 "geometry/FloatBoxTest.cpp", |
| 680 "geometry/FloatBoxTestHelpers.cpp", | 674 "geometry/FloatBoxTestHelpers.cpp", |
| (...skipping 58 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 739 # See https://bugs.webkit.org/show_bug.cgi?id=62916. | 733 # See https://bugs.webkit.org/show_bug.cgi?id=62916. |
| 740 # TODO(GYP) | 734 # TODO(GYP) |
| 741 #'cflags': ['-marm'], | 735 #'cflags': ['-marm'], |
| 742 # 'conditions': [ | 736 # 'conditions': [ |
| 743 # ['OS=="android"', { | 737 # ['OS=="android"', { |
| 744 # 'cflags!': ['-mthumb'], | 738 # 'cflags!': ['-mthumb'], |
| 745 # }], | 739 # }], |
| 746 # ], | 740 # ], |
| 747 } | 741 } |
| 748 } | 742 } |
| OLD | NEW |