| 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 630 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 641 ":make_platform_generated", | 641 ":make_platform_generated", |
| 642 "//base:base", | 642 "//base:base", |
| 643 "//gpu/command_buffer/client:gles2_c_lib", | 643 "//gpu/command_buffer/client:gles2_c_lib", |
| 644 "//mojo/application", | 644 "//mojo/application", |
| 645 "//mojo/common", | 645 "//mojo/common", |
| 646 "//mojo/environment:chromium", | 646 "//mojo/environment:chromium", |
| 647 "//mojo/public/c/system:for_shared_library", | 647 "//mojo/public/c/system:for_shared_library", |
| 648 "//mojo/public/cpp/bindings", | 648 "//mojo/public/cpp/bindings", |
| 649 "//mojo/public/cpp/system", | 649 "//mojo/public/cpp/system", |
| 650 "//mojo/public/cpp/utility", | 650 "//mojo/public/cpp/utility", |
| 651 "//mojo/services/public/interfaces/network", | 651 "//mojo/services/network/public/interfaces", |
| 652 "//skia", | 652 "//skia", |
| 653 "//sky/engine/wtf", | 653 "//sky/engine/wtf", |
| 654 "//third_party/harfbuzz-ng", | 654 "//third_party/harfbuzz-ng", |
| 655 "//third_party/iccjpeg", | 655 "//third_party/iccjpeg", |
| 656 "//third_party/icu", | 656 "//third_party/icu", |
| 657 "//third_party/libpng", | 657 "//third_party/libpng", |
| 658 "//third_party/ots", | 658 "//third_party/ots", |
| 659 "//third_party/qcms", | 659 "//third_party/qcms", |
| 660 "//third_party:jpeg", | 660 "//third_party:jpeg", |
| 661 "//url", | 661 "//url", |
| (...skipping 113 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 775 # See https://bugs.webkit.org/show_bug.cgi?id=62916. | 775 # See https://bugs.webkit.org/show_bug.cgi?id=62916. |
| 776 # TODO(GYP) | 776 # TODO(GYP) |
| 777 #'cflags': ['-marm'], | 777 #'cflags': ['-marm'], |
| 778 # 'conditions': [ | 778 # 'conditions': [ |
| 779 # ['OS=="android"', { | 779 # ['OS=="android"', { |
| 780 # 'cflags!': ['-mthumb'], | 780 # 'cflags!': ['-mthumb'], |
| 781 # }], | 781 # }], |
| 782 # ], | 782 # ], |
| 783 } | 783 } |
| 784 } | 784 } |
| OLD | NEW |