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

Side by Side Diff: chrome/chrome_tests.gypi

Issue 12088040: Add a SigninAllowed policy. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Address nits and rebase to ToT. Created 7 years, 9 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
« no previous file with comments | « chrome/browser/ui/webui/sync_promo/sync_promo_ui.cc ('k') | chrome/common/pref_names.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright 2013 The Chromium Authors. All rights reserved. 1 # Copyright 2013 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 1405 matching lines...) Expand 10 before | Expand all | Expand 10 after
1416 'browser/ui/webui/bookmarks_ui_browsertest.cc', 1416 'browser/ui/webui/bookmarks_ui_browsertest.cc',
1417 'browser/ui/webui/chrome_url_data_manager_browsertest.cc', 1417 'browser/ui/webui/chrome_url_data_manager_browsertest.cc',
1418 'browser/ui/webui/constrained_web_dialog_ui_browsertest.cc', 1418 'browser/ui/webui/constrained_web_dialog_ui_browsertest.cc',
1419 'browser/ui/webui/downloads_dom_handler_browsertest.cc', 1419 'browser/ui/webui/downloads_dom_handler_browsertest.cc',
1420 'browser/ui/webui/extensions/extension_settings_browsertest.js', 1420 'browser/ui/webui/extensions/extension_settings_browsertest.js',
1421 'browser/ui/webui/help/help_browsertest.js', 1421 'browser/ui/webui/help/help_browsertest.js',
1422 'browser/ui/webui/inspect_ui_browsertest.cc', 1422 'browser/ui/webui/inspect_ui_browsertest.cc',
1423 'browser/ui/webui/net_internals/net_internals_ui_browsertest.cc', 1423 'browser/ui/webui/net_internals/net_internals_ui_browsertest.cc',
1424 'browser/ui/webui/net_internals/net_internals_ui_browsertest.h', 1424 'browser/ui/webui/net_internals/net_internals_ui_browsertest.h',
1425 'browser/ui/webui/ntp/most_visited_browsertest.cc', 1425 'browser/ui/webui/ntp/most_visited_browsertest.cc',
1426 'browser/ui/webui/ntp/new_tab_page_sync_handler_browsertest.cc',
1426 'browser/ui/webui/ntp/new_tab_ui_browsertest.cc', 1427 'browser/ui/webui/ntp/new_tab_ui_browsertest.cc',
1427 'browser/ui/webui/options/autofill_options_browsertest.js', 1428 'browser/ui/webui/options/autofill_options_browsertest.js',
1428 'browser/ui/webui/options/browser_options_browsertest.js', 1429 'browser/ui/webui/options/browser_options_browsertest.js',
1429 'browser/ui/webui/options/certificate_manager_browsertest.js', 1430 'browser/ui/webui/options/certificate_manager_browsertest.js',
1430 'browser/ui/webui/options/chromeos/guest_mode_options_ui_browsertest.cc' , 1431 'browser/ui/webui/options/chromeos/guest_mode_options_ui_browsertest.cc' ,
1431 'browser/ui/webui/options/chromeos/kiosk_apps_browsertest.js', 1432 'browser/ui/webui/options/chromeos/kiosk_apps_browsertest.js',
1432 'browser/ui/webui/options/content_options_browsertest.js', 1433 'browser/ui/webui/options/content_options_browsertest.js',
1433 'browser/ui/webui/options/content_settings_exception_area_browsertest.js ', 1434 'browser/ui/webui/options/content_settings_exception_area_browsertest.js ',
1434 'browser/ui/webui/options/cookies_view_browsertest.js', 1435 'browser/ui/webui/options/cookies_view_browsertest.js',
1435 'browser/ui/webui/options/edit_dictionary_browsertest.js', 1436 'browser/ui/webui/options/edit_dictionary_browsertest.js',
(...skipping 1722 matching lines...) Expand 10 before | Expand all | Expand 10 after
3158 # more details. 3159 # more details.
3159 'DebugInformationFormat': '3', 3160 'DebugInformationFormat': '3',
3160 'ProgramDataBaseFileName': '<(PRODUCT_DIR)/browser_tests.exe.pdb', 3161 'ProgramDataBaseFileName': '<(PRODUCT_DIR)/browser_tests.exe.pdb',
3161 }, 3162 },
3162 }, 3163 },
3163 }, 3164 },
3164 ], 3165 ],
3165 }], 3166 }],
3166 ], # 'conditions' 3167 ], # 'conditions'
3167 } 3168 }
OLDNEW
« no previous file with comments | « chrome/browser/ui/webui/sync_promo/sync_promo_ui.cc ('k') | chrome/common/pref_names.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698