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

Unified Diff: chrome/chrome_tests.gypi

Issue 11038063: Support chrome_to_mobile job receiving Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix format Created 8 years, 1 month 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_common.gypi ('k') | chrome/common/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/chrome_tests.gypi
diff --git a/chrome/chrome_tests.gypi b/chrome/chrome_tests.gypi
index 062abaf92c0961739b5be86bc29268b72a3bb556..7632ad7a72be77736a2a716171229b296ee7aa76 100644
--- a/chrome/chrome_tests.gypi
+++ b/chrome/chrome_tests.gypi
@@ -1244,6 +1244,14 @@
'browser/chromeos/system_logs/lsb_release_log_source_unittest.cc',
'browser/chromeos/version_loader_unittest.cc',
'browser/chromeos/web_socket_proxy_helper_unittest.cc',
+ 'browser/chrome_to_mobile/common/cloud_print_request_impl_unittest.cc',
+ 'browser/chrome_to_mobile/common/test_cloud_print_request_factory.cc',
+ 'browser/chrome_to_mobile/common/test_cloud_print_request_factory.h',
+ 'browser/chrome_to_mobile/receive/chrome_to_mobile_print_to_phone_jobs_fetcher_unittest.cc',
+ 'browser/chrome_to_mobile/receive/chrome_to_mobile_receive_device_manager_unittest.cc',
+ 'browser/chrome_to_mobile/receive/chrome_to_mobile_receive_service_unittest.cc',
+ 'browser/chrome_to_mobile/receive/chrome_to_mobile_receive_util_unittest.cc',
+ 'browser/chrome_to_mobile/receive/chrome_to_mobile_snapshots_polling_fetcher_unittest.cc',
'browser/command_updater_unittest.cc',
'browser/component/navigation_interception/intercept_navigation_resource_throttle_unittest.cc',
'browser/component_updater/component_updater_interceptor.cc',
@@ -2043,6 +2051,9 @@
'common/bzip2_unittest.cc',
'common/child_process_logging_mac_unittest.mm',
'common/chrome_paths_unittest.cc',
+ 'common/cloud_print/cloud_print_helpers_unittest.cc',
+ 'common/cloud_print/test_cloud_print_utils.cc',
+ 'common/cloud_print/test_cloud_print_utils.h',
'common/common_param_traits_unittest.cc',
'common/chrome_content_client_unittest.cc',
'common/content_settings_helper_unittest.cc',
@@ -2241,6 +2252,11 @@
'../webkit/quota/mock_storage_client.h',
],
'conditions': [
+ ['OS != "ios"', {
+ 'sources/': [
+ ['exclude', '^browser/chrome_to_chrome/receive/'],
+ ]
+ }],
['enable_background==0', {
'sources/': [
['exclude', '^browser/background/'],
« no previous file with comments | « chrome/chrome_common.gypi ('k') | chrome/common/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698