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

Side by Side Diff: chrome/BUILD.gn

Issue 2904083003: [Payments] Use C++ metric enums in Java. (Closed)
Patch Set: Enum rename for Windows Created 3 years, 6 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 | « no previous file | chrome/android/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/chrome_build.gni") 5 import("//build/config/chrome_build.gni")
6 import("//build/config/compiler/compiler.gni") 6 import("//build/config/compiler/compiler.gni")
7 import("//build/config/compiler/pgo/pgo.gni") 7 import("//build/config/compiler/pgo/pgo.gni")
8 import("//build/config/features.gni") 8 import("//build/config/features.gni")
9 import("//build/config/locales.gni") 9 import("//build/config/locales.gni")
10 import("//build/config/sanitizers/sanitizers.gni") 10 import("//build/config/sanitizers/sanitizers.gni")
(...skipping 1611 matching lines...) Expand 10 before | Expand all | Expand 10 after
1622 "browser/ui/android/page_info/page_info_popup_android.h", 1622 "browser/ui/android/page_info/page_info_popup_android.h",
1623 ] 1623 ]
1624 } 1624 }
1625 1625
1626 java_cpp_enum("page_info_action_javagen") { 1626 java_cpp_enum("page_info_action_javagen") {
1627 sources = [ 1627 sources = [
1628 "browser/ui/page_info/page_info.h", 1628 "browser/ui/page_info/page_info.h",
1629 ] 1629 ]
1630 } 1630 }
1631 1631
1632 java_cpp_enum("payments_journey_logger_enum_javagen") {
1633 sources = [
1634 "../components/payments/core/journey_logger.h",
1635 ]
1636 }
1637
1632 java_cpp_enum("quick_action_category_enum_javagen") { 1638 java_cpp_enum("quick_action_category_enum_javagen") {
1633 sources = [ 1639 sources = [
1634 "browser/android/contextualsearch/resolved_search_term.h", 1640 "browser/android/contextualsearch/resolved_search_term.h",
1635 ] 1641 ]
1636 } 1642 }
1637 1643
1638 java_cpp_enum("offline_pages_enum_javagen") { 1644 java_cpp_enum("offline_pages_enum_javagen") {
1639 sources = [ 1645 sources = [
1640 "browser/android/offline_pages/offline_page_utils.h", 1646 "browser/android/offline_pages/offline_page_utils.h",
1641 ] 1647 ]
(...skipping 126 matching lines...) Expand 10 before | Expand all | Expand 10 after
1768 "//chrome/app/theme/$branding_path_component/product_logo_48.png", 1774 "//chrome/app/theme/$branding_path_component/product_logo_48.png",
1769 "//chrome/tools/build/linux/chrome-wrapper", 1775 "//chrome/tools/build/linux/chrome-wrapper",
1770 "//third_party/xdg-utils/scripts/xdg-mime", 1776 "//third_party/xdg-utils/scripts/xdg-mime",
1771 "//third_party/xdg-utils/scripts/xdg-settings", 1777 "//third_party/xdg-utils/scripts/xdg-settings",
1772 ] 1778 ]
1773 outputs = [ 1779 outputs = [
1774 "$root_out_dir/{{source_file_part}}", 1780 "$root_out_dir/{{source_file_part}}",
1775 ] 1781 ]
1776 } 1782 }
1777 } 1783 }
OLDNEW
« no previous file with comments | « no previous file | chrome/android/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698