| 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 581 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 592 ":make_platform_generated", | 592 ":make_platform_generated", |
| 593 "//base:base", | 593 "//base:base", |
| 594 "//gpu/command_buffer/client:gles2_c_lib", | 594 "//gpu/command_buffer/client:gles2_c_lib", |
| 595 "//mojo/application", | 595 "//mojo/application", |
| 596 "//mojo/common", | 596 "//mojo/common", |
| 597 "//mojo/environment:chromium", | 597 "//mojo/environment:chromium", |
| 598 "//mojo/public/c/system", | 598 "//mojo/public/c/system", |
| 599 "//mojo/public/cpp/bindings", | 599 "//mojo/public/cpp/bindings", |
| 600 "//mojo/public/cpp/system", | 600 "//mojo/public/cpp/system", |
| 601 "//mojo/public/cpp/utility", | 601 "//mojo/public/cpp/utility", |
| 602 "//mojo/services/authenticating_url_loader/public/interfaces", |
| 602 "//mojo/services/network/public/interfaces", | 603 "//mojo/services/network/public/interfaces", |
| 603 "//skia", | 604 "//skia", |
| 604 "//sky/engine/wtf", | 605 "//sky/engine/wtf", |
| 605 "//third_party/harfbuzz-ng", | 606 "//third_party/harfbuzz-ng", |
| 606 "//third_party/iccjpeg", | 607 "//third_party/iccjpeg", |
| 607 "//third_party/icu", | 608 "//third_party/icu", |
| 608 "//third_party/libpng", | 609 "//third_party/libpng", |
| 609 "//third_party/ots", | 610 "//third_party/ots", |
| 610 "//third_party/qcms", | 611 "//third_party/qcms", |
| 611 "//third_party:jpeg", | 612 "//third_party:jpeg", |
| (...skipping 112 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 724 # See https://bugs.webkit.org/show_bug.cgi?id=62916. | 725 # See https://bugs.webkit.org/show_bug.cgi?id=62916. |
| 725 # TODO(GYP) | 726 # TODO(GYP) |
| 726 #'cflags': ['-marm'], | 727 #'cflags': ['-marm'], |
| 727 # 'conditions': [ | 728 # 'conditions': [ |
| 728 # ['OS=="android"', { | 729 # ['OS=="android"', { |
| 729 # 'cflags!': ['-mthumb'], | 730 # 'cflags!': ['-mthumb'], |
| 730 # }], | 731 # }], |
| 731 # ], | 732 # ], |
| 732 } | 733 } |
| 733 } | 734 } |
| OLD | NEW |