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

Side by Side Diff: chrome/BUILD.gn

Issue 2904083003: [Payments] Use C++ metric enums in Java. (Closed)
Patch Set: Created 3 years, 7 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') | components/payments/core/journey_logger.h » ('J')
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 1593 matching lines...) Expand 10 before | Expand all | Expand 10 after
1604 "../components/content_settings/core/common/content_settings.h", 1604 "../components/content_settings/core/common/content_settings.h",
1605 ] 1605 ]
1606 } 1606 }
1607 1607
1608 java_cpp_enum("content_settings_type_javagen") { 1608 java_cpp_enum("content_settings_type_javagen") {
1609 sources = [ 1609 sources = [
1610 "../components/content_settings/core/common/content_settings_types.h", 1610 "../components/content_settings/core/common/content_settings_types.h",
1611 ] 1611 ]
1612 } 1612 }
1613 1613
1614 java_cpp_enum("journey_logger_enum_javagen") {
gogerald1 2017/05/29 16:05:42 *payments_journey_logger_enum_javagen*?
sebsg 2017/05/29 16:44:49 Done.
1615 sources = [
1616 "../components/payments/core/journey_logger.h",
1617 ]
1618 }
1619
1614 java_cpp_enum("signin_metrics_enum_javagen") { 1620 java_cpp_enum("signin_metrics_enum_javagen") {
1615 sources = [ 1621 sources = [
1616 "../components/signin/core/browser/signin_metrics.h", 1622 "../components/signin/core/browser/signin_metrics.h",
1617 ] 1623 ]
1618 } 1624 }
1619 1625
1620 java_cpp_enum("page_info_connection_type_javagen") { 1626 java_cpp_enum("page_info_connection_type_javagen") {
1621 sources = [ 1627 sources = [
1622 "browser/ui/android/page_info/page_info_popup_android.h", 1628 "browser/ui/android/page_info/page_info_popup_android.h",
1623 ] 1629 ]
(...skipping 144 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') | components/payments/core/journey_logger.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698