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

Side by Side Diff: components/network_hints/common/BUILD.gn

Issue 2767193005: Fix public dependencies on //ipc (Closed)
Patch Set: Created 3 years, 9 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 | « components/nacl/common/BUILD.gn ('k') | components/pdf/browser/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 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 static_library("common") { 5 static_library("common") {
6 sources = [ 6 sources = [
7 "network_hints_common.cc", 7 "network_hints_common.cc",
8 "network_hints_common.h", 8 "network_hints_common.h",
9 "network_hints_message_generator.cc", 9 "network_hints_message_generator.cc",
10 "network_hints_message_generator.h", 10 "network_hints_message_generator.h",
11 "network_hints_messages.cc", 11 "network_hints_messages.cc",
12 "network_hints_messages.h", 12 "network_hints_messages.h",
13 ] 13 ]
14 14
15 deps = [ 15 deps = [
16 "//base", 16 "//base",
17 "//content/public/common", 17 "//content/public/common",
18 "//ipc",
19 "//ui/accessibility", 18 "//ui/accessibility",
20 "//url", 19 "//url",
21 ] 20 ]
21
22 public_deps = [
23 "//ipc",
24 ]
22 } 25 }
OLDNEW
« no previous file with comments | « components/nacl/common/BUILD.gn ('k') | components/pdf/browser/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698