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

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

Issue 2446093004: [Web Payments] Initial plumb of Payment Request dialog (Closed)
Patch Set: Handle new member function Created 4 years, 1 month 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 | chrome/browser/chrome_content_browser_client.cc » ('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/chrome_build.gni") 5 import("//build/config/chrome_build.gni")
6 import("//build/config/crypto.gni") 6 import("//build/config/crypto.gni")
7 import("//build/config/features.gni") 7 import("//build/config/features.gni")
8 import("//build/config/ui.gni") 8 import("//build/config/ui.gni")
9 import("//build/split_static_library.gni") 9 import("//build/split_static_library.gni")
10 import("//chrome/common/features.gni") 10 import("//chrome/common/features.gni")
(...skipping 1343 matching lines...) Expand 10 before | Expand all | Expand 10 after
1354 "//components/offline_pages/background:background_offliner", 1354 "//components/offline_pages/background:background_offliner",
1355 "//components/offline_pages/downloads:offline_pages_ui_adapter", 1355 "//components/offline_pages/downloads:offline_pages_ui_adapter",
1356 "//components/offline_pages/request_header:request_header", 1356 "//components/offline_pages/request_header:request_header",
1357 "//components/omnibox/browser", 1357 "//components/omnibox/browser",
1358 "//components/os_crypt", 1358 "//components/os_crypt",
1359 "//components/packed_ct_ev_whitelist", 1359 "//components/packed_ct_ev_whitelist",
1360 "//components/password_manager/content/browser", 1360 "//components/password_manager/content/browser",
1361 "//components/password_manager/core/browser", 1361 "//components/password_manager/core/browser",
1362 "//components/password_manager/core/common", 1362 "//components/password_manager/core/common",
1363 "//components/password_manager/sync/browser", 1363 "//components/password_manager/sync/browser",
1364 "//components/payments:payment_request",
1364 "//components/policy:generated", 1365 "//components/policy:generated",
1365 "//components/policy/core/browser", 1366 "//components/policy/core/browser",
1366 "//components/policy/proto", 1367 "//components/policy/proto",
1367 "//components/prefs:prefs", 1368 "//components/prefs:prefs",
1368 "//components/previews/core", 1369 "//components/previews/core",
1369 "//components/profile_metrics", 1370 "//components/profile_metrics",
1370 "//components/proxy_config", 1371 "//components/proxy_config",
1371 "//components/query_parser", 1372 "//components/query_parser",
1372 "//components/rappor", 1373 "//components/rappor",
1373 "//components/rappor:rappor_recorder", 1374 "//components/rappor:rappor_recorder",
(...skipping 2144 matching lines...) Expand 10 before | Expand all | Expand 10 after
3518 configs += [ "//build/config/linux:x11" ] 3519 configs += [ "//build/config/linux:x11" ]
3519 deps += [ "//ui/gfx/x" ] 3520 deps += [ "//ui/gfx/x" ]
3520 } 3521 }
3521 } 3522 }
3522 3523
3523 if (is_linux || is_win) { 3524 if (is_linux || is_win) {
3524 sources += [ 3525 sources += [
3525 "renderer_context_menu/spelling_options_submenu_observer.cc", 3526 "renderer_context_menu/spelling_options_submenu_observer.cc",
3526 "renderer_context_menu/spelling_options_submenu_observer.h", 3527 "renderer_context_menu/spelling_options_submenu_observer.h",
3527 ] 3528 ]
3529 deps += [ "//chrome/browser/payments:payments" ]
3528 } 3530 }
3529 3531
3530 if (is_desktop_linux) { 3532 if (is_desktop_linux) {
3531 # Desktop linux, doesn't count ChromeOS. 3533 # Desktop linux, doesn't count ChromeOS.
3532 sources += [ 3534 sources += [
3533 "first_run/upgrade_util.cc", 3535 "first_run/upgrade_util.cc",
3534 "first_run/upgrade_util_linux.cc", 3536 "first_run/upgrade_util_linux.cc",
3535 "first_run/upgrade_util_linux.h", 3537 "first_run/upgrade_util_linux.h",
3536 "icon_loader_auralinux.cc", 3538 "icon_loader_auralinux.cc",
3537 "password_manager/native_backend_kwallet_x.cc", 3539 "password_manager/native_backend_kwallet_x.cc",
(...skipping 874 matching lines...) Expand 10 before | Expand all | Expand 10 after
4412 # linking all of the test support. 4414 # linking all of the test support.
4413 static_library("pepper_cdm_test_constants") { 4415 static_library("pepper_cdm_test_constants") {
4414 testonly = true 4416 testonly = true
4415 visibility = [ "//chrome/*" ] 4417 visibility = [ "//chrome/*" ]
4416 sources = [ 4418 sources = [
4417 "media/pepper_cdm_test_constants.cc", 4419 "media/pepper_cdm_test_constants.cc",
4418 "media/pepper_cdm_test_constants.h", 4420 "media/pepper_cdm_test_constants.h",
4419 ] 4421 ]
4420 } 4422 }
4421 } 4423 }
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/chrome_content_browser_client.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698