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

Side by Side Diff: chrome/chrome_tests.gypi

Issue 1156983002: Remove unused "Website Settings" view of content settings (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 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
« no previous file with comments | « chrome/chrome_browser_ui.gypi ('k') | chrome/common/chrome_switches.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 'chrome_browser_extensions_test_support_sources': [ 6 'chrome_browser_extensions_test_support_sources': [
7 # A list of sources which is shared between different browser tests. 7 # A list of sources which is shared between different browser tests.
8 'browser/apps/app_browsertest_util.cc', 8 'browser/apps/app_browsertest_util.cc',
9 'browser/apps/app_browsertest_util.h', 9 'browser/apps/app_browsertest_util.h',
10 'browser/extensions/browsertest_util.cc', 10 'browser/extensions/browsertest_util.cc',
(...skipping 865 matching lines...) Expand 10 before | Expand all | Expand 10 after
876 'browser/ui/webui/options/language_options_dictionary_download_browsertest .js', 876 'browser/ui/webui/options/language_options_dictionary_download_browsertest .js',
877 'browser/ui/webui/options/manage_profile_browsertest.js', 877 'browser/ui/webui/options/manage_profile_browsertest.js',
878 'browser/ui/webui/options/options_browsertest.js', 878 'browser/ui/webui/options/options_browsertest.js',
879 'browser/ui/webui/options/options_browsertest_base.js', 879 'browser/ui/webui/options/options_browsertest_base.js',
880 'browser/ui/webui/options/password_manager_browsertest.js', 880 'browser/ui/webui/options/password_manager_browsertest.js',
881 'browser/ui/webui/options/profile_settings_reset_browsertest.js', 881 'browser/ui/webui/options/profile_settings_reset_browsertest.js',
882 'browser/ui/webui/options/search_engine_manager_browsertest.js', 882 'browser/ui/webui/options/search_engine_manager_browsertest.js',
883 'browser/ui/webui/options/settings_app_browsertest.js', 883 'browser/ui/webui/options/settings_app_browsertest.js',
884 'browser/ui/webui/options/settings_format_browsertest.js', 884 'browser/ui/webui/options/settings_format_browsertest.js',
885 'browser/ui/webui/options/startup_page_list_browsertest.js', 885 'browser/ui/webui/options/startup_page_list_browsertest.js',
886 'browser/ui/webui/options/website_settings_browsertest.js',
887 'browser/ui/webui/sync_internals_browsertest.js', 886 'browser/ui/webui/sync_internals_browsertest.js',
888 'browser/ui/webui/sync_setup_browsertest.js', 887 'browser/ui/webui/sync_setup_browsertest.js',
889 'test/data/chromeos/oobe_webui_browsertest.js', 888 'test/data/chromeos/oobe_webui_browsertest.js',
890 'test/data/webui/about_invalidations_browsertest.js', 889 'test/data/webui/about_invalidations_browsertest.js',
891 'test/data/webui/accessibility_audit_browsertest.js', 890 'test/data/webui/accessibility_audit_browsertest.js',
892 'test/data/webui/assertions.js', 891 'test/data/webui/assertions.js',
893 'test/data/webui/async_gen.js', 892 'test/data/webui/async_gen.js',
894 'test/data/webui/certificate_viewer_dialog_test.js', 893 'test/data/webui/certificate_viewer_dialog_test.js',
895 'test/data/webui/chrome_send_browsertest.js', 894 'test/data/webui/chrome_send_browsertest.js',
896 'test/data/webui/history_browsertest.js', 895 'test/data/webui/history_browsertest.js',
(...skipping 2365 matching lines...) Expand 10 before | Expand all | Expand 10 after
3262 ['enable_webrtc==1', { 3261 ['enable_webrtc==1', {
3263 'dependencies': [ 3262 'dependencies': [
3264 '../third_party/libjingle/libjingle.gyp:libjingle_webrtc' 3263 '../third_party/libjingle/libjingle.gyp:libjingle_webrtc'
3265 ] 3264 ]
3266 }], 3265 }],
3267 ], 3266 ],
3268 }] 3267 }]
3269 }], 3268 }],
3270 ], # 'conditions' 3269 ], # 'conditions'
3271 } 3270 }
OLDNEW
« no previous file with comments | « chrome/chrome_browser_ui.gypi ('k') | chrome/common/chrome_switches.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698