| 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 570 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 581 "transforms/ScaleTransformOperation.h", | 581 "transforms/ScaleTransformOperation.h", |
| 582 "transforms/SkewTransformOperation.cpp", | 582 "transforms/SkewTransformOperation.cpp", |
| 583 "transforms/SkewTransformOperation.h", | 583 "transforms/SkewTransformOperation.h", |
| 584 "transforms/TransformationMatrix.cpp", | 584 "transforms/TransformationMatrix.cpp", |
| 585 "transforms/TransformationMatrix.h", | 585 "transforms/TransformationMatrix.h", |
| 586 "transforms/TransformOperation.h", | 586 "transforms/TransformOperation.h", |
| 587 "transforms/TransformOperations.cpp", | 587 "transforms/TransformOperations.cpp", |
| 588 "transforms/TransformOperations.h", | 588 "transforms/TransformOperations.h", |
| 589 "transforms/TranslateTransformOperation.cpp", | 589 "transforms/TranslateTransformOperation.cpp", |
| 590 "transforms/TranslateTransformOperation.h", | 590 "transforms/TranslateTransformOperation.h", |
| 591 "UserGestureIndicator.cpp", | |
| 592 "UserGestureIndicator.h", | |
| 593 "weborigin/KnownPorts.cpp", | 591 "weborigin/KnownPorts.cpp", |
| 594 "weborigin/KnownPorts.h", | 592 "weborigin/KnownPorts.h", |
| 595 "weborigin/KURL.cpp", | 593 "weborigin/KURL.cpp", |
| 596 "weborigin/KURL.h", | 594 "weborigin/KURL.h", |
| 597 "weborigin/KURLHash.h", | 595 "weborigin/KURLHash.h", |
| 598 "weborigin/Referrer.h", | 596 "weborigin/Referrer.h", |
| 599 "weborigin/ReferrerPolicy.h", | 597 "weborigin/ReferrerPolicy.h", |
| 600 "weborigin/SecurityPolicy.cpp", | 598 "weborigin/SecurityPolicy.cpp", |
| 601 "weborigin/SecurityPolicy.h", | 599 "weborigin/SecurityPolicy.h", |
| 602 "WebThread.cpp", | 600 "WebThread.cpp", |
| (...skipping 162 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 765 # See https://bugs.webkit.org/show_bug.cgi?id=62916. | 763 # See https://bugs.webkit.org/show_bug.cgi?id=62916. |
| 766 # TODO(GYP) | 764 # TODO(GYP) |
| 767 #'cflags': ['-marm'], | 765 #'cflags': ['-marm'], |
| 768 # 'conditions': [ | 766 # 'conditions': [ |
| 769 # ['OS=="android"', { | 767 # ['OS=="android"', { |
| 770 # 'cflags!': ['-mthumb'], | 768 # 'cflags!': ['-mthumb'], |
| 771 # }], | 769 # }], |
| 772 # ], | 770 # ], |
| 773 } | 771 } |
| 774 } | 772 } |
| OLD | NEW |