Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1027)

Side by Side Diff: sky/engine/platform/BUILD.gn

Issue 1154223003: NOT FOR COMMIT: POC of using AuthenticatingURLLoader in Sky (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: updated comment Created 5 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | sky/engine/platform/fetcher/MojoFetcher.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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
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
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 }
OLDNEW
« no previous file with comments | « no previous file | sky/engine/platform/fetcher/MojoFetcher.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698