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

Side by Side Diff: content/browser/BUILD.gn

Issue 2759283002: Make payment manifest download/parse cross-platform (Closed)
Patch Set: Address comments Created 3 years, 9 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 | « components/payments_strings.grdp ('k') | content/common/BUILD.gn » ('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/features.gni") 5 import("//build/config/features.gni")
6 import("//build/config/ui.gni") 6 import("//build/config/ui.gni")
7 import("//gpu/vulkan/features.gni") 7 import("//gpu/vulkan/features.gni")
8 import("//media/media_options.gni") 8 import("//media/media_options.gni")
9 import("//ppapi/features/features.gni") 9 import("//ppapi/features/features.gni")
10 import("//printing/features/features.gni") 10 import("//printing/features/features.gni")
(...skipping 26 matching lines...) Expand all
37 "//cc/animation", 37 "//cc/animation",
38 "//cc/paint", 38 "//cc/paint",
39 "//cc/surfaces", 39 "//cc/surfaces",
40 "//components/discardable_memory/common", 40 "//components/discardable_memory/common",
41 "//components/discardable_memory/service", 41 "//components/discardable_memory/service",
42 "//components/display_compositor", 42 "//components/display_compositor",
43 "//components/filesystem:lib", 43 "//components/filesystem:lib",
44 "//components/leveldb:lib", 44 "//components/leveldb:lib",
45 "//components/link_header_util", 45 "//components/link_header_util",
46 "//components/mime_util", 46 "//components/mime_util",
47 "//components/payments/content:payment_app", 47 "//components/payments/content:mojom_payment_app",
48 "//components/rappor", 48 "//components/rappor",
49 "//components/tracing", 49 "//components/tracing",
50 "//components/tracing:startup_tracing", 50 "//components/tracing:startup_tracing",
51 "//components/url_formatter", 51 "//components/url_formatter",
52 "//components/variations", 52 "//components/variations",
53 "//content:resources", 53 "//content:resources",
54 "//content/app/resources", 54 "//content/app/resources",
55 "//content/app/strings", 55 "//content/app/strings",
56 "//content/browser/background_sync:background_sync_proto", 56 "//content/browser/background_sync:background_sync_proto",
57 "//content/browser/cache_storage:cache_storage_proto", 57 "//content/browser/cache_storage:cache_storage_proto",
(...skipping 2000 matching lines...) Expand 10 before | Expand all | Expand 10 after
2058 if (!is_component_build) { 2058 if (!is_component_build) {
2059 public_deps = [ 2059 public_deps = [
2060 ":browser", 2060 ":browser",
2061 ] 2061 ]
2062 } else { 2062 } else {
2063 public_deps = [ 2063 public_deps = [
2064 "//third_party/leveldatabase", 2064 "//third_party/leveldatabase",
2065 ] 2065 ]
2066 } 2066 }
2067 } 2067 }
OLDNEW
« no previous file with comments | « components/payments_strings.grdp ('k') | content/common/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698