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

Side by Side Diff: extensions/browser/BUILD.gn

Issue 2417043002: Move device/core files to device/base directory. (Closed)
Patch Set: Fix ChromeOS build 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 | « device/usb/usb_service_linux.cc ('k') | extensions/browser/api/DEPS » ('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("//build/config/features.gni") 5 import("//build/config/features.gni")
6 6
7 source_set("browser") { 7 source_set("browser") {
8 sources = [] 8 sources = []
9 9
10 deps = [ 10 deps = [
(...skipping 247 matching lines...) Expand 10 before | Expand all | Expand 10 after
258 "//extensions/browser/value_store", 258 "//extensions/browser/value_store",
259 ] 259 ]
260 260
261 deps += [ 261 deps += [
262 "//components/browsing_data/content", 262 "//components/browsing_data/content",
263 "//components/onc", 263 "//components/onc",
264 "//components/storage_monitor", 264 "//components/storage_monitor",
265 "//components/update_client", 265 "//components/update_client",
266 "//components/variations", 266 "//components/variations",
267 "//crypto:platform", 267 "//crypto:platform",
268 "//device/base",
268 "//device/bluetooth", 269 "//device/bluetooth",
269 "//device/core",
270 "//device/hid", 270 "//device/hid",
271 "//device/power_save_blocker", 271 "//device/power_save_blocker",
272 "//device/serial", 272 "//device/serial",
273 "//device/usb", 273 "//device/usb",
274 "//extensions:extensions_browser_resources", 274 "//extensions:extensions_browser_resources",
275 ] 275 ]
276 276
277 if (is_chromeos) { 277 if (is_chromeos) {
278 deps += [ "//chromeos" ] 278 deps += [ "//chromeos" ]
279 } 279 }
(...skipping 31 matching lines...) Expand 10 before | Expand all | Expand 10 after
311 ] 311 ]
312 312
313 defines = [ "HAS_OUT_OF_PROC_TEST_RUNNER" ] 313 defines = [ "HAS_OUT_OF_PROC_TEST_RUNNER" ]
314 314
315 deps = [ 315 deps = [
316 ":browser", 316 ":browser",
317 "//base", 317 "//base",
318 "//components/guest_view/browser:test_support", 318 "//components/guest_view/browser:test_support",
319 "//components/storage_monitor:test_support", 319 "//components/storage_monitor:test_support",
320 "//content/test:test_support", 320 "//content/test:test_support",
321 "//device/base:mocks",
321 "//device/bluetooth:mocks", 322 "//device/bluetooth:mocks",
322 "//device/core:mocks",
323 "//device/hid:mocks", 323 "//device/hid:mocks",
324 "//device/usb:test_support", 324 "//device/usb:test_support",
325 "//extensions:test_support", 325 "//extensions:test_support",
326 "//extensions/common", 326 "//extensions/common",
327 "//extensions/common/api", 327 "//extensions/common/api",
328 "//extensions/shell:app_shell_lib", 328 "//extensions/shell:app_shell_lib",
329 "//extensions/shell:browser_tests", 329 "//extensions/shell:browser_tests",
330 "//net:test_support", 330 "//net:test_support",
331 ] 331 ]
332 332
(...skipping 104 matching lines...) Expand 10 before | Expand all | Expand 10 after
437 "//net:test_support", 437 "//net:test_support",
438 "//third_party/leveldatabase", 438 "//third_party/leveldatabase",
439 "//third_party/zlib:zip", 439 "//third_party/zlib:zip",
440 ] 440 ]
441 441
442 if (is_chromeos) { 442 if (is_chromeos) {
443 sources += [ "api/webcam_private/visca_webcam_unittest.cc" ] 443 sources += [ "api/webcam_private/visca_webcam_unittest.cc" ]
444 deps += [ "//chromeos:test_support" ] 444 deps += [ "//chromeos:test_support" ]
445 } 445 }
446 } 446 }
OLDNEW
« no previous file with comments | « device/usb/usb_service_linux.cc ('k') | extensions/browser/api/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698