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

Side by Side Diff: components/feedback/BUILD.gn

Issue 381113004: Add chrome/browser/ui to the GN build. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 5 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 | Annotate | Revision Log
« no previous file with comments | « components/feedback.gypi ('k') | components/feedback/proto/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 2014 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 static_library("feedback") {
6 sources = [
7 "feedback_common.cc",
8 "feedback_common.h",
9 "feedback_data.cc",
10 "feedback_data.h",
11 "feedback_report.cc",
12 "feedback_report.h",
13 "feedback_switches.cc",
14 "feedback_switches.h",
15 "feedback_uploader.cc",
16 "feedback_uploader.h",
17 "feedback_uploader_chrome.cc",
18 "feedback_uploader_chrome.h",
19 "feedback_uploader_delegate.cc",
20 "feedback_uploader_delegate.h",
21 "feedback_uploader_factory.cc",
22 "feedback_uploader_factory.h",
23 "feedback_util.cc",
24 "feedback_util.h",
25 "tracing_manager.cc",
26 "tracing_manager.h",
27 ]
28
29 deps = [
30 "//base",
31 "//components/keyed_service/core:core",
32 "//components/feedback/proto",
33 "//content/public/common",
34 "//net",
35 "//third_party/zlib:zip",
36 ]
37 }
OLDNEW
« no previous file with comments | « components/feedback.gypi ('k') | components/feedback/proto/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698