| 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 814 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 825 if (is_win) { | 825 if (is_win) { |
| 826 sources += | 826 sources += |
| 827 rebase_path(gypi_values.chrome_browser_win_sources, ".", "//chrome") | 827 rebase_path(gypi_values.chrome_browser_win_sources, ".", "//chrome") |
| 828 public_deps += [ | 828 public_deps += [ |
| 829 "//ui/views", | 829 "//ui/views", |
| 830 "//ui/views/controls/webview", | 830 "//ui/views/controls/webview", |
| 831 ] | 831 ] |
| 832 deps += [ | 832 deps += [ |
| 833 ":chrome_process_finder", | 833 ":chrome_process_finder", |
| 834 "//chrome/chrome_watcher:client", | 834 "//chrome/chrome_watcher:client", |
| 835 "//chrome/chrome_watcher:kasko_util", |
| 835 "//chrome/common:version_header", | 836 "//chrome/common:version_header", |
| 836 "//chrome/installer/util:strings", | 837 "//chrome/installer/util:strings", |
| 837 "//chrome_elf", | 838 "//chrome_elf", |
| 838 "//chrome_elf:constants", | 839 "//chrome_elf:constants", |
| 839 "//chrome_elf:dll_hash", | 840 "//chrome_elf:dll_hash", |
| 840 "//components/browser_watcher", | 841 "//components/browser_watcher", |
| 841 "//components/browser_watcher:browser_watcher_client", | 842 "//components/browser_watcher:browser_watcher_client", |
| 842 "//components/startup_metric_utils/common", | 843 "//components/startup_metric_utils/common", |
| 843 "//google_update", | 844 "//google_update", |
| 844 "//third_party/iaccessible2", | 845 "//third_party/iaccessible2", |
| (...skipping 483 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1328 rebase_path(gypi_values.chrome_browser_rlz_sources, ".", "//chrome") | 1329 rebase_path(gypi_values.chrome_browser_rlz_sources, ".", "//chrome") |
| 1329 deps = [ | 1330 deps = [ |
| 1330 "//components/google/core/browser", | 1331 "//components/google/core/browser", |
| 1331 "//components/omnibox/browser", | 1332 "//components/omnibox/browser", |
| 1332 "//components/rlz", | 1333 "//components/rlz", |
| 1333 "//components/search_engines", | 1334 "//components/search_engines", |
| 1334 "//rlz:rlz_lib", | 1335 "//rlz:rlz_lib", |
| 1335 ] | 1336 ] |
| 1336 } | 1337 } |
| 1337 } | 1338 } |
| OLD | NEW |