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

Side by Side Diff: chrome/chrome_tests.gypi

Issue 10568014: CPM Extension Event Watching Browsertests (Closed) Base URL: http://git.chromium.org/chromium/src.git@dc_extension_event_watching
Patch Set: 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 2828 matching lines...) Expand 10 before | Expand all | Expand 10 after
2839 'browser/locale_tests_browsertest.cc', 2839 'browser/locale_tests_browsertest.cc',
2840 'browser/logging_chrome_browsertest.cc', 2840 'browser/logging_chrome_browsertest.cc',
2841 'browser/metrics/metrics_service_browsertest.cc', 2841 'browser/metrics/metrics_service_browsertest.cc',
2842 'browser/net/cookie_policy_browsertest.cc', 2842 'browser/net/cookie_policy_browsertest.cc',
2843 'browser/net/ftp_browsertest.cc', 2843 'browser/net/ftp_browsertest.cc',
2844 'browser/net/load_timing_observer_browsertest.cc', 2844 'browser/net/load_timing_observer_browsertest.cc',
2845 'browser/notifications/desktop_notifications_unittest.cc', 2845 'browser/notifications/desktop_notifications_unittest.cc',
2846 'browser/notifications/desktop_notifications_unittest.h', 2846 'browser/notifications/desktop_notifications_unittest.h',
2847 'browser/notifications/notification_browsertest.cc', 2847 'browser/notifications/notification_browsertest.cc',
2848 'browser/page_cycler/page_cycler_browsertest.cc', 2848 'browser/page_cycler/page_cycler_browsertest.cc',
2849 'browser/performance_monitor/performance_monitor_browsertest.cc',
2849 'browser/policy/device_management_service_browsertest.cc', 2850 'browser/policy/device_management_service_browsertest.cc',
2850 'browser/popup_blocker_browsertest.cc', 2851 'browser/popup_blocker_browsertest.cc',
2851 'browser/prefs/pref_service_browsertest.cc', 2852 'browser/prefs/pref_service_browsertest.cc',
2852 'browser/prerender/prefetch_browsertest.cc', 2853 'browser/prerender/prefetch_browsertest.cc',
2853 'browser/prerender/prerender_browsertest.cc', 2854 'browser/prerender/prerender_browsertest.cc',
2854 'browser/printing/cloud_print/test/cloud_print_proxy_process_browsertest .cc', 2855 'browser/printing/cloud_print/test/cloud_print_proxy_process_browsertest .cc',
2855 'browser/printing/printing_layout_browsertest.cc', 2856 'browser/printing/printing_layout_browsertest.cc',
2856 'browser/printing/print_preview_tab_controller_browsertest.cc', 2857 'browser/printing/print_preview_tab_controller_browsertest.cc',
2857 'browser/process_singleton_browsertest.cc', 2858 'browser/process_singleton_browsertest.cc',
2858 'browser/profiles/profile_browsertest.cc', 2859 'browser/profiles/profile_browsertest.cc',
(...skipping 1822 matching lines...) Expand 10 before | Expand all | Expand 10 after
4681 # Use outputs of this action as inputs for the main target build. 4682 # Use outputs of this action as inputs for the main target build.
4682 # Seems as a misnomer but makes this happy on Linux (scons). 4683 # Seems as a misnomer but makes this happy on Linux (scons).
4683 'process_outputs_as_sources': 1, 4684 'process_outputs_as_sources': 1,
4684 }, 4685 },
4685 ], # 'actions' 4686 ], # 'actions'
4686 }, 4687 },
4687 ] 4688 ]
4688 }], # 'coverage!=0' 4689 }], # 'coverage!=0'
4689 ], # 'conditions' 4690 ], # 'conditions'
4690 } 4691 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698