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

Side by Side Diff: chrome/chrome_tests.gypi

Issue 10069007: Media Gallery: Move MediaDeviceNotificationsLinux from content to chrome. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: clang Created 8 years, 8 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 | Annotate | Revision Log
« no previous file with comments | « chrome/chrome_browser.gypi ('k') | content/browser/browser_main_loop.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 (c) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 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 'variables' : { 5 'variables' : {
6 'pyautolib_sources': [ 6 'pyautolib_sources': [
7 'app/chrome_command_ids.h', 7 'app/chrome_command_ids.h',
8 'app/chrome_dll_resource.h', 8 'app/chrome_dll_resource.h',
9 'common/automation_constants.h', 9 'common/automation_constants.h',
10 'common/pref_names.cc', 10 'common/pref_names.cc',
(...skipping 1477 matching lines...) Expand 10 before | Expand all | Expand 10 after
1488 'browser/importer/importer_unittest_utils.h', 1488 'browser/importer/importer_unittest_utils.h',
1489 'browser/importer/safari_importer_unittest.mm', 1489 'browser/importer/safari_importer_unittest.mm',
1490 'browser/importer/toolbar_importer_unittest.cc', 1490 'browser/importer/toolbar_importer_unittest.cc',
1491 'browser/intents/cws_intents_registry_unittest.cc', 1491 'browser/intents/cws_intents_registry_unittest.cc',
1492 'browser/intents/register_intent_handler_infobar_delegate_unittest.cc', 1492 'browser/intents/register_intent_handler_infobar_delegate_unittest.cc',
1493 'browser/intents/web_intents_registry_unittest.cc', 1493 'browser/intents/web_intents_registry_unittest.cc',
1494 'browser/internal_auth_unittest.cc', 1494 'browser/internal_auth_unittest.cc',
1495 'browser/language_usage_metrics_unittest.cc', 1495 'browser/language_usage_metrics_unittest.cc',
1496 'browser/mac/keystone_glue_unittest.mm', 1496 'browser/mac/keystone_glue_unittest.mm',
1497 'browser/media/media_internals_unittest.cc', 1497 'browser/media/media_internals_unittest.cc',
1498 'browser/media_gallery/media_device_notifications_linux_unittest.cc',
1498 'browser/media_gallery/media_gallery_database_unittest.cc', 1499 'browser/media_gallery/media_gallery_database_unittest.cc',
1499 'browser/metrics/metrics_log_unittest.cc', 1500 'browser/metrics/metrics_log_unittest.cc',
1500 'browser/metrics/metrics_log_serializer_unittest.cc', 1501 'browser/metrics/metrics_log_serializer_unittest.cc',
1501 'browser/metrics/metrics_response_unittest.cc', 1502 'browser/metrics/metrics_response_unittest.cc',
1502 'browser/metrics/metrics_service_unittest.cc', 1503 'browser/metrics/metrics_service_unittest.cc',
1503 'browser/metrics/thread_watcher_unittest.cc', 1504 'browser/metrics/thread_watcher_unittest.cc',
1504 'browser/net/browser_url_util_unittest.cc', 1505 'browser/net/browser_url_util_unittest.cc',
1505 'browser/net/chrome_fraudulent_certificate_reporter_unittest.cc', 1506 'browser/net/chrome_fraudulent_certificate_reporter_unittest.cc',
1506 'browser/net/chrome_net_log_unittest.cc', 1507 'browser/net/chrome_net_log_unittest.cc',
1507 'browser/net/connection_tester_unittest.cc', 1508 'browser/net/connection_tester_unittest.cc',
(...skipping 3168 matching lines...) Expand 10 before | Expand all | Expand 10 after
4676 # Use outputs of this action as inputs for the main target build. 4677 # Use outputs of this action as inputs for the main target build.
4677 # Seems as a misnomer but makes this happy on Linux (scons). 4678 # Seems as a misnomer but makes this happy on Linux (scons).
4678 'process_outputs_as_sources': 1, 4679 'process_outputs_as_sources': 1,
4679 }, 4680 },
4680 ], # 'actions' 4681 ], # 'actions'
4681 }, 4682 },
4682 ] 4683 ]
4683 }], # 'coverage!=0' 4684 }], # 'coverage!=0'
4684 ], # 'conditions' 4685 ], # 'conditions'
4685 } 4686 }
OLDNEW
« no previous file with comments | « chrome/chrome_browser.gypi ('k') | content/browser/browser_main_loop.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698