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

Side by Side Diff: chrome/chrome_tests.gypi

Issue 10666010: Don't pass the connector check policy flag along. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: anon namespace 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 | Annotate | Revision Log
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 2853 matching lines...) Expand 10 before | Expand all | Expand 10 after
2864 'browser/notifications/desktop_notifications_unittest.h', 2864 'browser/notifications/desktop_notifications_unittest.h',
2865 'browser/notifications/notification_browsertest.cc', 2865 'browser/notifications/notification_browsertest.cc',
2866 'browser/page_cycler/page_cycler_browsertest.cc', 2866 'browser/page_cycler/page_cycler_browsertest.cc',
2867 'browser/performance_monitor/performance_monitor_browsertest.cc', 2867 'browser/performance_monitor/performance_monitor_browsertest.cc',
2868 'browser/policy/device_management_service_browsertest.cc', 2868 'browser/policy/device_management_service_browsertest.cc',
2869 'browser/popup_blocker_browsertest.cc', 2869 'browser/popup_blocker_browsertest.cc',
2870 'browser/prefs/pref_service_browsertest.cc', 2870 'browser/prefs/pref_service_browsertest.cc',
2871 'browser/prerender/prefetch_browsertest.cc', 2871 'browser/prerender/prefetch_browsertest.cc',
2872 'browser/prerender/prerender_browsertest.cc', 2872 'browser/prerender/prerender_browsertest.cc',
2873 'browser/printing/cloud_print/test/cloud_print_proxy_process_browsertest .cc', 2873 'browser/printing/cloud_print/test/cloud_print_proxy_process_browsertest .cc',
2874 'browser/printing/cloud_print/test/cloud_print_policy_browsertest.cc',
Lei Zhang 2012/07/09 22:40:04 nit: policy before proxy.
Scott Byer 2012/07/10 16:23:12 Done. Could've sworn I did M-x sort-lines before u
2874 'browser/printing/printing_layout_browsertest.cc', 2875 'browser/printing/printing_layout_browsertest.cc',
2875 'browser/printing/print_preview_tab_controller_browsertest.cc', 2876 'browser/printing/print_preview_tab_controller_browsertest.cc',
2876 'browser/process_singleton_browsertest.cc', 2877 'browser/process_singleton_browsertest.cc',
2877 'browser/profiles/profile_browsertest.cc', 2878 'browser/profiles/profile_browsertest.cc',
2878 'browser/profiles/profile_manager_browsertest.cc', 2879 'browser/profiles/profile_manager_browsertest.cc',
2879 'browser/protector/default_search_provider_change_browsertest.cc', 2880 'browser/protector/default_search_provider_change_browsertest.cc',
2880 'browser/protector/protector_service_browsertest.cc', 2881 'browser/protector/protector_service_browsertest.cc',
2881 'browser/repost_form_warning_browsertest.cc', 2882 'browser/repost_form_warning_browsertest.cc',
2882 'browser/rlz/rlz_extension_apitest.cc', 2883 'browser/rlz/rlz_extension_apitest.cc',
2883 'browser/referrer_policy_browsertest.cc', 2884 'browser/referrer_policy_browsertest.cc',
(...skipping 1792 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

Powered by Google App Engine
This is Rietveld 408576698