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

Side by Side Diff: extensions/BUILD.gn

Issue 1652573002: Update GN build files for new prefs location. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@presf_move
Patch Set: Created 4 years, 10 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 | « components/web_resource/BUILD.gn ('k') | extensions/shell/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 # 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 # TODO(rockot) bug 505926: Don't include chrome files from here. 5 # TODO(rockot) bug 505926: Don't include chrome files from here.
6 # See chrome_browser_tests_extensions_sources below 6 # See chrome_browser_tests_extensions_sources below
7 import("//chrome/chrome_tests.gni") 7 import("//chrome/chrome_tests.gni")
8 import("//extensions/extensions.gni") 8 import("//extensions/extensions.gni")
9 import("//testing/test.gni") 9 import("//testing/test.gni")
10 import("//tools/grit/grit_rule.gni") 10 import("//tools/grit/grit_rule.gni")
(...skipping 63 matching lines...) Expand 10 before | Expand all | Expand 10 after
74 sources = rebase_path(extensions_gypi_values.extensions_test_support_sources, 74 sources = rebase_path(extensions_gypi_values.extensions_test_support_sources,
75 ".", 75 ".",
76 "//extensions") 76 "//extensions")
77 77
78 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations. 78 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations.
79 configs += [ "//build/config/compiler:no_size_t_to_int_warning" ] 79 configs += [ "//build/config/compiler:no_size_t_to_int_warning" ]
80 80
81 deps = [ 81 deps = [
82 ":extensions_resources", 82 ":extensions_resources",
83 "//base", 83 "//base",
84 "//base:prefs_test_support",
85 "//components/guest_view/browser:test_support", 84 "//components/guest_view/browser:test_support",
86 "//components/pref_registry:test_support", 85 "//components/pref_registry:test_support",
86 "//components/prefs:test_support",
87 "//content/public/common", 87 "//content/public/common",
88 "//content/test:test_support", 88 "//content/test:test_support",
89 "//extensions/browser", 89 "//extensions/browser",
90 "//extensions/common", 90 "//extensions/common",
91 "//extensions/common/api", 91 "//extensions/common/api",
92 "//extensions/common/api:api_registration", 92 "//extensions/common/api:api_registration",
93 "//net:test_support", 93 "//net:test_support",
94 "//testing/gmock", 94 "//testing/gmock",
95 "//testing/gtest", 95 "//testing/gtest",
96 ] 96 ]
(...skipping 71 matching lines...) Expand 10 before | Expand all | Expand 10 after
168 "test/data/", 168 "test/data/",
169 "//chrome/test/data/extensions/", 169 "//chrome/test/data/extensions/",
170 "$root_out_dir/extensions_shell_and_test.pak", 170 "$root_out_dir/extensions_shell_and_test.pak",
171 ] 171 ]
172 172
173 deps = [ 173 deps = [
174 ":extensions_resources", 174 ":extensions_resources",
175 ":shell_and_test_pak", 175 ":shell_and_test_pak",
176 ":test_support", 176 ":test_support",
177 "//base", 177 "//base",
178 "//base:prefs_test_support",
179 "//base/test:test_support", 178 "//base/test:test_support",
180 "//components/keyed_service/content", 179 "//components/keyed_service/content",
181 "//components/pref_registry:test_support", 180 "//components/pref_registry:test_support",
181 "//components/prefs:test_support",
182 "//components/user_prefs", 182 "//components/user_prefs",
183 "//content/test:test_support", 183 "//content/test:test_support",
184 "//device/bluetooth:mocks", 184 "//device/bluetooth:mocks",
185 "//device/core", 185 "//device/core",
186 "//device/hid", 186 "//device/hid",
187 "//device/serial", 187 "//device/serial",
188 "//device/serial:test_support", 188 "//device/serial:test_support",
189 "//extensions/common", 189 "//extensions/common",
190 "//extensions/common/api/cast_channel:cast_channel_proto", 190 "//extensions/common/api/cast_channel:cast_channel_proto",
191 "//extensions/renderer", 191 "//extensions/renderer",
(...skipping 52 matching lines...) Expand 10 before | Expand all | Expand 10 after
244 ] 244 ]
245 245
246 defines = [ "HAS_OUT_OF_PROC_TEST_RUNNER" ] 246 defines = [ "HAS_OUT_OF_PROC_TEST_RUNNER" ]
247 247
248 deps = [ 248 deps = [
249 ":test_support", 249 ":test_support",
250 "shell:app_shell_lib", 250 "shell:app_shell_lib",
251 251
252 # TODO(yoz): find the right deps 252 # TODO(yoz): find the right deps
253 "//base", 253 "//base",
254 "//base:prefs_test_support",
255 "//base/test:test_support", 254 "//base/test:test_support",
255 "//components/prefs:test_support",
256 "//components/storage_monitor:test_support", 256 "//components/storage_monitor:test_support",
257 "//content/test:test_support", 257 "//content/test:test_support",
258 "//device/bluetooth:mocks", 258 "//device/bluetooth:mocks",
259 "//device/core:mocks", 259 "//device/core:mocks",
260 "//device/hid:mocks", 260 "//device/hid:mocks",
261 "//device/usb:mocks", 261 "//device/usb:mocks",
262 "//mojo/environment:chromium", 262 "//mojo/environment:chromium",
263 "//mojo/public/cpp/bindings", 263 "//mojo/public/cpp/bindings",
264 "//testing/gmock", 264 "//testing/gmock",
265 "//testing/gtest", 265 "//testing/gtest",
(...skipping 120 matching lines...) Expand 10 before | Expand all | Expand 10 after
386 "//testing/gtest", 386 "//testing/gtest",
387 "//third_party/hunspell", 387 "//third_party/hunspell",
388 "//third_party/icu", 388 "//third_party/icu",
389 "//third_party/libpng", 389 "//third_party/libpng",
390 "//third_party/zlib", 390 "//third_party/zlib",
391 "//ui/base:test_support", 391 "//ui/base:test_support",
392 "//ui/resources:ui_test_pak", 392 "//ui/resources:ui_test_pak",
393 "//ui/web_dialogs:test_support", 393 "//ui/web_dialogs:test_support",
394 ] 394 ]
395 } 395 }
OLDNEW
« no previous file with comments | « components/web_resource/BUILD.gn ('k') | extensions/shell/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698