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 # //build/config/android/rules.gni imports //tools/grit/grit_rule.gni, which | 9 # //build/config/android/rules.gni imports //tools/grit/grit_rule.gni, which |
10 # produces a conflict for the "grit" template so we have to only include one. | 10 # produces a conflict for the "grit" template so we have to only include one. |
(...skipping 874 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
885 "drive/dummy_drive_service.cc", | 885 "drive/dummy_drive_service.cc", |
886 "drive/dummy_drive_service.h", | 886 "drive/dummy_drive_service.h", |
887 "drive/fake_drive_service.cc", | 887 "drive/fake_drive_service.cc", |
888 "drive/fake_drive_service.h", | 888 "drive/fake_drive_service.h", |
889 "drive/test_util.cc", | 889 "drive/test_util.cc", |
890 "drive/test_util.h", | 890 "drive/test_util.h", |
891 "extensions/api/messaging/native_messaging_test_util.cc", | 891 "extensions/api/messaging/native_messaging_test_util.cc", |
892 "extensions/api/messaging/native_messaging_test_util.h", | 892 "extensions/api/messaging/native_messaging_test_util.h", |
893 "extensions/extension_notification_observer.cc", | 893 "extensions/extension_notification_observer.cc", |
894 "extensions/extension_notification_observer.h", | 894 "extensions/extension_notification_observer.h", |
895 "extensions/extension_test_message_listener.cc", | |
896 "extensions/extension_test_message_listener.h", | |
897 "extensions/mock_extension_special_storage_policy.cc", | 895 "extensions/mock_extension_special_storage_policy.cc", |
898 "extensions/mock_extension_special_storage_policy.h", | 896 "extensions/mock_extension_special_storage_policy.h", |
899 "extensions/test_blacklist.cc", | 897 "extensions/test_blacklist.cc", |
900 "extensions/test_blacklist.h", | 898 "extensions/test_blacklist.h", |
901 "extensions/test_blacklist_state_fetcher.cc", | 899 "extensions/test_blacklist_state_fetcher.cc", |
902 "extensions/test_blacklist_state_fetcher.h", | 900 "extensions/test_blacklist_state_fetcher.h", |
903 "extensions/test_extension_environment.cc", | 901 "extensions/test_extension_environment.cc", |
904 "extensions/test_extension_environment.h", | 902 "extensions/test_extension_environment.h", |
905 "extensions/test_extension_prefs.cc", | 903 "extensions/test_extension_prefs.cc", |
906 "extensions/test_extension_prefs.h", | 904 "extensions/test_extension_prefs.h", |
(...skipping 23 matching lines...) Expand all Loading... |
930 ] | 928 ] |
931 } | 929 } |
932 | 930 |
933 if (enable_wifi_bootstrapping) { | 931 if (enable_wifi_bootstrapping) { |
934 sources += [ | 932 sources += [ |
935 "local_discovery/wifi/mock_wifi_manager.cc", | 933 "local_discovery/wifi/mock_wifi_manager.cc", |
936 "local_discovery/wifi/mock_wifi_manager.h", | 934 "local_discovery/wifi/mock_wifi_manager.h", |
937 ] | 935 ] |
938 } | 936 } |
939 } | 937 } |
OLD | NEW |