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

Side by Side Diff: extensions/BUILD.gn

Issue 2393343002: Split ExtensionTestObserver and move to //extensions. (Closed)
Patch Set: fix bug in ActivityLogApiTest.TriggerEvent Created 4 years, 2 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') | extensions/browser/api/runtime/runtime_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 # Use of this source code is governed by a BSD-style license that can be 1 # Use of this source code is governed by a BSD-style license that can be
2 # found in the LICENSE file. 2 # found in the LICENSE file.
3 3
4 import("//testing/test.gni") 4 import("//testing/test.gni")
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 group("extensions_resources") { 10 group("extensions_resources") {
(...skipping 89 matching lines...) Expand 10 before | Expand all | Expand 10 after
100 "common/permissions/permission_message_test_util.cc", 100 "common/permissions/permission_message_test_util.cc",
101 "common/permissions/permission_message_test_util.h", 101 "common/permissions/permission_message_test_util.h",
102 "common/test_util.cc", 102 "common/test_util.cc",
103 "common/test_util.h", 103 "common/test_util.h",
104 "renderer/test_extensions_renderer_client.cc", 104 "renderer/test_extensions_renderer_client.cc",
105 "renderer/test_extensions_renderer_client.h", 105 "renderer/test_extensions_renderer_client.h",
106 "test/background_page_watcher.cc", 106 "test/background_page_watcher.cc",
107 "test/background_page_watcher.h", 107 "test/background_page_watcher.h",
108 "test/extension_test_message_listener.cc", 108 "test/extension_test_message_listener.cc",
109 "test/extension_test_message_listener.h", 109 "test/extension_test_message_listener.h",
110 "test/extension_test_notification_observer.cc",
111 "test/extension_test_notification_observer.h",
110 "test/result_catcher.cc", 112 "test/result_catcher.cc",
111 "test/result_catcher.h", 113 "test/result_catcher.h",
112 "test/test_content_utility_client.cc", 114 "test/test_content_utility_client.cc",
113 "test/test_content_utility_client.h", 115 "test/test_content_utility_client.h",
114 "test/test_extensions_client.cc", 116 "test/test_extensions_client.cc",
115 "test/test_extensions_client.h", 117 "test/test_extensions_client.h",
116 "test/test_permission_message_provider.cc", 118 "test/test_permission_message_provider.cc",
117 "test/test_permission_message_provider.h", 119 "test/test_permission_message_provider.h",
118 ] 120 ]
119 121
(...skipping 229 matching lines...) Expand 10 before | Expand all | Expand 10 after
349 "//testing/gtest", 351 "//testing/gtest",
350 "//third_party/hunspell", 352 "//third_party/hunspell",
351 "//third_party/icu", 353 "//third_party/icu",
352 "//third_party/libpng", 354 "//third_party/libpng",
353 "//third_party/zlib", 355 "//third_party/zlib",
354 "//ui/base:test_support", 356 "//ui/base:test_support",
355 "//ui/resources:ui_test_pak", 357 "//ui/resources:ui_test_pak",
356 "//ui/web_dialogs:test_support", 358 "//ui/web_dialogs:test_support",
357 ] 359 ]
358 } 360 }
OLDNEW
« no previous file with comments | « chrome/test/BUILD.gn ('k') | extensions/browser/api/runtime/runtime_apitest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698