| OLD | NEW |
| 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 Loading... |
| 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 Loading... |
| 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 } |
| OLD | NEW |