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

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

Issue 1405633002: Cleanup chrome/version.h handling (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Building Chrome is hard Created 5 years, 2 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
« no previous file with comments | « chrome/BUILD.gn ('k') | chrome/browser/chrome_elf_init_unittest_win.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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("//third_party/protobuf/proto_library.gni") 9 import("//third_party/protobuf/proto_library.gni")
10 10
(...skipping 747 matching lines...) Expand 10 before | Expand all | Expand 10 after
758 758
759 if (is_win) { 759 if (is_win) {
760 sources += 760 sources +=
761 rebase_path(gypi_values.chrome_browser_win_sources, ".", "//chrome") 761 rebase_path(gypi_values.chrome_browser_win_sources, ".", "//chrome")
762 public_deps += [ 762 public_deps += [
763 "//ui/views", 763 "//ui/views",
764 "//ui/views/controls/webview", 764 "//ui/views/controls/webview",
765 ] 765 ]
766 deps += [ 766 deps += [
767 ":chrome_process_finder", 767 ":chrome_process_finder",
768 "//chrome:version_header", 768 "//chrome/common:version_header",
769 "//chrome/installer/util:strings", 769 "//chrome/installer/util:strings",
770 "//chrome_elf", 770 "//chrome_elf",
771 "//chrome_elf:constants", 771 "//chrome_elf:constants",
772 "//chrome_elf:dll_hash", 772 "//chrome_elf:dll_hash",
773 "//components/browser_watcher", 773 "//components/browser_watcher",
774 "//components/browser_watcher:browser_watcher_client", 774 "//components/browser_watcher:browser_watcher_client",
775 "//google_update", 775 "//google_update",
776 "//third_party/iaccessible2", 776 "//third_party/iaccessible2",
777 "//third_party/isimpledom", 777 "//third_party/isimpledom",
778 "//third_party/wtl", 778 "//third_party/wtl",
(...skipping 474 matching lines...) Expand 10 before | Expand all | Expand 10 after
1253 rebase_path(gypi_values.chrome_browser_rlz_sources, ".", "//chrome") 1253 rebase_path(gypi_values.chrome_browser_rlz_sources, ".", "//chrome")
1254 deps = [ 1254 deps = [
1255 "//components/google/core/browser", 1255 "//components/google/core/browser",
1256 "//components/omnibox/browser", 1256 "//components/omnibox/browser",
1257 "//components/rlz", 1257 "//components/rlz",
1258 "//components/search_engines", 1258 "//components/search_engines",
1259 "//rlz:rlz_lib", 1259 "//rlz:rlz_lib",
1260 ] 1260 ]
1261 } 1261 }
1262 } 1262 }
OLDNEW
« no previous file with comments | « chrome/BUILD.gn ('k') | chrome/browser/chrome_elf_init_unittest_win.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698