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

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: Using enable_language_detection feature flag 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 2680 matching lines...) Expand 10 before | Expand all | Expand 10 after
2691 ], 2691 ],
2692 }], # OS == android 2692 }], # OS == android
2693 ['enable_themes==0', { 2693 ['enable_themes==0', {
2694 'sources!': [ 2694 'sources!': [
2695 'browser/ui/webui/theme_source_unittest.cc', 2695 'browser/ui/webui/theme_source_unittest.cc',
2696 ], 2696 ],
2697 'sources/': [ 2697 'sources/': [
2698 ['exclude', '^browser/themes/'], 2698 ['exclude', '^browser/themes/'],
2699 ], 2699 ],
2700 }], 2700 }],
2701 ['enable_language_detection==0', {
2702 'sources!': [
2703 'browser/language_usage_metrics_unittest.cc',
2704 ],
2705 }],
2701 ['enable_plugin_installation==0', { 2706 ['enable_plugin_installation==0', {
2702 'sources!': [ 2707 'sources!': [
2703 ], 2708 ],
2704 }], 2709 }],
2705 ['enable_protector_service==0', { 2710 ['enable_protector_service==0', {
2706 'sources/': [ 2711 'sources/': [
2707 ['exclude', '^browser/protector/'], 2712 ['exclude', '^browser/protector/'],
2708 ], 2713 ],
2709 }], 2714 }],
2710 ['toolkit_views==1', { 2715 ['toolkit_views==1', {
(...skipping 2245 matching lines...) Expand 10 before | Expand all | Expand 10 after
4956 'sync_integration_tests.isolate', 4961 'sync_integration_tests.isolate',
4957 ], 4962 ],
4958 'sources': [ 4963 'sources': [
4959 'sync_integration_tests.isolate', 4964 'sync_integration_tests.isolate',
4960 ], 4965 ],
4961 }, 4966 },
4962 ], 4967 ],
4963 }], 4968 }],
4964 ], # 'conditions' 4969 ], # 'conditions'
4965 } 4970 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698