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

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

Issue 2697463002: Convert utility process extension Unpacker IPC to mojo (Closed)
Patch Set: Set the IPC enum traits limit to extensions::Manifest::NUM_LOCATIONS - 1. Created 3 years, 9 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/chrome_build.gni") 5 import("//build/config/chrome_build.gni")
6 import("//build/config/compiler/compiler.gni") 6 import("//build/config/compiler/compiler.gni")
7 import("//build/config/crypto.gni") 7 import("//build/config/crypto.gni")
8 import("//build/config/features.gni") 8 import("//build/config/features.gni")
9 import("//build/config/ui.gni") 9 import("//build/config/ui.gni")
10 import("//chrome/common/features.gni") 10 import("//chrome/common/features.gni")
(...skipping 4103 matching lines...) Expand 10 before | Expand all | Expand 10 after
4114 "../common/extensions/permissions/settings_override_permission_unittest.cc ", 4114 "../common/extensions/permissions/settings_override_permission_unittest.cc ",
4115 "../common/extensions/sync_type_unittest.cc", 4115 "../common/extensions/sync_type_unittest.cc",
4116 "../renderer/extensions/extension_localization_peer_unittest.cc", 4116 "../renderer/extensions/extension_localization_peer_unittest.cc",
4117 "../renderer/extensions/renderer_permissions_policy_delegate_unittest.cc", 4117 "../renderer/extensions/renderer_permissions_policy_delegate_unittest.cc",
4118 "../renderer/media/cast_ipc_dispatcher_unittest.cc", 4118 "../renderer/media/cast_ipc_dispatcher_unittest.cc",
4119 "../utility/image_writer/image_writer_unittest.cc", 4119 "../utility/image_writer/image_writer_unittest.cc",
4120 ] 4120 ]
4121 deps += [ 4121 deps += [
4122 "//chrome/common/extensions/api", 4122 "//chrome/common/extensions/api",
4123 "//extensions:extensions_resources", 4123 "//extensions:extensions_resources",
4124 "//extensions/common",
4124 "//extensions/strings", 4125 "//extensions/strings",
4125 "//media/cast:test_support", 4126 "//media/cast:test_support",
4126 4127
4127 # This will add all of the unit tests for the schema compiler to this 4128 # This will add all of the unit tests for the schema compiler to this
4128 # target. 4129 # target.
4129 "//tools/json_schema_compiler/test:unit_tests", 4130 "//tools/json_schema_compiler/test:unit_tests",
4130 ] 4131 ]
4131 if (enable_service_discovery) { 4132 if (enable_service_discovery) {
4132 sources += [ 4133 sources += [
4133 "../browser/extensions/api/mdns/dns_sd_registry_unittest.cc", 4134 "../browser/extensions/api/mdns/dns_sd_registry_unittest.cc",
(...skipping 1048 matching lines...) Expand 10 before | Expand all | Expand 10 after
5182 } 5183 }
5183 5184
5184 if (is_win) { 5185 if (is_win) {
5185 loadable_module("conflicts_dll") { 5186 loadable_module("conflicts_dll") {
5186 testonly = true 5187 testonly = true
5187 sources = [ 5188 sources = [
5188 "conflicts/conflicts_dll.cc", 5189 "conflicts/conflicts_dll.cc",
5189 ] 5190 ]
5190 } 5191 }
5191 } 5192 }
OLDNEW
« no previous file with comments | « chrome/browser/extensions/zipfile_installer.cc ('k') | chrome/utility/chrome_content_utility_client.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698