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

Side by Side Diff: extensions/BUILD.gn

Issue 584513003: Move extension_test_message_listener to extensions. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase Created 6 years, 3 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/chrome_tests_unit.gypi ('k') | extensions/browser/api/app_window/app_window_apitest.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 65 matching lines...) Expand 10 before | Expand all | Expand 10 after
76 "common/extension_builder.cc", 76 "common/extension_builder.cc",
77 "common/extension_builder.h", 77 "common/extension_builder.h",
78 "common/manifest_test.cc", 78 "common/manifest_test.cc",
79 "common/manifest_test.h", 79 "common/manifest_test.h",
80 "common/test_util.cc", 80 "common/test_util.cc",
81 "common/test_util.h", 81 "common/test_util.h",
82 "common/value_builder.cc", 82 "common/value_builder.cc",
83 "common/value_builder.h", 83 "common/value_builder.h",
84 "renderer/test_extensions_renderer_client.cc", 84 "renderer/test_extensions_renderer_client.cc",
85 "renderer/test_extensions_renderer_client.h", 85 "renderer/test_extensions_renderer_client.h",
86 "test/extension_test_message_listener.cc",
87 "test/extension_test_message_listener.h",
86 "test/test_extensions_client.cc", 88 "test/test_extensions_client.cc",
87 "test/test_extensions_client.h", 89 "test/test_extensions_client.h",
88 "test/test_permission_message_provider.cc", 90 "test/test_permission_message_provider.cc",
89 "test/test_permission_message_provider.h", 91 "test/test_permission_message_provider.h",
90 ] 92 ]
91 93
92 deps = [ 94 deps = [
93 ":extensions_resources", 95 ":extensions_resources",
94 "//base", 96 "//base",
95 "//extensions/browser", 97 "//extensions/browser",
(...skipping 157 matching lines...) Expand 10 before | Expand all | Expand 10 after
253 "//third_party/leveldatabase", 255 "//third_party/leveldatabase",
254 ] 256 ]
255 257
256 if (is_win) { 258 if (is_win) {
257 deps += [ 259 deps += [
258 "//base/allocator", 260 "//base/allocator",
259 ] 261 ]
260 } 262 }
261 } 263 }
262 } 264 }
OLDNEW
« no previous file with comments | « chrome/chrome_tests_unit.gypi ('k') | extensions/browser/api/app_window/app_window_apitest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698