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

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

Issue 2370373002: Move chrome.bluetoothLowEnergy out of //chrome. (Closed)
Patch Set: build fix 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
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 232 matching lines...) Expand 10 before | Expand all | Expand 10 after
243 "warning_set.h", 243 "warning_set.h",
244 "web_ui_user_script_loader.cc", 244 "web_ui_user_script_loader.cc",
245 "web_ui_user_script_loader.h", 245 "web_ui_user_script_loader.h",
246 ] 246 ]
247 247
248 public_deps = [ 248 public_deps = [
249 "//extensions/browser/api", 249 "//extensions/browser/api",
250 "//extensions/browser/app_window", 250 "//extensions/browser/app_window",
251 "//extensions/browser/guest_view", 251 "//extensions/browser/guest_view",
252 "//extensions/browser/install", 252 "//extensions/browser/install",
253 "//extensions/browser/kiosk",
253 "//extensions/browser/mojo", 254 "//extensions/browser/mojo",
254 "//extensions/browser/updater", 255 "//extensions/browser/updater",
255 "//extensions/browser/value_store", 256 "//extensions/browser/value_store",
256 ] 257 ]
257 258
258 deps += [ 259 deps += [
259 "//components/browsing_data/content", 260 "//components/browsing_data/content",
260 "//components/onc", 261 "//components/onc",
261 "//components/storage_monitor", 262 "//components/storage_monitor",
262 "//components/update_client", 263 "//components/update_client",
(...skipping 172 matching lines...) Expand 10 before | Expand all | Expand 10 after
435 "//net:test_support", 436 "//net:test_support",
436 "//third_party/leveldatabase", 437 "//third_party/leveldatabase",
437 "//third_party/zlib:zip", 438 "//third_party/zlib:zip",
438 ] 439 ]
439 440
440 if (is_chromeos) { 441 if (is_chromeos) {
441 sources += [ "api/webcam_private/visca_webcam_unittest.cc" ] 442 sources += [ "api/webcam_private/visca_webcam_unittest.cc" ]
442 deps += [ "//chromeos:test_support" ] 443 deps += [ "//chromeos:test_support" ]
443 } 444 }
444 } 445 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698