summaryrefslogtreecommitdiffstats
path: root/build
diff options
context:
space:
mode:
authoryoshiki <yoshiki@chromium.org>2016-03-09 23:11:22 -0800
committerCommit bot <commit-bot@chromium.org>2016-03-10 07:12:42 +0000
commit8e2ddbb20aa4ee99c71c5a60313e0a262bd9d0b1 (patch)
treec1564841f973df2bcfc51ac03035d921ae5e55e4 /build
parentf1dcaac3801ed8d0a8abe62f1496e61fbaf639a7 (diff)
downloadchromium_src-8e2ddbb20aa4ee99c71c5a60313e0a262bd9d0b1.zip
chromium_src-8e2ddbb20aa4ee99c71c5a60313e0a262bd9d0b1.tar.gz
chromium_src-8e2ddbb20aa4ee99c71c5a60313e0a262bd9d0b1.tar.bz2
ARC notification: Add unittests for ArcNotificationManager
BUG=b/27276506 TEST=added unittests pass Review URL: https://codereview.chromium.org/1719043002 Cr-Commit-Position: refs/heads/master@{#380366}
Diffstat (limited to 'build')
-rw-r--r--build/all.gyp1
-rw-r--r--build/gn_migration.gypi1
2 files changed, 2 insertions, 0 deletions
diff --git a/build/all.gyp b/build/all.gyp
index 68a52f4..280dcdd 100644
--- a/build/all.gyp
+++ b/build/all.gyp
@@ -434,6 +434,7 @@
['chromeos==1', {
'dependencies': [
'../ui/chromeos/ui_chromeos.gyp:ui_chromeos_unittests',
+ '../ui/arc/arc.gyp:ui_arc_unittests',
],
}],
['OS=="linux"', {
diff --git a/build/gn_migration.gypi b/build/gn_migration.gypi
index 924e533..5d0f7db 100644
--- a/build/gn_migration.gypi
+++ b/build/gn_migration.gypi
@@ -389,6 +389,7 @@
'dependencies': [
'../chromeos/chromeos.gyp:chromeos_unittests',
'../ui/chromeos/ui_chromeos.gyp:ui_chromeos_unittests',
+ '../ui/arc/arc.gyp:ui_arc_unittests',
]
}],
['chromeos==1 or OS=="win" or OS=="mac"', {