| 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") |
| (...skipping 1627 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1638 } | 1638 } |
| 1639 } | 1639 } |
| 1640 } | 1640 } |
| 1641 | 1641 |
| 1642 # GYP version: chrome/chrome_resources.gyp:chrome_strings | 1642 # GYP version: chrome/chrome_resources.gyp:chrome_strings |
| 1643 group("strings") { | 1643 group("strings") { |
| 1644 public_deps = [ | 1644 public_deps = [ |
| 1645 "//chrome/app:chromium_strings", | 1645 "//chrome/app:chromium_strings", |
| 1646 "//chrome/app:generated_resources", | 1646 "//chrome/app:generated_resources", |
| 1647 "//chrome/app:google_chrome_strings", | 1647 "//chrome/app:google_chrome_strings", |
| 1648 "//chrome/app:settings_chromium_strings", | |
| 1649 "//chrome/app:settings_google_chrome_strings", | |
| 1650 "//chrome/app:settings_strings", | |
| 1651 "//chrome/app/resources:locale_settings", | 1648 "//chrome/app/resources:locale_settings", |
| 1652 ] | 1649 ] |
| 1653 } | 1650 } |
| 1654 | 1651 |
| 1655 if (is_android) { | 1652 if (is_android) { |
| 1656 # GYP: //chrome/chrome.gyp:data_use_ui_message_enum_java | 1653 # GYP: //chrome/chrome.gyp:data_use_ui_message_enum_java |
| 1657 java_cpp_enum("data_use_ui_message_enum_javagen") { | 1654 java_cpp_enum("data_use_ui_message_enum_javagen") { |
| 1658 sources = [ | 1655 sources = [ |
| 1659 "browser/android/data_usage/data_use_tab_ui_manager_android.cc", | 1656 "browser/android/data_usage/data_use_tab_ui_manager_android.cc", |
| 1660 ] | 1657 ] |
| (...skipping 144 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1805 "//chrome/app/theme/$branding_path_component/product_logo_48.png", | 1802 "//chrome/app/theme/$branding_path_component/product_logo_48.png", |
| 1806 "//chrome/tools/build/linux/chrome-wrapper", | 1803 "//chrome/tools/build/linux/chrome-wrapper", |
| 1807 "//third_party/xdg-utils/scripts/xdg-mime", | 1804 "//third_party/xdg-utils/scripts/xdg-mime", |
| 1808 "//third_party/xdg-utils/scripts/xdg-settings", | 1805 "//third_party/xdg-utils/scripts/xdg-settings", |
| 1809 ] | 1806 ] |
| 1810 outputs = [ | 1807 outputs = [ |
| 1811 "$root_out_dir/{{source_file_part}}", | 1808 "$root_out_dir/{{source_file_part}}", |
| 1812 ] | 1809 ] |
| 1813 } | 1810 } |
| 1814 } | 1811 } |
| OLD | NEW |