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

Side by Side Diff: extensions/BUILD.gn

Issue 473913006: Move InfoMapTest to extensions_unittests (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: (info-map) similarity Created 6 years, 4 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 | Annotate | Revision Log
« no previous file with comments | « chrome/chrome_tests_unit.gypi ('k') | extensions/browser/info_map_unittest.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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("//tools/grit/grit_rule.gni") 5 import("//tools/grit/grit_rule.gni")
6 import("//tools/grit/repack.gni") 6 import("//tools/grit/repack.gni")
7 7
8 # GYP version: extensions/extensions_resources.gyp:extensions_resources 8 # GYP version: extensions/extensions_resources.gyp:extensions_resources
9 group("extensions_resources") { 9 group("extensions_resources") {
10 deps = [ 10 deps = [
(...skipping 120 matching lines...) Expand 10 before | Expand all | Expand 10 after
131 # TODO(GYP): Enable this link errors are fixed. 131 # TODO(GYP): Enable this link errors are fixed.
132 if (false) { 132 if (false) {
133 # TODO(tfarina): Many extension unit tests run as part of Chrome"s 133 # TODO(tfarina): Many extension unit tests run as part of Chrome"s
134 # unit_tests target. They should be moved here, which may require some 134 # unit_tests target. They should be moved here, which may require some
135 # refactoring (ExtensionsBrowserClient, TestingProfile, etc.). 135 # refactoring (ExtensionsBrowserClient, TestingProfile, etc.).
136 # http://crbug.com/348066 136 # http://crbug.com/348066
137 test("unittests") { 137 test("unittests") {
138 output_name = "extensions_unittests" 138 output_name = "extensions_unittests"
139 139
140 sources = [ 140 sources = [
141 "browser/info_map_unittest.cc",
141 "browser/process_manager_unittest.cc", 142 "browser/process_manager_unittest.cc",
142 "common/api/sockets/sockets_manifest_permission_unittest.cc", 143 "common/api/sockets/sockets_manifest_permission_unittest.cc",
143 "common/csp_validator_unittest.cc", 144 "common/csp_validator_unittest.cc",
144 "common/event_filter_unittest.cc", 145 "common/event_filter_unittest.cc",
145 "common/id_util_unittest.cc", 146 "common/id_util_unittest.cc",
146 "common/one_shot_event_unittest.cc", 147 "common/one_shot_event_unittest.cc",
147 "common/permissions/manifest_permission_set_unittest.cc", 148 "common/permissions/manifest_permission_set_unittest.cc",
148 "common/user_script_unittest.cc", 149 "common/user_script_unittest.cc",
149 "renderer/activity_log_converter_strategy_unittest.cc", 150 "renderer/activity_log_converter_strategy_unittest.cc",
150 "renderer/api/serial/data_receiver_unittest.cc", 151 "renderer/api/serial/data_receiver_unittest.cc",
(...skipping 34 matching lines...) Expand 10 before | Expand all | Expand 10 after
185 "//testing/gtest", 186 "//testing/gtest",
186 ] 187 ]
187 188
188 if (is_win) { 189 if (is_win) {
189 deps += [ 190 deps += [
190 "//base/allocator", 191 "//base/allocator",
191 ] 192 ]
192 } 193 }
193 } 194 }
194 } 195 }
OLDNEW
« no previous file with comments | « chrome/chrome_tests_unit.gypi ('k') | extensions/browser/info_map_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698