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

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

Issue 1602403002: Revert of Remove remote tree host and some related input and metro_driver code (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@metro-mode-3
Patch Set: Created 4 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 | « build/gn_migration.gypi ('k') | chrome/browser/browser_process_platform_part.h » ('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("//chrome/common/features.gni") 9 import("//chrome/common/features.gni")
10 import("//media/media_options.gni") 10 import("//media/media_options.gni")
(...skipping 840 matching lines...) Expand 10 before | Expand all | Expand 10 after
851 "//chrome_elf", 851 "//chrome_elf",
852 "//chrome_elf:constants", 852 "//chrome_elf:constants",
853 "//chrome_elf:dll_hash", 853 "//chrome_elf:dll_hash",
854 "//components/browser_watcher", 854 "//components/browser_watcher",
855 "//components/browser_watcher:browser_watcher_client", 855 "//components/browser_watcher:browser_watcher_client",
856 "//google_update", 856 "//google_update",
857 "//third_party/iaccessible2", 857 "//third_party/iaccessible2",
858 "//third_party/isimpledom", 858 "//third_party/isimpledom",
859 "//third_party/wtl", 859 "//third_party/wtl",
860 "//ui/metro_viewer", 860 "//ui/metro_viewer",
861 "//win8:metro_viewer",
861 ] 862 ]
862 863
863 all_dependent_configs = [ ":browser_win_linker_flags" ] 864 all_dependent_configs = [ ":browser_win_linker_flags" ]
864 865
865 if (!is_chrome_branded) { 866 if (!is_chrome_branded) {
866 deps -= [ "//google_update" ] 867 deps -= [ "//google_update" ]
867 sources -= [ 868 sources -= [
868 "google/did_run_updater_win.cc", 869 "google/did_run_updater_win.cc",
869 "google/did_run_updater_win.h", 870 "google/did_run_updater_win.h",
870 "google/google_update_win.cc", 871 "google/google_update_win.cc",
(...skipping 459 matching lines...) Expand 10 before | Expand all | Expand 10 after
1330 rebase_path(gypi_values.chrome_browser_rlz_sources, ".", "//chrome") 1331 rebase_path(gypi_values.chrome_browser_rlz_sources, ".", "//chrome")
1331 deps = [ 1332 deps = [
1332 "//components/google/core/browser", 1333 "//components/google/core/browser",
1333 "//components/omnibox/browser", 1334 "//components/omnibox/browser",
1334 "//components/rlz", 1335 "//components/rlz",
1335 "//components/search_engines", 1336 "//components/search_engines",
1336 "//rlz:rlz_lib", 1337 "//rlz:rlz_lib",
1337 ] 1338 ]
1338 } 1339 }
1339 } 1340 }
OLDNEW
« no previous file with comments | « build/gn_migration.gypi ('k') | chrome/browser/browser_process_platform_part.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698