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

Unified Diff: components/components_tests.gyp

Issue 394093003: Moves components/metrics/chromeos to c/m/serialization/. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: added os=="linux" GYP guards 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/browser/chromeos/external_metrics_unittest.cc ('k') | components/metrics.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/components_tests.gyp
diff --git a/components/components_tests.gyp b/components/components_tests.gyp
index 61d2ffb7468d0ccbcf70415c0948bffc71e49bff..a6c311a3ea1b4cde0072a6aca5416ec3afe4ba81 100644
--- a/components/components_tests.gyp
+++ b/components/components_tests.gyp
@@ -552,19 +552,19 @@
],
}],
['chromeos==1', {
- 'sources': [
- 'metrics/chromeos/serialization_utils_unittest.cc',
- ],
'sources!': [
'storage_monitor/storage_monitor_linux_unittest.cc',
],
'dependencies': [
'../chromeos/chromeos.gyp:chromeos_test_support',
- 'components.gyp:metrics_chromeos',
],
}],
['OS=="linux"', {
+ 'sources': [
+ 'metrics/serialization/serialization_utils_unittest.cc',
+ ],
'dependencies': [
+ 'components.gyp:metrics_serialization',
'../dbus/dbus.gyp:dbus',
'../device/media_transfer_protocol/media_transfer_protocol.gyp:device_media_transfer_protocol',
],
« no previous file with comments | « chrome/browser/chromeos/external_metrics_unittest.cc ('k') | components/metrics.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698