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

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

Issue 832583007: Add GN files for chrome_elf (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix issues after review. Created 5 years, 11 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/renderer/BUILD.gn » ('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/crypto.gni") 5 import("//build/config/crypto.gni")
6 import("//build/config/features.gni") 6 import("//build/config/features.gni")
7 import("//build/config/ui.gni") 7 import("//build/config/ui.gni")
8 import("//components/nacl/nacl_defines.gni") 8 import("//components/nacl/nacl_defines.gni")
9 9
10 # //build/config/android/rules.gni imports //tools/grit/grit_rule.gni, which 10 # //build/config/android/rules.gni imports //tools/grit/grit_rule.gni, which
(...skipping 624 matching lines...) Expand 10 before | Expand all | Expand 10 after
635 "google/did_run_updater_win.h", 635 "google/did_run_updater_win.h",
636 ] 636 ]
637 } 637 }
638 public_deps += [ 638 public_deps += [
639 "//ui/views", 639 "//ui/views",
640 "//ui/views/controls/webview", 640 "//ui/views/controls/webview",
641 ] 641 ]
642 deps += [ 642 deps += [
643 "//chrome:version_header", 643 "//chrome:version_header",
644 "//chrome/installer/util:strings", 644 "//chrome/installer/util:strings",
645 "//chrome_elf",
646 "//chrome_elf:constants",
647 "//chrome_elf:dll_hash",
645 "//google_update", 648 "//google_update",
646 "//third_party/iaccessible2", 649 "//third_party/iaccessible2",
647 "//third_party/isimpledom", 650 "//third_party/isimpledom",
648 "//third_party/wtl", 651 "//third_party/wtl",
649 652
650 #"chrome_process_finder", TODO(GYP) 653 #"chrome_process_finder", TODO(GYP)
651 #"../chrome_elf/chrome_elf.gyp:chrome_elf", TODO(GYP)
652 #"../chrome_elf/chrome_elf.gyp:chrome_elf_constants", TODO(GYP)
653 #"../chrome_elf/chrome_elf.gyp:dll_hash", TODO(GYP)
654 "//ui/metro_viewer", 654 "//ui/metro_viewer",
655 "//win8:metro_viewer", 655 "//win8:metro_viewer",
656 ] 656 ]
657 } else { 657 } else {
658 # Non-Windows. 658 # Non-Windows.
659 sources += 659 sources +=
660 rebase_path(gypi_values.chrome_browser_non_win_sources, ".", "//chrome") 660 rebase_path(gypi_values.chrome_browser_non_win_sources, ".", "//chrome")
661 if (toolkit_views) { 661 if (toolkit_views) {
662 deps += [ 662 deps += [
663 "//ui/views", 663 "//ui/views",
(...skipping 400 matching lines...) Expand 10 before | Expand all | Expand 10 after
1064 ] 1064 ]
1065 } 1065 }
1066 1066
1067 if (enable_wifi_bootstrapping) { 1067 if (enable_wifi_bootstrapping) {
1068 sources += [ 1068 sources += [
1069 "local_discovery/wifi/mock_wifi_manager.cc", 1069 "local_discovery/wifi/mock_wifi_manager.cc",
1070 "local_discovery/wifi/mock_wifi_manager.h", 1070 "local_discovery/wifi/mock_wifi_manager.h",
1071 ] 1071 ]
1072 } 1072 }
1073 } 1073 }
OLDNEW
« no previous file with comments | « chrome/BUILD.gn ('k') | chrome/renderer/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698