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

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

Issue 2615063002: PaymentApp: Add interfaces for implementing InvokePaymentApp(). (Closed)
Patch Set: PaymentApp: Add interfaces for implementing InvokePaymentApp(). Created 3 years, 11 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 | « content/public/browser/payment_app_provider.h ('k') | content/renderer/DEPS » ('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("//media/media_options.gni") 7 import("//media/media_options.gni")
8 import("//ppapi/features/features.gni") 8 import("//ppapi/features/features.gni")
9 import("//printing/features/features.gni") 9 import("//printing/features/features.gni")
10 import("//third_party/webrtc/build/webrtc.gni") 10 import("//third_party/webrtc/build/webrtc.gni")
(...skipping 384 matching lines...) Expand 10 before | Expand all | Expand 10 after
395 "//base:i18n", 395 "//base:i18n",
396 "//cc", 396 "//cc",
397 "//cc/animation", 397 "//cc/animation",
398 "//cc/blink", 398 "//cc/blink",
399 "//cc/ipc", 399 "//cc/ipc",
400 "//cc/proto", 400 "//cc/proto",
401 "//cc/surfaces", 401 "//cc/surfaces",
402 "//cc/surfaces:surface_id", 402 "//cc/surfaces:surface_id",
403 "//cc/surfaces:surfaces", 403 "//cc/surfaces:surfaces",
404 "//components/discardable_memory/client", 404 "//components/discardable_memory/client",
405 "//components/payments:payment_app",
405 "//components/url_formatter", 406 "//components/url_formatter",
406 "//content:resources", 407 "//content:resources",
407 "//content/child", 408 "//content/child",
408 "//content/common", 409 "//content/common",
409 "//content/gpu:gpu_sources", 410 "//content/gpu:gpu_sources",
410 "//content/public/child:child_sources", 411 "//content/public/child:child_sources",
411 "//content/public/common:common_sources", 412 "//content/public/common:common_sources",
412 "//content/public/common:feature_h264_with_openh264_ffmpeg", 413 "//content/public/common:feature_h264_with_openh264_ffmpeg",
413 "//content/public/common:features", 414 "//content/public/common:features",
414 "//crypto:platform", 415 "//crypto:platform",
(...skipping 500 matching lines...) Expand 10 before | Expand all | Expand 10 after
915 # For the defines in mojo_media_config. 916 # For the defines in mojo_media_config.
916 public_configs = [ "//media/mojo/services:mojo_media_config" ] 917 public_configs = [ "//media/mojo/services:mojo_media_config" ]
917 } 918 }
918 919
919 if (!is_component_build) { 920 if (!is_component_build) {
920 public_deps = [ 921 public_deps = [
921 ":renderer", 922 ":renderer",
922 ] 923 ]
923 } 924 }
924 } 925 }
OLDNEW
« no previous file with comments | « content/public/browser/payment_app_provider.h ('k') | content/renderer/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698