| 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/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") |
| 11 import("//build/config/ui.gni") | 11 import("//build/config/ui.gni") |
| 12 import("//build/config/win/console_app.gni") | 12 import("//build/config/win/console_app.gni") |
| 13 import("//build/config/win/manifest.gni") | 13 import("//build/config/win/manifest.gni") |
| 14 import("//chrome/chrome_repack_locales.gni") | 14 import("//chrome/chrome_repack_locales.gni") |
| 15 import("//chrome/common/features.gni") | 15 import("//chrome/common/features.gni") |
| 16 import("//chrome/version.gni") | 16 import("//chrome/version.gni") |
| 17 import("//ui/base/ui_features.gni") | 17 import("//ui/base/ui_features.gni") |
| 18 import("//v8/gni/v8.gni") |
| 18 | 19 |
| 19 if (is_android) { | 20 if (is_android) { |
| 20 import("//build/config/android/rules.gni") | 21 import("//build/config/android/rules.gni") |
| 21 } else if (is_mac) { | 22 } else if (is_mac) { |
| 22 import("//build/compiled_action.gni") | 23 import("//build/compiled_action.gni") |
| 23 import("//build/config/mac/rules.gni") | 24 import("//build/config/mac/rules.gni") |
| 24 import("//build/config/mac/symbols.gni") | 25 import("//build/config/mac/symbols.gni") |
| 25 import("//build/mac/tweak_info_plist.gni") | 26 import("//build/mac/tweak_info_plist.gni") |
| 26 import("//build/util/branding.gni") | 27 import("//build/util/branding.gni") |
| 27 import("//build/util/version.gni") | 28 import("//build/util/version.gni") |
| (...skipping 1777 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1805 "//chrome/app/theme/$branding_path_component/product_logo_48.png", | 1806 "//chrome/app/theme/$branding_path_component/product_logo_48.png", |
| 1806 "//chrome/tools/build/linux/chrome-wrapper", | 1807 "//chrome/tools/build/linux/chrome-wrapper", |
| 1807 "//third_party/xdg-utils/scripts/xdg-mime", | 1808 "//third_party/xdg-utils/scripts/xdg-mime", |
| 1808 "//third_party/xdg-utils/scripts/xdg-settings", | 1809 "//third_party/xdg-utils/scripts/xdg-settings", |
| 1809 ] | 1810 ] |
| 1810 outputs = [ | 1811 outputs = [ |
| 1811 "$root_out_dir/{{source_file_part}}", | 1812 "$root_out_dir/{{source_file_part}}", |
| 1812 ] | 1813 ] |
| 1813 } | 1814 } |
| 1814 } | 1815 } |
| OLD | NEW |