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

Side by Side Diff: chrome/chrome_tests.gypi

Issue 10443092: Performance Monitor Database (Closed) Base URL: http://git.chromium.org/chromium/src.git@cpm_event_construction
Patch Set: Synced with changes made in the Event Structure/Construction Cls Created 8 years, 6 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
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 1331 matching lines...) Expand 10 before | Expand all | Expand 10 after
1342 'browser/password_manager/native_backend_gnome_x_unittest.cc', 1342 'browser/password_manager/native_backend_gnome_x_unittest.cc',
1343 'browser/password_manager/native_backend_kwallet_x_unittest.cc', 1343 'browser/password_manager/native_backend_kwallet_x_unittest.cc',
1344 'browser/password_manager/password_form_data.cc', 1344 'browser/password_manager/password_form_data.cc',
1345 'browser/password_manager/password_form_manager_unittest.cc', 1345 'browser/password_manager/password_form_manager_unittest.cc',
1346 'browser/password_manager/password_manager_unittest.cc', 1346 'browser/password_manager/password_manager_unittest.cc',
1347 'browser/password_manager/password_store_unittest.cc', 1347 'browser/password_manager/password_store_unittest.cc',
1348 'browser/password_manager/password_store_default_unittest.cc', 1348 'browser/password_manager/password_store_default_unittest.cc',
1349 'browser/password_manager/password_store_mac_unittest.cc', 1349 'browser/password_manager/password_store_mac_unittest.cc',
1350 'browser/password_manager/password_store_win_unittest.cc', 1350 'browser/password_manager/password_store_win_unittest.cc',
1351 'browser/password_manager/password_store_x_unittest.cc', 1351 'browser/password_manager/password_store_x_unittest.cc',
1352 'browser/performance_monitor/database_unittest.cc',
1352 'browser/plugin_finder_unittest.cc', 1353 'browser/plugin_finder_unittest.cc',
1353 'browser/plugin_installer_unittest.cc', 1354 'browser/plugin_installer_unittest.cc',
1354 'browser/plugin_prefs_unittest.cc', 1355 'browser/plugin_prefs_unittest.cc',
1355 'browser/policy/async_policy_provider_unittest.cc', 1356 'browser/policy/async_policy_provider_unittest.cc',
1356 'browser/policy/asynchronous_policy_loader_unittest.cc', 1357 'browser/policy/asynchronous_policy_loader_unittest.cc',
1357 'browser/policy/asynchronous_policy_provider_unittest.cc', 1358 'browser/policy/asynchronous_policy_provider_unittest.cc',
1358 'browser/policy/asynchronous_policy_test_base.cc', 1359 'browser/policy/asynchronous_policy_test_base.cc',
1359 'browser/policy/asynchronous_policy_test_base.h', 1360 'browser/policy/asynchronous_policy_test_base.h',
1360 'browser/policy/auto_enrollment_client_unittest.cc', 1361 'browser/policy/auto_enrollment_client_unittest.cc',
1361 'browser/policy/cloud_policy_client_unittest.cc', 1362 'browser/policy/cloud_policy_client_unittest.cc',
(...skipping 3299 matching lines...) Expand 10 before | Expand all | Expand 10 after
4661 # Use outputs of this action as inputs for the main target build. 4662 # Use outputs of this action as inputs for the main target build.
4662 # Seems as a misnomer but makes this happy on Linux (scons). 4663 # Seems as a misnomer but makes this happy on Linux (scons).
4663 'process_outputs_as_sources': 1, 4664 'process_outputs_as_sources': 1,
4664 }, 4665 },
4665 ], # 'actions' 4666 ], # 'actions'
4666 }, 4667 },
4667 ] 4668 ]
4668 }], # 'coverage!=0' 4669 }], # 'coverage!=0'
4669 ], # 'conditions' 4670 ], # 'conditions'
4670 } 4671 }
OLDNEW
« chrome/browser/performance_monitor/database.cc ('K') | « chrome/chrome_browser.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698