| 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 515 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 526 "network/FormDataBuilder.cpp", | 526 "network/FormDataBuilder.cpp", |
| 527 "network/FormDataBuilder.h", | 527 "network/FormDataBuilder.h", |
| 528 "network/ResourceRequest.cpp", | 528 "network/ResourceRequest.cpp", |
| 529 "network/ResourceRequest.h", | 529 "network/ResourceRequest.h", |
| 530 "network/ResourceResponse.cpp", | 530 "network/ResourceResponse.cpp", |
| 531 "network/ResourceResponse.h", | 531 "network/ResourceResponse.h", |
| 532 "scroll/ProgrammaticScrollAnimator.cpp", | 532 "scroll/ProgrammaticScrollAnimator.cpp", |
| 533 "scroll/ProgrammaticScrollAnimator.h", | 533 "scroll/ProgrammaticScrollAnimator.h", |
| 534 "scroll/ScrollAnimator.cpp", | 534 "scroll/ScrollAnimator.cpp", |
| 535 "scroll/ScrollAnimator.h", | 535 "scroll/ScrollAnimator.h", |
| 536 "scroll/ScrollAnimatorNone.cpp", | |
| 537 "scroll/ScrollAnimatorNone.h", | |
| 538 "scroll/ScrollTypes.h", | 536 "scroll/ScrollTypes.h", |
| 539 "scroll/ScrollableArea.cpp", | 537 "scroll/ScrollableArea.cpp", |
| 540 "scroll/ScrollableArea.h", | 538 "scroll/ScrollableArea.h", |
| 541 "scroll/Scrollbar.cpp", | 539 "scroll/Scrollbar.cpp", |
| 542 "scroll/Scrollbar.h", | 540 "scroll/Scrollbar.h", |
| 543 "text/BidiCharacterRun.cpp", | 541 "text/BidiCharacterRun.cpp", |
| 544 "text/BidiCharacterRun.h", | 542 "text/BidiCharacterRun.h", |
| 545 "text/BidiContext.cpp", | 543 "text/BidiContext.cpp", |
| 546 "text/BidiContext.h", | 544 "text/BidiContext.h", |
| 547 "text/BidiResolver.h", | 545 "text/BidiResolver.h", |
| (...skipping 264 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 812 # See https://bugs.webkit.org/show_bug.cgi?id=62916. | 810 # See https://bugs.webkit.org/show_bug.cgi?id=62916. |
| 813 # TODO(GYP) | 811 # TODO(GYP) |
| 814 #'cflags': ['-marm'], | 812 #'cflags': ['-marm'], |
| 815 # 'conditions': [ | 813 # 'conditions': [ |
| 816 # ['OS=="android"', { | 814 # ['OS=="android"', { |
| 817 # 'cflags!': ['-mthumb'], | 815 # 'cflags!': ['-mthumb'], |
| 818 # }], | 816 # }], |
| 819 # ], | 817 # ], |
| 820 } | 818 } |
| 821 } | 819 } |
| OLD | NEW |