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