Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(115)

Side by Side Diff: chrome/test/BUILD.gn

Issue 875373002: First implementation of chrome.platformKeys. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@cert_idl
Patch Set: Fix .gn file. Created 5 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
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("//build/module_args/v8.gni") 8 import("//build/module_args/v8.gni")
9 import("//testing/test.gni") 9 import("//testing/test.gni")
10 10
(...skipping 777 matching lines...) Expand 10 before | Expand all | Expand 10 after
788 ] 788 ]
789 deps += [ 789 deps += [
790 "//dbus", 790 "//dbus",
791 "//dbus:test_support", 791 "//dbus:test_support",
792 792
793 #"//ui/login:resources", TODO(GYP) 793 #"//ui/login:resources", TODO(GYP)
794 ] 794 ]
795 } else { 795 } else {
796 sources -= [ 796 sources -= [
797 "../browser/extensions/api/enterprise_platform_keys/enterprise_platform_ keys_apitest_nss.cc", 797 "../browser/extensions/api/enterprise_platform_keys/enterprise_platform_ keys_apitest_nss.cc",
798 "../browser/extensions/api/platform_keys/platform_keys_apitest_nss.cc",
798 "../browser/extensions/api/terminal/terminal_private_apitest.cc", 799 "../browser/extensions/api/terminal/terminal_private_apitest.cc",
799 "../browser/invalidation/profile_invalidation_provider_factory_browserte st.cc", 800 "../browser/invalidation/profile_invalidation_provider_factory_browserte st.cc",
800 "../browser/net/nss_context_chromeos_browsertest.cc", 801 "../browser/net/nss_context_chromeos_browsertest.cc",
801 "../browser/ui/ash/keyboard_controller_browsertest.cc", 802 "../browser/ui/ash/keyboard_controller_browsertest.cc",
802 "data/webui/certificate_viewer_ui_test-inl.h", 803 "data/webui/certificate_viewer_ui_test-inl.h",
803 ] 804 ]
804 if (toolkit_views) { 805 if (toolkit_views) {
805 sources -= [ "../browser/ui/views/select_file_dialog_extension_browserte st.cc" ] 806 sources -= [ "../browser/ui/views/select_file_dialog_extension_browserte st.cc" ]
806 } 807 }
807 } 808 }
(...skipping 862 matching lines...) Expand 10 before | Expand all | Expand 10 after
1670 } 1671 }
1671 if (use_ozone) { 1672 if (use_ozone) {
1672 # crbug.com/354036 1673 # crbug.com/354036
1673 sources -= [ "../browser/chromeos/events/event_rewriter_unittest.cc" ] 1674 sources -= [ "../browser/chromeos/events/event_rewriter_unittest.cc" ]
1674 } 1675 }
1675 if (!enable_plugin_installation) { 1676 if (!enable_plugin_installation) {
1676 sources -= [ "../browser/plugins/plugin_installer_unittest.cc" ] 1677 sources -= [ "../browser/plugins/plugin_installer_unittest.cc" ]
1677 } 1678 }
1678 } 1679 }
1679 } 1680 }
OLDNEW
« no previous file with comments | « chrome/renderer/resources/renderer_resources.grd ('k') | chrome/test/data/extensions/api_test/platform_keys/OWNERS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698