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

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

Issue 2645813006: Download web payment manifests. (Closed)
Patch Set: Rebase 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
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/chromecast_build.gni") 5 import("//build/config/chromecast_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 1544 matching lines...) Expand 10 before | Expand all | Expand 10 after
1555 "views/website_settings/permission_selector_row.cc", 1555 "views/website_settings/permission_selector_row.cc",
1556 "views/website_settings/permission_selector_row.h", 1556 "views/website_settings/permission_selector_row.h",
1557 "views/website_settings/permission_selector_row_observer.h", 1557 "views/website_settings/permission_selector_row_observer.h",
1558 "views/website_settings/website_settings_popup_view.cc", 1558 "views/website_settings/website_settings_popup_view.cc",
1559 "views/website_settings/website_settings_popup_view.h", 1559 "views/website_settings/website_settings_popup_view.h",
1560 ] 1560 ]
1561 deps += [ 1561 deps += [
1562 "//chrome/browser/ui/views", 1562 "//chrome/browser/ui/views",
1563 "//components/constrained_window", 1563 "//components/constrained_window",
1564 "//components/payments:payment_request_impl", 1564 "//components/payments:payment_request_impl",
1565 "//components/payments:payment_validation", 1565 "//components/payments:payment_utils",
1566 "//services/ui/public/cpp/input_devices", 1566 "//services/ui/public/cpp/input_devices",
1567 ] 1567 ]
1568 allow_circular_includes_from += [ "//chrome/browser/ui/views" ] 1568 allow_circular_includes_from += [ "//chrome/browser/ui/views" ]
1569 1569
1570 if (enable_extensions) { 1570 if (enable_extensions) {
1571 deps += [ "//extensions/components/native_app_window" ] 1571 deps += [ "//extensions/components/native_app_window" ]
1572 } 1572 }
1573 1573
1574 if (is_chromeos) { 1574 if (is_chromeos) {
1575 sources += [ 1575 sources += [
(...skipping 1943 matching lines...) Expand 10 before | Expand all | Expand 10 after
3519 "test/test_confirm_bubble_model.cc", 3519 "test/test_confirm_bubble_model.cc",
3520 "test/test_confirm_bubble_model.h", 3520 "test/test_confirm_bubble_model.h",
3521 ] 3521 ]
3522 deps += [ "//chrome/test:test_support_ui" ] 3522 deps += [ "//chrome/test:test_support_ui" ]
3523 } 3523 }
3524 3524
3525 if (enable_extensions) { 3525 if (enable_extensions) {
3526 deps += [ "//extensions/browser" ] 3526 deps += [ "//extensions/browser" ]
3527 } 3527 }
3528 } 3528 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698