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

Side by Side Diff: chromecast/chromecast.gyp

Issue 587853002: Chromecast: adds Gpu/Network/Profiler metrics providers. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 3 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 | « no previous file | chromecast/metrics/cast_metrics_service_client.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 '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 32 matching lines...) Expand 10 before | Expand all | Expand 10 after
43 }], 43 }],
44 ], 44 ],
45 }, 45 },
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_net', 54 '../components/components.gyp:metrics_net',
55 '../components/components.gyp:metrics_profiler',
54 ], 56 ],
55 'sources': [ 57 'sources': [
56 'metrics/cast_metrics_prefs.cc', 58 'metrics/cast_metrics_prefs.cc',
57 'metrics/cast_metrics_prefs.h', 59 'metrics/cast_metrics_prefs.h',
58 'metrics/cast_metrics_service_client.cc', 60 'metrics/cast_metrics_service_client.cc',
59 'metrics/cast_metrics_service_client.h', 61 'metrics/cast_metrics_service_client.h',
60 'metrics/platform_metrics_providers.h', 62 'metrics/platform_metrics_providers.h',
61 ], 63 ],
62 'conditions': [ 64 'conditions': [
63 ['chromecast_branding=="Chrome"', { 65 ['chromecast_branding=="Chrome"', {
(...skipping 397 matching lines...) Expand 10 before | Expand all | Expand 10 after
461 'sources': [ 463 'sources': [
462 'shell/browser/test/chromecast_browser_test.cc', 464 'shell/browser/test/chromecast_browser_test.cc',
463 'shell/browser/test/chromecast_browser_test.h', 465 'shell/browser/test/chromecast_browser_test.h',
464 'shell/browser/test/chromecast_browser_test_runner.cc', 466 'shell/browser/test/chromecast_browser_test_runner.cc',
465 ], 467 ],
466 }, 468 },
467 ], # end of targets 469 ], # end of targets
468 }], 470 }],
469 ], # end of conditions 471 ], # end of conditions
470 } 472 }
OLDNEW
« no previous file with comments | « no previous file | chromecast/metrics/cast_metrics_service_client.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698