OLD | NEW |
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 Loading... |
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", | |
862 ] | 861 ] |
863 | 862 |
864 all_dependent_configs = [ ":browser_win_linker_flags" ] | 863 all_dependent_configs = [ ":browser_win_linker_flags" ] |
865 | 864 |
866 if (!is_chrome_branded) { | 865 if (!is_chrome_branded) { |
867 deps -= [ "//google_update" ] | 866 deps -= [ "//google_update" ] |
868 sources -= [ | 867 sources -= [ |
869 "google/did_run_updater_win.cc", | 868 "google/did_run_updater_win.cc", |
870 "google/did_run_updater_win.h", | 869 "google/did_run_updater_win.h", |
871 "google/google_update_win.cc", | 870 "google/google_update_win.cc", |
(...skipping 459 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1331 rebase_path(gypi_values.chrome_browser_rlz_sources, ".", "//chrome") | 1330 rebase_path(gypi_values.chrome_browser_rlz_sources, ".", "//chrome") |
1332 deps = [ | 1331 deps = [ |
1333 "//components/google/core/browser", | 1332 "//components/google/core/browser", |
1334 "//components/omnibox/browser", | 1333 "//components/omnibox/browser", |
1335 "//components/rlz", | 1334 "//components/rlz", |
1336 "//components/search_engines", | 1335 "//components/search_engines", |
1337 "//rlz:rlz_lib", | 1336 "//rlz:rlz_lib", |
1338 ] | 1337 ] |
1339 } | 1338 } |
1340 } | 1339 } |
OLD | NEW |