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 633 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
644 "//chrome/installer/util:strings", | 644 "//chrome/installer/util:strings", |
645 "//third_party/iaccessible2", | 645 "//third_party/iaccessible2", |
646 "//third_party/isimpledom", | 646 "//third_party/isimpledom", |
647 "//third_party/wtl", | 647 "//third_party/wtl", |
648 | 648 |
649 #"chrome_process_finder", TODO(GYP) | 649 #"chrome_process_finder", TODO(GYP) |
650 #"../chrome_elf/chrome_elf.gyp:chrome_elf", TODO(GYP) | 650 #"../chrome_elf/chrome_elf.gyp:chrome_elf", TODO(GYP) |
651 #"../chrome_elf/chrome_elf.gyp:chrome_elf_constants", TODO(GYP) | 651 #"../chrome_elf/chrome_elf.gyp:chrome_elf_constants", TODO(GYP) |
652 #"../chrome_elf/chrome_elf.gyp:dll_hash", TODO(GYP) | 652 #"../chrome_elf/chrome_elf.gyp:dll_hash", TODO(GYP) |
653 #"../google_update/google_update.gyp:google_update", TODO(GYP) | 653 #"../google_update/google_update.gyp:google_update", TODO(GYP) |
654 #"../ui/metro_viewer/metro_viewer.gyp:metro_viewer_messages", TODO(GYP) | 654 "//ui/metro_viewer", |
655 #"../win8/win8.gyp:metro_viewer", TODO(GYP) | 655 "//win8:metro_viewer", |
656 ] | 656 ] |
657 } else { | 657 } else { |
658 # Non-Windows. | 658 # Non-Windows. |
659 sources += | 659 sources += |
660 rebase_path(gypi_values.chrome_browser_non_win_sources, ".", "//chrome") | 660 rebase_path(gypi_values.chrome_browser_non_win_sources, ".", "//chrome") |
661 if (toolkit_views) { | 661 if (toolkit_views) { |
662 deps += [ | 662 deps += [ |
663 "//ui/views", | 663 "//ui/views", |
664 "//ui/views/controls/webview", | 664 "//ui/views/controls/webview", |
665 ] | 665 ] |
(...skipping 392 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1058 ] | 1058 ] |
1059 } | 1059 } |
1060 | 1060 |
1061 if (enable_wifi_bootstrapping) { | 1061 if (enable_wifi_bootstrapping) { |
1062 sources += [ | 1062 sources += [ |
1063 "local_discovery/wifi/mock_wifi_manager.cc", | 1063 "local_discovery/wifi/mock_wifi_manager.cc", |
1064 "local_discovery/wifi/mock_wifi_manager.h", | 1064 "local_discovery/wifi/mock_wifi_manager.h", |
1065 ] | 1065 ] |
1066 } | 1066 } |
1067 } | 1067 } |
OLD | NEW |