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