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

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: Requested changes made Created 8 years, 5 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 2821 matching lines...) Expand 10 before | Expand all | Expand 10 after
2832 'browser/locale_tests_browsertest.cc', 2832 'browser/locale_tests_browsertest.cc',
2833 'browser/logging_chrome_browsertest.cc', 2833 'browser/logging_chrome_browsertest.cc',
2834 'browser/metrics/metrics_service_browsertest.cc', 2834 'browser/metrics/metrics_service_browsertest.cc',
2835 'browser/net/cookie_policy_browsertest.cc', 2835 'browser/net/cookie_policy_browsertest.cc',
2836 'browser/net/ftp_browsertest.cc', 2836 'browser/net/ftp_browsertest.cc',
2837 'browser/net/load_timing_observer_browsertest.cc', 2837 'browser/net/load_timing_observer_browsertest.cc',
2838 'browser/notifications/desktop_notifications_unittest.cc', 2838 'browser/notifications/desktop_notifications_unittest.cc',
2839 'browser/notifications/desktop_notifications_unittest.h', 2839 'browser/notifications/desktop_notifications_unittest.h',
2840 'browser/notifications/notification_browsertest.cc', 2840 'browser/notifications/notification_browsertest.cc',
2841 'browser/page_cycler/page_cycler_browsertest.cc', 2841 'browser/page_cycler/page_cycler_browsertest.cc',
2842 'browser/performance_monitor/performance_monitor_browsertest.cc',
2842 'browser/policy/device_management_service_browsertest.cc', 2843 'browser/policy/device_management_service_browsertest.cc',
2843 'browser/popup_blocker_browsertest.cc', 2844 'browser/popup_blocker_browsertest.cc',
2844 'browser/prefs/pref_service_browsertest.cc', 2845 'browser/prefs/pref_service_browsertest.cc',
2845 'browser/prerender/prefetch_browsertest.cc', 2846 'browser/prerender/prefetch_browsertest.cc',
2846 'browser/prerender/prerender_browsertest.cc', 2847 'browser/prerender/prerender_browsertest.cc',
2847 'browser/printing/cloud_print/test/cloud_print_proxy_process_browsertest .cc', 2848 'browser/printing/cloud_print/test/cloud_print_proxy_process_browsertest .cc',
2848 'browser/printing/printing_layout_browsertest.cc', 2849 'browser/printing/printing_layout_browsertest.cc',
2849 'browser/printing/print_preview_tab_controller_browsertest.cc', 2850 'browser/printing/print_preview_tab_controller_browsertest.cc',
2850 'browser/process_singleton_browsertest.cc', 2851 'browser/process_singleton_browsertest.cc',
2851 'browser/profiles/profile_browsertest.cc', 2852 'browser/profiles/profile_browsertest.cc',
(...skipping 1798 matching lines...) Expand 10 before | Expand all | Expand 10 after
4650 # Use outputs of this action as inputs for the main target build. 4651 # Use outputs of this action as inputs for the main target build.
4651 # Seems as a misnomer but makes this happy on Linux (scons). 4652 # Seems as a misnomer but makes this happy on Linux (scons).
4652 'process_outputs_as_sources': 1, 4653 'process_outputs_as_sources': 1,
4653 }, 4654 },
4654 ], # 'actions' 4655 ], # 'actions'
4655 }, 4656 },
4656 ] 4657 ]
4657 }], # 'coverage!=0' 4658 }], # 'coverage!=0'
4658 ], # 'conditions' 4659 ], # 'conditions'
4659 } 4660 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698