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

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

Issue 2336843002: Decompose //extensions/browser/BUILD.gn (Closed)
Patch Set: . Created 4 years, 3 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
(Empty)
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
3 # found in the LICENSE file.
4
5 assert(is_chromeos)
Devlin 2016/09/15 00:08:04 nit: do we have to import anything to use is_chrom
Rahul Chaturvedi 2016/09/15 00:14:57 Nope. It is available without any imports, in fact
6
7 source_set("webcam_private") {
8 sources = [
9 "v4l2_webcam.cc",
10 "v4l2_webcam.h",
11 "visca_webcam.cc",
12 "visca_webcam.h",
13 "webcam.cc",
14 "webcam.h",
15 "webcam_private_api.h",
16 "webcam_private_api_chromeos.cc",
17 ]
18
19 deps = [
20 "//extensions/common/api",
21 ]
22 }
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