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

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

Issue 2811593009: [Payments] move //components/payments/content/*.mojom files to //components/payments/mojom (Closed)
Patch Set: Reland after updating chrome_content_browser_client.cc to fix android build Created 3 years, 8 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
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:mojom_payment_app", 47 "//components/payments/mojom: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 "//components/viz/frame_sinks", 53 "//components/viz/frame_sinks",
54 "//content:resources", 54 "//content:resources",
55 "//content/app/resources", 55 "//content/app/resources",
56 "//content/app/strings", 56 "//content/app/strings",
57 "//content/browser/background_sync:background_sync_proto", 57 "//content/browser/background_sync:background_sync_proto",
(...skipping 2010 matching lines...) Expand 10 before | Expand all | Expand 10 after
2068 if (!is_component_build) { 2068 if (!is_component_build) {
2069 public_deps = [ 2069 public_deps = [
2070 ":browser", 2070 ":browser",
2071 ] 2071 ]
2072 } else { 2072 } else {
2073 public_deps = [ 2073 public_deps = [
2074 "//third_party/leveldatabase", 2074 "//third_party/leveldatabase",
2075 ] 2075 ]
2076 } 2076 }
2077 } 2077 }
OLDNEW
« no previous file with comments | « components/payments/mojom/payment_request.mojom ('k') | content/browser/payments/payment_app_browsertest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698