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

Side by Side Diff: chrome/chrome_tests.gypi

Issue 11361051: Remove dependency on language detection library. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 1 month 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 2609 matching lines...) Expand 10 before | Expand all | Expand 10 after
2620 # Sync setup uses native ui. 2620 # Sync setup uses native ui.
2621 'browser/ui/webui/sync_setup_handler_unittest.cc', 2621 'browser/ui/webui/sync_setup_handler_unittest.cc',
2622 2622
2623 # about:flags is unsupported. 2623 # about:flags is unsupported.
2624 'browser/about_flags_unittest.cc', 2624 'browser/about_flags_unittest.cc',
2625 2625
2626 # There's no Browser/BrowserList on Android. 2626 # There's no Browser/BrowserList on Android.
2627 'browser/browser_commands_unittest.cc', 2627 'browser/browser_commands_unittest.cc',
2628 'browser/extensions/extension_context_menu_model_unittest.cc', 2628 'browser/extensions/extension_context_menu_model_unittest.cc',
2629 'browser/extensions/extension_ui_unittest.cc', 2629 'browser/extensions/extension_ui_unittest.cc',
2630 'browser/language_usage_metrics_unittest.cc',
2630 'browser/managed_mode/managed_mode_unittest.cc', 2631 'browser/managed_mode/managed_mode_unittest.cc',
2631 'browser/managed_mode/managed_mode_url_filter_unittest.cc', 2632 'browser/managed_mode/managed_mode_url_filter_unittest.cc',
2632 'browser/net/gaia/gaia_oauth_fetcher_unittest.cc', 2633 'browser/net/gaia/gaia_oauth_fetcher_unittest.cc',
2633 'browser/page_cycler/page_cycler_unittest.cc', 2634 'browser/page_cycler/page_cycler_unittest.cc',
2634 'browser/profiles/off_the_record_profile_impl_unittest.cc', 2635 'browser/profiles/off_the_record_profile_impl_unittest.cc',
2635 'browser/sync/profile_sync_service_session_unittest.cc', 2636 'browser/sync/profile_sync_service_session_unittest.cc',
2636 'browser/sync/sync_global_error_unittest.cc', 2637 'browser/sync/sync_global_error_unittest.cc',
2637 'browser/sync/sync_setup_wizard_unittest.cc', 2638 'browser/sync/sync_setup_wizard_unittest.cc',
2638 'browser/tab_contents/render_view_context_menu_unittest.cc', 2639 'browser/tab_contents/render_view_context_menu_unittest.cc',
2639 'browser/ui/bookmarks/bookmark_context_menu_controller_unittest.cc', 2640 'browser/ui/bookmarks/bookmark_context_menu_controller_unittest.cc',
(...skipping 2323 matching lines...) Expand 10 before | Expand all | Expand 10 after
4963 'sync_integration_tests.isolate', 4964 'sync_integration_tests.isolate',
4964 ], 4965 ],
4965 'sources': [ 4966 'sources': [
4966 'sync_integration_tests.isolate', 4967 'sync_integration_tests.isolate',
4967 ], 4968 ],
4968 }, 4969 },
4969 ], 4970 ],
4970 }], 4971 }],
4971 ], # 'conditions' 4972 ], # 'conditions'
4972 } 4973 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698