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 835 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
846 deps += [ | 846 deps += [ |
847 ":chrome_process_finder", | 847 ":chrome_process_finder", |
848 "//chrome/chrome_watcher:client", | 848 "//chrome/chrome_watcher:client", |
849 "//chrome/common:version_header", | 849 "//chrome/common:version_header", |
850 "//chrome/installer/util:strings", | 850 "//chrome/installer/util:strings", |
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 "//components/startup_metric_utils/common", |
856 "//google_update", | 857 "//google_update", |
857 "//third_party/iaccessible2", | 858 "//third_party/iaccessible2", |
858 "//third_party/isimpledom", | 859 "//third_party/isimpledom", |
859 "//third_party/wtl", | 860 "//third_party/wtl", |
860 "//ui/metro_viewer", | 861 "//ui/metro_viewer", |
861 "//win8:metro_viewer", | 862 "//win8:metro_viewer", |
862 ] | 863 ] |
863 | 864 |
864 all_dependent_configs = [ ":browser_win_linker_flags" ] | 865 all_dependent_configs = [ ":browser_win_linker_flags" ] |
865 | 866 |
(...skipping 465 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1331 rebase_path(gypi_values.chrome_browser_rlz_sources, ".", "//chrome") | 1332 rebase_path(gypi_values.chrome_browser_rlz_sources, ".", "//chrome") |
1332 deps = [ | 1333 deps = [ |
1333 "//components/google/core/browser", | 1334 "//components/google/core/browser", |
1334 "//components/omnibox/browser", | 1335 "//components/omnibox/browser", |
1335 "//components/rlz", | 1336 "//components/rlz", |
1336 "//components/search_engines", | 1337 "//components/search_engines", |
1337 "//rlz:rlz_lib", | 1338 "//rlz:rlz_lib", |
1338 ] | 1339 ] |
1339 } | 1340 } |
1340 } | 1341 } |
OLD | NEW |