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

Side by Side Diff: components/feedback.gypi

Issue 296173003: Refactor FeedbackData and add tests. Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: add feedback.gypi to OWNERS file Created 6 years, 6 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/feedback_common.h » ('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/zlib/google/zip.gyp:zip', 14 '../third_party/zlib/google/zip.gyp:zip',
15 'components.gyp:keyed_service_core', 15 'components.gyp:keyed_service_core',
16 'feedback_proto', 16 'feedback_proto',
17 ], 17 ],
18 'include_dirs': [ 18 'include_dirs': [
19 '..', 19 '..',
20 ], 20 ],
21 'defines': [ 21 'defines': [
22 ], 22 ],
23 'sources': [ 23 'sources': [
24 'feedback/feedback_common.cc',
25 'feedback/feedback_common.h',
24 'feedback/feedback_data.cc', 26 'feedback/feedback_data.cc',
25 'feedback/feedback_data.h', 27 'feedback/feedback_data.h',
26 'feedback/feedback_report.cc', 28 'feedback/feedback_report.cc',
27 'feedback/feedback_report.h', 29 'feedback/feedback_report.h',
28 'feedback/feedback_switches.cc', 30 'feedback/feedback_switches.cc',
29 'feedback/feedback_switches.h', 31 'feedback/feedback_switches.h',
30 'feedback/feedback_uploader.cc', 32 'feedback/feedback_uploader.cc',
31 'feedback/feedback_uploader.h', 33 'feedback/feedback_uploader.h',
32 'feedback/feedback_uploader_chrome.cc', 34 'feedback/feedback_uploader_chrome.cc',
33 'feedback/feedback_uploader_chrome.h', 35 'feedback/feedback_uploader_chrome.h',
(...skipping 21 matching lines...) Expand all
55 'feedback/proto/web.proto', 57 'feedback/proto/web.proto',
56 ], 58 ],
57 'variables': { 59 'variables': {
58 'proto_in_dir': 'feedback/proto', 60 'proto_in_dir': 'feedback/proto',
59 'proto_out_dir': 'components/feedback/proto', 61 'proto_out_dir': 'components/feedback/proto',
60 }, 62 },
61 'includes': [ '../build/protoc.gypi' ] 63 'includes': [ '../build/protoc.gypi' ]
62 }, 64 },
63 ], 65 ],
64 } 66 }
OLDNEW
« no previous file with comments | « components/components_tests.gyp ('k') | components/feedback/feedback_common.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698