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

Side by Side Diff: chrome/chrome_tests.gypi

Issue 8382019: Move DisplayUtils methods into gfx::Screen. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: remove DCHECKS Created 9 years, 2 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
OLDNEW
1 # Copyright (c) 2011 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2011 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 { 5 {
6 'variables' : { 6 'variables' : {
7 'pyautolib_sources': [ 7 'pyautolib_sources': [
8 'app/chrome_command_ids.h', 8 'app/chrome_command_ids.h',
9 'app/chrome_dll_resource.h', 9 'app/chrome_dll_resource.h',
10 'common/automation_constants.h', 10 'common/automation_constants.h',
(...skipping 1350 matching lines...) Expand 10 before | Expand all | Expand 10 after
1361 'browser/importer/importer_unittest.cc', 1361 'browser/importer/importer_unittest.cc',
1362 'browser/importer/safari_importer_unittest.mm', 1362 'browser/importer/safari_importer_unittest.mm',
1363 'browser/importer/toolbar_importer_unittest.cc', 1363 'browser/importer/toolbar_importer_unittest.cc',
1364 'browser/instant/promo_counter_unittest.cc', 1364 'browser/instant/promo_counter_unittest.cc',
1365 'browser/intents/register_intent_handler_infobar_delegate_unittest.cc', 1365 'browser/intents/register_intent_handler_infobar_delegate_unittest.cc',
1366 'browser/intents/web_intents_registry_unittest.cc', 1366 'browser/intents/web_intents_registry_unittest.cc',
1367 'browser/internal_auth_unittest.cc', 1367 'browser/internal_auth_unittest.cc',
1368 'browser/language_usage_metrics_unittest.cc', 1368 'browser/language_usage_metrics_unittest.cc',
1369 'browser/mac/keystone_glue_unittest.mm', 1369 'browser/mac/keystone_glue_unittest.mm',
1370 'browser/media/media_internals_unittest.cc', 1370 'browser/media/media_internals_unittest.cc',
1371 'browser/metrics/display_utils_unittest.cc',
1372 'browser/metrics/metrics_log_unittest.cc', 1371 'browser/metrics/metrics_log_unittest.cc',
1373 'browser/metrics/metrics_log_serializer_unittest.cc', 1372 'browser/metrics/metrics_log_serializer_unittest.cc',
1374 'browser/metrics/metrics_response_unittest.cc', 1373 'browser/metrics/metrics_response_unittest.cc',
1375 'browser/metrics/metrics_service_unittest.cc', 1374 'browser/metrics/metrics_service_unittest.cc',
1376 'browser/metrics/thread_watcher_unittest.cc', 1375 'browser/metrics/thread_watcher_unittest.cc',
1377 'browser/mock_keychain_mac.cc', 1376 'browser/mock_keychain_mac.cc',
1378 'browser/mock_keychain_mac.h', 1377 'browser/mock_keychain_mac.h',
1379 'browser/net/chrome_fraudulent_certificate_reporter_unittest.cc', 1378 'browser/net/chrome_fraudulent_certificate_reporter_unittest.cc',
1380 'browser/net/chrome_net_log_unittest.cc', 1379 'browser/net/chrome_net_log_unittest.cc',
1381 'browser/net/connection_tester_unittest.cc', 1380 'browser/net/connection_tester_unittest.cc',
(...skipping 2696 matching lines...) Expand 10 before | Expand all | Expand 10 after
4078 # Use outputs of this action as inputs for the main target build. 4077 # Use outputs of this action as inputs for the main target build.
4079 # Seems as a misnomer but makes this happy on Linux (scons). 4078 # Seems as a misnomer but makes this happy on Linux (scons).
4080 'process_outputs_as_sources': 1, 4079 'process_outputs_as_sources': 1,
4081 }, 4080 },
4082 ], # 'actions' 4081 ], # 'actions'
4083 }, 4082 },
4084 ] 4083 ]
4085 }], # 'coverage!=0' 4084 }], # 'coverage!=0'
4086 ], # 'conditions' 4085 ], # 'conditions'
4087 } 4086 }
OLDNEW
« no previous file with comments | « chrome/chrome_browser.gypi ('k') | ui/aura/screen_aura.h » ('j') | ui/ui_unittests.gypi » ('J')

Powered by Google App Engine
This is Rietveld 408576698