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

Side by Side Diff: extensions/BUILD.gn

Issue 2452943003: Fix a bunch of generated file build flakes in //extensions (Closed)
Patch Set: get_path_info in schema.gni Created 4 years, 1 month 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/browser/extensions/BUILD.gn ('k') | extensions/browser/BUILD.gn » ('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 114 matching lines...) Expand 10 before | Expand all | Expand 10 after
125 deps = [ 125 deps = [
126 ":extensions_resources", 126 ":extensions_resources",
127 "//base", 127 "//base",
128 "//components/cast_certificate:test_support", 128 "//components/cast_certificate:test_support",
129 "//components/guest_view/browser:test_support", 129 "//components/guest_view/browser:test_support",
130 "//components/pref_registry:test_support", 130 "//components/pref_registry:test_support",
131 "//components/prefs:test_support", 131 "//components/prefs:test_support",
132 "//content/public/common", 132 "//content/public/common",
133 "//content/test:test_support", 133 "//content/test:test_support",
134 "//extensions/browser", 134 "//extensions/browser",
135 "//extensions/browser/api:api_registration",
135 "//extensions/common", 136 "//extensions/common",
136 "//extensions/common/api", 137 "//extensions/common/api",
137 "//extensions/common/api:api_registration",
138 "//extensions/test:extensions_features", 138 "//extensions/test:extensions_features",
139 "//net:test_support", 139 "//net:test_support",
140 "//testing/gmock", 140 "//testing/gmock",
141 "//testing/gtest", 141 "//testing/gtest",
142 "//third_party/cld", 142 "//third_party/cld",
143 ] 143 ]
144 144
145 public_deps = [ 145 public_deps = [
146 "//content/public/browser", 146 "//content/public/browser",
147 "//extensions/common/api/cast_channel:cast_channel_proto", 147 "//extensions/common/api/cast_channel:cast_channel_proto",
(...skipping 203 matching lines...) Expand 10 before | Expand all | Expand 10 after
351 "//testing/gtest", 351 "//testing/gtest",
352 "//third_party/hunspell", 352 "//third_party/hunspell",
353 "//third_party/icu", 353 "//third_party/icu",
354 "//third_party/libpng", 354 "//third_party/libpng",
355 "//third_party/zlib", 355 "//third_party/zlib",
356 "//ui/base:test_support", 356 "//ui/base:test_support",
357 "//ui/resources:ui_test_pak", 357 "//ui/resources:ui_test_pak",
358 "//ui/web_dialogs:test_support", 358 "//ui/web_dialogs:test_support",
359 ] 359 ]
360 } 360 }
OLDNEW
« no previous file with comments | « chrome/browser/extensions/BUILD.gn ('k') | extensions/browser/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698