| 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/buildflag_header.gni") | 5 import("//build/buildflag_header.gni") |
| 6 import("//build/config/chrome_build.gni") | 6 import("//build/config/chrome_build.gni") |
| 7 import("//build/config/compiler/compiler.gni") | 7 import("//build/config/compiler/compiler.gni") |
| 8 import("//build/config/compiler/pgo/pgo.gni") | 8 import("//build/config/compiler/pgo/pgo.gni") |
| 9 import("//build/config/features.gni") | 9 import("//build/config/features.gni") |
| 10 import("//build/config/locales.gni") | 10 import("//build/config/locales.gni") |
| (...skipping 1530 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1541 } | 1541 } |
| 1542 | 1542 |
| 1543 java_cpp_enum("signin_metrics_enum_javagen") { | 1543 java_cpp_enum("signin_metrics_enum_javagen") { |
| 1544 sources = [ | 1544 sources = [ |
| 1545 "../components/signin/core/browser/signin_metrics.h", | 1545 "../components/signin/core/browser/signin_metrics.h", |
| 1546 ] | 1546 ] |
| 1547 } | 1547 } |
| 1548 | 1548 |
| 1549 java_cpp_enum("page_info_connection_type_javagen") { | 1549 java_cpp_enum("page_info_connection_type_javagen") { |
| 1550 sources = [ | 1550 sources = [ |
| 1551 "browser/ui/android/page_info/website_settings_popup_android.h", | 1551 "browser/ui/android/page_info/page_info_popup_android.h", |
| 1552 ] | 1552 ] |
| 1553 } | 1553 } |
| 1554 | 1554 |
| 1555 java_cpp_enum("website_settings_action_javagen") { | 1555 java_cpp_enum("page_info_action_javagen") { |
| 1556 sources = [ | 1556 sources = [ |
| 1557 "browser/ui/page_info/website_settings.h", | 1557 "browser/ui/page_info/page_info.h", |
| 1558 ] | 1558 ] |
| 1559 } | 1559 } |
| 1560 | 1560 |
| 1561 java_cpp_enum("quick_action_category_enum_javagen") { | 1561 java_cpp_enum("quick_action_category_enum_javagen") { |
| 1562 sources = [ | 1562 sources = [ |
| 1563 "browser/android/contextualsearch/resolved_search_term.h", | 1563 "browser/android/contextualsearch/resolved_search_term.h", |
| 1564 ] | 1564 ] |
| 1565 } | 1565 } |
| 1566 | 1566 |
| 1567 source_set("chrome_android_core") { | 1567 source_set("chrome_android_core") { |
| (...skipping 115 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1683 "//chrome/app/theme/$branding_path_component/product_logo_48.png", | 1683 "//chrome/app/theme/$branding_path_component/product_logo_48.png", |
| 1684 "//chrome/tools/build/linux/chrome-wrapper", | 1684 "//chrome/tools/build/linux/chrome-wrapper", |
| 1685 "//third_party/xdg-utils/scripts/xdg-mime", | 1685 "//third_party/xdg-utils/scripts/xdg-mime", |
| 1686 "//third_party/xdg-utils/scripts/xdg-settings", | 1686 "//third_party/xdg-utils/scripts/xdg-settings", |
| 1687 ] | 1687 ] |
| 1688 outputs = [ | 1688 outputs = [ |
| 1689 "$root_out_dir/{{source_file_part}}", | 1689 "$root_out_dir/{{source_file_part}}", |
| 1690 ] | 1690 ] |
| 1691 } | 1691 } |
| 1692 } | 1692 } |
| OLD | NEW |