Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(407)

Side by Side Diff: chrome/BUILD.gn

Issue 2927273002: Move code for old, deprecated Options UI to only ChromeOS (Closed)
Patch Set: check_gn_headers Created 3 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
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 1502 matching lines...) Expand 10 before | Expand all | Expand 10 after
1513 "//chrome/browser/resources:policy_resources", 1513 "//chrome/browser/resources:policy_resources",
1514 "//chrome/browser/resources:quota_internals_resources", 1514 "//chrome/browser/resources:quota_internals_resources",
1515 "//chrome/browser/resources:task_scheduler_internals_resources", 1515 "//chrome/browser/resources:task_scheduler_internals_resources",
1516 "//chrome/browser/resources:translate_internals_resources", 1516 "//chrome/browser/resources:translate_internals_resources",
1517 "//chrome/browser/resources:webapks_ui_resources", 1517 "//chrome/browser/resources:webapks_ui_resources",
1518 ] 1518 ]
1519 1519
1520 if (!is_android) { 1520 if (!is_android) {
1521 public_deps += [ 1521 public_deps += [
1522 "//chrome/browser/resources:component_extension_resources", 1522 "//chrome/browser/resources:component_extension_resources",
1523 "//chrome/browser/resources:options_resources",
1524 "//chrome/browser/resources:settings_resources", 1523 "//chrome/browser/resources:settings_resources",
1525 ] 1524 ]
1526 } 1525 }
1527 1526
1528 if (is_chromeos) { 1527 if (is_chromeos) {
1529 public_deps += [ "//chrome/browser/resources/chromeos/chromevox" ] 1528 public_deps += [
1530 public_deps += [ "//chrome/browser/resources/chromeos/select_to_speak" ] 1529 "//chrome/browser/resources:options_resources",
1531 public_deps += [ "//chrome/browser/resources/chromeos/switch_access" ] 1530 "//chrome/browser/resources/chromeos/chromevox",
1531 "//chrome/browser/resources/chromeos/select_to_speak",
1532 "//chrome/browser/resources/chromeos/switch_access",
1533 ]
1532 } 1534 }
1533 1535
1534 if (enable_extensions) { 1536 if (enable_extensions) {
1535 public_deps += 1537 public_deps +=
1536 [ "//chrome/browser/resources:sync_file_system_internals_resources" ] 1538 [ "//chrome/browser/resources:sync_file_system_internals_resources" ]
1537 } 1539 }
1538 } 1540 }
1539 1541
1540 if (is_chrome_branded && !is_android) { 1542 if (is_chrome_branded && !is_android) {
1541 if (!is_mac) { 1543 if (!is_mac) {
(...skipping 257 matching lines...) Expand 10 before | Expand all | Expand 10 after
1799 "//chrome/app/theme/$branding_path_component/product_logo_48.png", 1801 "//chrome/app/theme/$branding_path_component/product_logo_48.png",
1800 "//chrome/tools/build/linux/chrome-wrapper", 1802 "//chrome/tools/build/linux/chrome-wrapper",
1801 "//third_party/xdg-utils/scripts/xdg-mime", 1803 "//third_party/xdg-utils/scripts/xdg-mime",
1802 "//third_party/xdg-utils/scripts/xdg-settings", 1804 "//third_party/xdg-utils/scripts/xdg-settings",
1803 ] 1805 ]
1804 outputs = [ 1806 outputs = [
1805 "$root_out_dir/{{source_file_part}}", 1807 "$root_out_dir/{{source_file_part}}",
1806 ] 1808 ]
1807 } 1809 }
1808 } 1810 }
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/extensions/api/font_settings/font_settings_api.cc » ('j') | chrome/browser/ui/BUILD.gn » ('J')

Powered by Google App Engine
This is Rietveld 408576698