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

Side by Side Diff: extensions/BUILD.gn

Issue 823283005: Revert of Add GN interactive UI tests (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@tests
Patch Set: Created 5 years, 11 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
« no previous file with comments | « chrome/test/BUILD.gn ('k') | google_apis/google_apis.gyp » ('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 assert(enable_extensions) 8 assert(enable_extensions)
9 9
10 # GYP version: extensions/extensions_resources.gyp:extensions_resources 10 # GYP version: extensions/extensions_resources.gyp:extensions_resources
(...skipping 76 matching lines...) Expand 10 before | Expand all | Expand 10 after
87 "common/manifest_test.cc", 87 "common/manifest_test.cc",
88 "common/manifest_test.h", 88 "common/manifest_test.h",
89 "common/test_util.cc", 89 "common/test_util.cc",
90 "common/test_util.h", 90 "common/test_util.h",
91 "common/value_builder.cc", 91 "common/value_builder.cc",
92 "common/value_builder.h", 92 "common/value_builder.h",
93 "renderer/test_extensions_renderer_client.cc", 93 "renderer/test_extensions_renderer_client.cc",
94 "renderer/test_extensions_renderer_client.h", 94 "renderer/test_extensions_renderer_client.h",
95 "test/extension_test_message_listener.cc", 95 "test/extension_test_message_listener.cc",
96 "test/extension_test_message_listener.h", 96 "test/extension_test_message_listener.h",
97 "test/result_catcher.cc",
98 "test/result_catcher.h",
99 "test/test_extensions_client.cc", 97 "test/test_extensions_client.cc",
100 "test/test_extensions_client.h", 98 "test/test_extensions_client.h",
101 "test/test_permission_message_provider.cc", 99 "test/test_permission_message_provider.cc",
102 "test/test_permission_message_provider.h", 100 "test/test_permission_message_provider.h",
103 "test/test_service_registration_manager.cc", 101 "test/test_service_registration_manager.cc",
104 "test/test_service_registration_manager.h", 102 "test/test_service_registration_manager.h",
105 ] 103 ]
106 104
107 deps = [ 105 deps = [
108 ":extensions_resources", 106 ":extensions_resources",
(...skipping 162 matching lines...) Expand 10 before | Expand all | Expand 10 after
271 "//testing/gmock", 269 "//testing/gmock",
272 "//testing/gtest", 270 "//testing/gtest",
273 "//third_party/leveldatabase", 271 "//third_party/leveldatabase",
274 ] 272 ]
275 273
276 if (is_win) { 274 if (is_win) {
277 deps += [ "//base/allocator" ] 275 deps += [ "//base/allocator" ]
278 } 276 }
279 } 277 }
280 } 278 }
OLDNEW
« no previous file with comments | « chrome/test/BUILD.gn ('k') | google_apis/google_apis.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698