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

Unified Diff: chrome/chrome_tests_unit.gypi

Issue 396173002: Cleanup dependencies on device/ (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase 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/chrome_browser_ui.gypi ('k') | extensions/common/api/api.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/chrome_tests_unit.gypi
diff --git a/chrome/chrome_tests_unit.gypi b/chrome/chrome_tests_unit.gypi
index 8119c70abad43250bfb4d6271273e631b367d9cb..86bbe568c3521eb01503f2997f0c6ebe3dd56ce7 100644
--- a/chrome/chrome_tests_unit.gypi
+++ b/chrome/chrome_tests_unit.gypi
@@ -2039,11 +2039,11 @@
'conditions': [
['OS!="ios"', {
'dependencies': [
+ 'common/extensions/api/api.gyp:chrome_api',
'../components/components.gyp:autofill_content_test_support',
'../components/components.gyp:component_metrics_proto',
'../components/components.gyp:data_reduction_proxy_test_support',
'../components/components_strings.gyp:components_strings',
- '../device/bluetooth/bluetooth.gyp:device_bluetooth_mocks',
'../extensions/extensions_resources.gyp:extensions_resources',
'../extensions/extensions_strings.gyp:extensions_strings',
'../gpu/gpu.gyp:gpu_unittest_utils',
@@ -2057,7 +2057,6 @@
'../ui/gl/gl.gyp:gl',
'../v8/tools/gyp/v8.gyp:v8',
'../webkit/webkit_resources.gyp:webkit_resources',
- 'common/extensions/api/api.gyp:chrome_api',
],
# TODO(scr): Use this in browser_tests too.
'includes': [
@@ -2566,6 +2565,7 @@
['OS!="android" and OS!="ios"', {
'dependencies': [
'tools/profile_reset/jtl_compiler.gyp:jtl_compiler_lib',
+ '../device/bluetooth/bluetooth.gyp:device_bluetooth_mocks',
],
'sources!': [
'browser/metrics/variations/variations_request_scheduler_mobile_unittest.cc',
« no previous file with comments | « chrome/chrome_browser_ui.gypi ('k') | extensions/common/api/api.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698