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

Side by Side Diff: chromecast/chromecast.gyp

Issue 602393004: Chromecast: adds stability metrics provider to track crashes. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: DEPS changes not caught by git cl presubmit Created 6 years, 2 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 | « chromecast/android/DEPS ('k') | chromecast/common/chromecast_config.cc » ('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 'variables': { 6 'variables': {
7 'chromium_code': 1, 7 'chromium_code': 1,
8 'chromecast_branding%': 'Chromium', 8 'chromecast_branding%': 'Chromium',
9 }, 9 },
10 'target_defaults': { 10 'target_defaults': {
(...skipping 35 matching lines...) Expand 10 before | Expand all | Expand 10 after
46 { 46 {
47 'target_name': 'cast_metrics', 47 'target_name': 'cast_metrics',
48 'type': '<(component)', 48 'type': '<(component)',
49 'dependencies': [ 49 'dependencies': [
50 'cast_common', 50 'cast_common',
51 '../components/components.gyp:component_metrics_proto', 51 '../components/components.gyp:component_metrics_proto',
52 '../components/components.gyp:metrics', 52 '../components/components.gyp:metrics',
53 '../components/components.gyp:metrics_gpu', 53 '../components/components.gyp:metrics_gpu',
54 '../components/components.gyp:metrics_net', 54 '../components/components.gyp:metrics_net',
55 '../components/components.gyp:metrics_profiler', 55 '../components/components.gyp:metrics_profiler',
56 '../content/content.gyp:content',
56 ], 57 ],
57 'sources': [ 58 'sources': [
58 'metrics/cast_metrics_prefs.cc', 59 'metrics/cast_metrics_prefs.cc',
59 'metrics/cast_metrics_prefs.h', 60 'metrics/cast_metrics_prefs.h',
60 'metrics/cast_metrics_service_client.cc', 61 'metrics/cast_metrics_service_client.cc',
61 'metrics/cast_metrics_service_client.h', 62 'metrics/cast_metrics_service_client.h',
63 'metrics/cast_stability_metrics_provider.cc',
64 'metrics/cast_stability_metrics_provider.h',
62 'metrics/platform_metrics_providers.h', 65 'metrics/platform_metrics_providers.h',
63 ], 66 ],
64 'conditions': [ 67 'conditions': [
65 ['chromecast_branding=="Chrome"', { 68 ['chromecast_branding=="Chrome"', {
66 'dependencies': [ 69 'dependencies': [
67 '<(cast_internal_gyp):cast_metrics_internal', 70 '<(cast_internal_gyp):cast_metrics_internal',
68 ], 71 ],
69 }, { 72 }, {
70 'sources': [ 73 'sources': [
71 'metrics/platform_metrics_providers_simple.cc', 74 'metrics/platform_metrics_providers_simple.cc',
72 ], 75 ],
73 }], 76 }],
74 ], 77 ],
75 }, 78 },
76 { 79 {
77 'target_name': 'cast_metrics_unittests', 80 'target_name': 'cast_metrics_unittests',
78 'type': '<(gtest_target_type)', 81 'type': '<(gtest_target_type)',
79 'dependencies': [ 82 'dependencies': [
80 'cast_metrics', 83 'cast_metrics',
81 '../base/base.gyp:base_prefs_test_support', 84 '../base/base.gyp:base_prefs_test_support',
82 '../base/base.gyp:run_all_unittests', 85 '../base/base.gyp:run_all_unittests',
83 '../base/base.gyp:test_support_base', 86 '../base/base.gyp:test_support_base',
84 '../components/components.gyp:component_metrics_proto', 87 '../components/components.gyp:component_metrics_proto',
85 '../testing/gtest.gyp:gtest', 88 '../testing/gtest.gyp:gtest',
86 ], 89 ],
87 'sources': [ 90 'sources': [
88 'metrics/cast_metrics_service_client_unittest.cc', 91 'metrics/cast_metrics_service_client_unittest.cc',
89 ], 92 ],
93 'conditions': [
94 ['use_allocator!="none"', {
95 'dependencies': [
96 '../base/allocator/allocator.gyp:allocator',
97 ],
98 }],
99 ]
90 }, # end of target 'cast_metrics_unittests' 100 }, # end of target 'cast_metrics_unittests'
91 { 101 {
92 'target_name': 'cast_net', 102 'target_name': 'cast_net',
93 'type': '<(component)', 103 'type': '<(component)',
94 'sources': [ 104 'sources': [
95 'net/network_change_notifier_cast.cc', 105 'net/network_change_notifier_cast.cc',
96 'net/network_change_notifier_cast.h', 106 'net/network_change_notifier_cast.h',
97 'net/network_change_notifier_factory_cast.cc', 107 'net/network_change_notifier_factory_cast.cc',
98 'net/network_change_notifier_factory_cast.h', 108 'net/network_change_notifier_factory_cast.h',
99 ], 109 ],
(...skipping 373 matching lines...) Expand 10 before | Expand all | Expand 10 after
473 'sources': [ 483 'sources': [
474 'shell/browser/test/chromecast_browser_test.cc', 484 'shell/browser/test/chromecast_browser_test.cc',
475 'shell/browser/test/chromecast_browser_test.h', 485 'shell/browser/test/chromecast_browser_test.h',
476 'shell/browser/test/chromecast_browser_test_runner.cc', 486 'shell/browser/test/chromecast_browser_test_runner.cc',
477 ], 487 ],
478 }, 488 },
479 ], # end of targets 489 ], # end of targets
480 }], 490 }],
481 ], # end of conditions 491 ], # end of conditions
482 } 492 }
OLDNEW
« no previous file with comments | « chromecast/android/DEPS ('k') | chromecast/common/chromecast_config.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698