| 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 588 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 599 "transforms/TranslateTransformOperation.h", | 599 "transforms/TranslateTransformOperation.h", |
| 600 "UserGestureIndicator.cpp", | 600 "UserGestureIndicator.cpp", |
| 601 "UserGestureIndicator.h", | 601 "UserGestureIndicator.h", |
| 602 "weborigin/KnownPorts.cpp", | 602 "weborigin/KnownPorts.cpp", |
| 603 "weborigin/KnownPorts.h", | 603 "weborigin/KnownPorts.h", |
| 604 "weborigin/KURL.cpp", | 604 "weborigin/KURL.cpp", |
| 605 "weborigin/KURL.h", | 605 "weborigin/KURL.h", |
| 606 "weborigin/KURLHash.h", | 606 "weborigin/KURLHash.h", |
| 607 "weborigin/Referrer.h", | 607 "weborigin/Referrer.h", |
| 608 "weborigin/ReferrerPolicy.h", | 608 "weborigin/ReferrerPolicy.h", |
| 609 "weborigin/SchemeRegistry.cpp", | |
| 610 "weborigin/SchemeRegistry.h", | |
| 611 "weborigin/SecurityPolicy.cpp", | 609 "weborigin/SecurityPolicy.cpp", |
| 612 "weborigin/SecurityPolicy.h", | 610 "weborigin/SecurityPolicy.h", |
| 613 "WebThread.cpp", | 611 "WebThread.cpp", |
| 614 "Widget.cpp", | 612 "Widget.cpp", |
| 615 "Widget.h", | 613 "Widget.h", |
| 616 "WindowsKeyboardCodes.h", | 614 "WindowsKeyboardCodes.h", |
| 617 ] | 615 ] |
| 618 | 616 |
| 619 # Add in the generated files. | 617 # Add in the generated files. |
| 620 sources += | 618 sources += |
| (...skipping 160 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 781 # See https://bugs.webkit.org/show_bug.cgi?id=62916. | 779 # See https://bugs.webkit.org/show_bug.cgi?id=62916. |
| 782 # TODO(GYP) | 780 # TODO(GYP) |
| 783 #'cflags': ['-marm'], | 781 #'cflags': ['-marm'], |
| 784 # 'conditions': [ | 782 # 'conditions': [ |
| 785 # ['OS=="android"', { | 783 # ['OS=="android"', { |
| 786 # 'cflags!': ['-mthumb'], | 784 # 'cflags!': ['-mthumb'], |
| 787 # }], | 785 # }], |
| 788 # ], | 786 # ], |
| 789 } | 787 } |
| 790 } | 788 } |
| OLD | NEW |