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 source_set("common") {
5 source_set("common") {
Ken Rockot(use gerrit already)
2014/08/28 21:47:03
I don't like "common" very much because it carries
I don't like "common" very much because it carries the connotation that it's OK
to be a dependency of basically any code, browser or renderer. In the context of
chrome this is strictly for browser process usage.
I would recommend //device/core which won't carry the same connotation.
I also don't feel TOO strongly about this, so feel free to argue around it if
you like.
Reilly Grant (use Gerrit)
2014/08/28 22:16:13
Done.
On 2014/08/28 21:47:03, Ken Rockot wrote:
> I don't like "common" very much because it carries the connotation that it's
OK
> to be a dependency of basically any code, browser or renderer. In the context
of
> chrome this is strictly for browser process usage.
>
> I would recommend //device/core which won't carry the same connotation.
>
> I also don't feel TOO strongly about this, so feel free to argue around it if
> you like.
Issue 507503002: Remove BrowserThread dependency from usb_service.
(Closed)
Created 6 years, 3 months ago by Reilly Grant (use Gerrit)
Modified 6 years, 3 months ago
Reviewers: Ken Rockot(use gerrit already), rpaquay, scheib, Lei Zhang, dgozman
Base URL: https://chromium.googlesource.com/chromium/src.git@master
Comments: 28