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

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

Issue 2904443004: Allow generation of a chromium outdirs when enable_extensions=false (Closed)
Patch Set: Rebase Created 3 years, 6 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 | « extensions/browser/api/web_request/BUILD.gn ('k') | extensions/browser/app_window/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 2016 The Chromium Authors. All rights reserved. 1 # Copyright 2016 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("//extensions/features/features.gni")
6
7 assert(enable_extensions,
8 "Cannot depend on extensions because enable_extensions=false.")
5 assert(is_chromeos) 9 assert(is_chromeos)
6 10
7 source_set("webcam_private") { 11 source_set("webcam_private") {
8 sources = [ 12 sources = [
9 "v4l2_webcam.cc", 13 "v4l2_webcam.cc",
10 "v4l2_webcam.h", 14 "v4l2_webcam.h",
11 "visca_webcam.cc", 15 "visca_webcam.cc",
12 "visca_webcam.h", 16 "visca_webcam.h",
13 "webcam.cc", 17 "webcam.cc",
14 "webcam.h", 18 "webcam.h",
15 "webcam_private_api.h", 19 "webcam_private_api.h",
16 "webcam_private_api_chromeos.cc", 20 "webcam_private_api_chromeos.cc",
17 ] 21 ]
18 22
19 deps = [ 23 deps = [
20 "//extensions/common/api", 24 "//extensions/common/api",
21 ] 25 ]
22 26
23 public_deps = [ 27 public_deps = [
24 "//extensions/browser:browser_sources", 28 "//extensions/browser:browser_sources",
25 ] 29 ]
26 } 30 }
OLDNEW
« no previous file with comments | « extensions/browser/api/web_request/BUILD.gn ('k') | extensions/browser/app_window/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698