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

Side by Side Diff: chrome/browser/BUILD.gn

Issue 1630923002: Remove PRODUCT_STRING_PATH from chrome_constants.h on Windows. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@c2_rm_PSP_profile_resetter
Patch Set: de-dup is_win blocks in GN too Created 4 years, 8 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/crypto.gni") 6 import("//build/config/crypto.gni")
7 import("//build/config/features.gni") 7 import("//build/config/features.gni")
8 import("//build/config/ui.gni") 8 import("//build/config/ui.gni")
9 import("//chrome/common/features.gni") 9 import("//chrome/common/features.gni")
10 import("//media/media_options.gni") 10 import("//media/media_options.gni")
(...skipping 421 matching lines...) Expand 10 before | Expand all | Expand 10 after
432 ] 432 ]
433 } 433 }
434 if (is_mac) { 434 if (is_mac) {
435 sources += 435 sources +=
436 rebase_path(gypi_values.chrome_browser_mac_sources, ".", "//chrome") 436 rebase_path(gypi_values.chrome_browser_mac_sources, ".", "//chrome")
437 deps += [ 437 deps += [
438 "//chrome/app_shim", 438 "//chrome/app_shim",
439 "//chrome/browser/apps/app_shim", 439 "//chrome/browser/apps/app_shim",
440 ] 440 ]
441 } 441 }
442 if (is_win) {
443 deps += [ "//chrome:file_pre_reader" ]
444 }
445 if (is_mac || is_android) { 442 if (is_mac || is_android) {
446 sources += rebase_path( 443 sources += rebase_path(
447 gypi_values.chrome_browser_password_manager_mac_android_sources, 444 gypi_values.chrome_browser_password_manager_mac_android_sources,
448 ".", 445 ".",
449 "//chrome") 446 "//chrome")
450 } 447 }
451 if (enable_extensions) { 448 if (enable_extensions) {
452 public_deps += [ "//chrome/browser/extensions" ] 449 public_deps += [ "//chrome/browser/extensions" ]
453 deps += [ 450 deps += [
454 "//chrome/browser/sync_file_system/drive_backend:sync_file_system_drive_pr oto", 451 "//chrome/browser/sync_file_system/drive_backend:sync_file_system_drive_pr oto",
(...skipping 374 matching lines...) Expand 10 before | Expand all | Expand 10 after
829 826
830 if (is_win) { 827 if (is_win) {
831 sources += 828 sources +=
832 rebase_path(gypi_values.chrome_browser_win_sources, ".", "//chrome") 829 rebase_path(gypi_values.chrome_browser_win_sources, ".", "//chrome")
833 public_deps += [ 830 public_deps += [
834 "//ui/views", 831 "//ui/views",
835 "//ui/views/controls/webview", 832 "//ui/views/controls/webview",
836 ] 833 ]
837 deps += [ 834 deps += [
838 ":chrome_process_finder", 835 ":chrome_process_finder",
836 "//chrome:file_pre_reader",
839 "//chrome/chrome_watcher:client", 837 "//chrome/chrome_watcher:client",
840 "//chrome/chrome_watcher:kasko_util", 838 "//chrome/chrome_watcher:kasko_util",
839 "//chrome/common:metrics_constants_util_win",
841 "//chrome/common:version_header", 840 "//chrome/common:version_header",
842 "//chrome/installer/util:strings", 841 "//chrome/installer/util:strings",
843 "//chrome_elf", 842 "//chrome_elf",
844 "//chrome_elf:constants", 843 "//chrome_elf:constants",
845 "//chrome_elf:dll_hash", 844 "//chrome_elf:dll_hash",
846 "//components/browser_watcher", 845 "//components/browser_watcher",
847 "//components/browser_watcher:browser_watcher_client", 846 "//components/browser_watcher:browser_watcher_client",
848 "//components/startup_metric_utils/common", 847 "//components/startup_metric_utils/common",
849 "//google_update", 848 "//google_update",
850 "//third_party/iaccessible2", 849 "//third_party/iaccessible2",
(...skipping 485 matching lines...) Expand 10 before | Expand all | Expand 10 after
1336 rebase_path(gypi_values.chrome_browser_rlz_sources, ".", "//chrome") 1335 rebase_path(gypi_values.chrome_browser_rlz_sources, ".", "//chrome")
1337 deps = [ 1336 deps = [
1338 "//components/google/core/browser", 1337 "//components/google/core/browser",
1339 "//components/omnibox/browser", 1338 "//components/omnibox/browser",
1340 "//components/rlz", 1339 "//components/rlz",
1341 "//components/search_engines", 1340 "//components/search_engines",
1342 "//rlz:rlz_lib", 1341 "//rlz:rlz_lib",
1343 ] 1342 ]
1344 } 1343 }
1345 } 1344 }
OLDNEW
« no previous file with comments | « chrome/app/main_dll_loader_win.cc ('k') | chrome/browser/metrics/chrome_metrics_service_client.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698