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

Side by Side Diff: components/feedback.gypi

Issue 1530403003: Add anonymizer tool (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase to ToT Created 4 years, 11 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/components_tests.gyp ('k') | components/feedback/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 { 5 {
6 'targets': [ 6 'targets': [
7 { 7 {
8 'target_name': 'feedback_component', 8 'target_name': 'feedback_component',
9 'type': 'static_library', 9 'type': 'static_library',
10 'dependencies': [ 10 'dependencies': [
11 '../base/base.gyp:base', 11 '../base/base.gyp:base',
12 '../content/content.gyp:content_common', 12 '../content/content.gyp:content_common',
13 '../net/net.gyp:net', 13 '../net/net.gyp:net',
14 '../third_party/re2/re2.gyp:re2',
14 '../third_party/zlib/google/zip.gyp:zip', 15 '../third_party/zlib/google/zip.gyp:zip',
15 'keyed_service_core', 16 'keyed_service_core',
16 'feedback_proto', 17 'feedback_proto',
17 'components.gyp:variations_net', 18 'components.gyp:variations_net',
18 ], 19 ],
19 'include_dirs': [ 20 'include_dirs': [
20 '..', 21 '..',
21 ], 22 ],
22 'defines': [ 23 'defines': [
23 ], 24 ],
24 'sources': [ 25 'sources': [
26 'feedback/anonymizer_tool.cc',
27 'feedback/anonymizer_tool.h',
25 'feedback/feedback_common.cc', 28 'feedback/feedback_common.cc',
26 'feedback/feedback_common.h', 29 'feedback/feedback_common.h',
27 'feedback/feedback_data.cc', 30 'feedback/feedback_data.cc',
28 'feedback/feedback_data.h', 31 'feedback/feedback_data.h',
29 'feedback/feedback_report.cc', 32 'feedback/feedback_report.cc',
30 'feedback/feedback_report.h', 33 'feedback/feedback_report.h',
31 'feedback/feedback_switches.cc', 34 'feedback/feedback_switches.cc',
32 'feedback/feedback_switches.h', 35 'feedback/feedback_switches.h',
33 'feedback/feedback_uploader.cc', 36 'feedback/feedback_uploader.cc',
34 'feedback/feedback_uploader.h', 37 'feedback/feedback_uploader.h',
(...skipping 24 matching lines...) Expand all
59 'feedback/proto/web.proto', 62 'feedback/proto/web.proto',
60 ], 63 ],
61 'variables': { 64 'variables': {
62 'proto_in_dir': 'feedback/proto', 65 'proto_in_dir': 'feedback/proto',
63 'proto_out_dir': 'components/feedback/proto', 66 'proto_out_dir': 'components/feedback/proto',
64 }, 67 },
65 'includes': [ '../build/protoc.gypi' ] 68 'includes': [ '../build/protoc.gypi' ]
66 }, 69 },
67 ], 70 ],
68 } 71 }
OLDNEW
« no previous file with comments | « components/components_tests.gyp ('k') | components/feedback/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698