| 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/crypto.gni") | 5 import("//build/config/crypto.gni") |
| 6 import("//build/config/features.gni") | 6 import("//build/config/features.gni") |
| 7 import("//build/config/ui.gni") | 7 import("//build/config/ui.gni") |
| 8 import("//components/nacl/nacl_defines.gni") | 8 import("//components/nacl/nacl_defines.gni") |
| 9 | 9 |
| 10 # //build/config/android/rules.gni imports //tools/grit/grit_rule.gni, which | 10 # //build/config/android/rules.gni imports //tools/grit/grit_rule.gni, which |
| (...skipping 622 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 633 "google/did_run_updater_win.h", | 633 "google/did_run_updater_win.h", |
| 634 ] | 634 ] |
| 635 } | 635 } |
| 636 public_deps += [ | 636 public_deps += [ |
| 637 "//ui/views", | 637 "//ui/views", |
| 638 "//ui/views/controls/webview", | 638 "//ui/views/controls/webview", |
| 639 ] | 639 ] |
| 640 deps += [ | 640 deps += [ |
| 641 "//chrome:version_header", | 641 "//chrome:version_header", |
| 642 "//chrome/installer/util:strings", | 642 "//chrome/installer/util:strings", |
| 643 "//chrome_elf", |
| 644 "//chrome_elf:chrome_elf_constants", |
| 645 "//chrome_elf:dll_hash", |
| 643 "//third_party/iaccessible2", | 646 "//third_party/iaccessible2", |
| 644 "//third_party/isimpledom", | 647 "//third_party/isimpledom", |
| 645 "//third_party/wtl", | 648 "//third_party/wtl", |
| 646 | 649 |
| 647 #"chrome_process_finder", TODO(GYP) | 650 #"chrome_process_finder", TODO(GYP) |
| 648 #"../chrome_elf/chrome_elf.gyp:chrome_elf", TODO(GYP) | |
| 649 #"../chrome_elf/chrome_elf.gyp:chrome_elf_constants", TODO(GYP) | |
| 650 #"../chrome_elf/chrome_elf.gyp:dll_hash", TODO(GYP) | |
| 651 #"../google_update/google_update.gyp:google_update", TODO(GYP) | 651 #"../google_update/google_update.gyp:google_update", TODO(GYP) |
| 652 "//ui/metro_viewer", | 652 "//ui/metro_viewer", |
| 653 "//win8:metro_viewer", | 653 "//win8:metro_viewer", |
| 654 ] | 654 ] |
| 655 } else { | 655 } else { |
| 656 # Non-Windows. | 656 # Non-Windows. |
| 657 sources += | 657 sources += |
| 658 rebase_path(gypi_values.chrome_browser_non_win_sources, ".", "//chrome") | 658 rebase_path(gypi_values.chrome_browser_non_win_sources, ".", "//chrome") |
| 659 if (toolkit_views) { | 659 if (toolkit_views) { |
| 660 deps += [ | 660 deps += [ |
| (...skipping 401 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1062 ] | 1062 ] |
| 1063 } | 1063 } |
| 1064 | 1064 |
| 1065 if (enable_wifi_bootstrapping) { | 1065 if (enable_wifi_bootstrapping) { |
| 1066 sources += [ | 1066 sources += [ |
| 1067 "local_discovery/wifi/mock_wifi_manager.cc", | 1067 "local_discovery/wifi/mock_wifi_manager.cc", |
| 1068 "local_discovery/wifi/mock_wifi_manager.h", | 1068 "local_discovery/wifi/mock_wifi_manager.h", |
| 1069 ] | 1069 ] |
| 1070 } | 1070 } |
| 1071 } | 1071 } |
| OLD | NEW |