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

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: Rebase 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
« no previous file with comments | « chrome/chrome_renderer.gypi ('k') | chrome/renderer/translate_helper.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 (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 2681 matching lines...) Expand 10 before | Expand all | Expand 10 after
2692 ], 2692 ],
2693 }], # OS == android 2693 }], # OS == android
2694 ['enable_themes==0', { 2694 ['enable_themes==0', {
2695 'sources!': [ 2695 'sources!': [
2696 'browser/ui/webui/theme_source_unittest.cc', 2696 'browser/ui/webui/theme_source_unittest.cc',
2697 ], 2697 ],
2698 'sources/': [ 2698 'sources/': [
2699 ['exclude', '^browser/themes/'], 2699 ['exclude', '^browser/themes/'],
2700 ], 2700 ],
2701 }], 2701 }],
2702 ['enable_language_detection==0', {
2703 'sources!': [
2704 'browser/language_usage_metrics_unittest.cc',
2705 ],
2706 }],
2702 ['enable_plugin_installation==0', { 2707 ['enable_plugin_installation==0', {
2703 'sources!': [ 2708 'sources!': [
2704 ], 2709 ],
2705 }], 2710 }],
2706 ['enable_protector_service==0', { 2711 ['enable_protector_service==0', {
2707 'sources/': [ 2712 'sources/': [
2708 ['exclude', '^browser/protector/'], 2713 ['exclude', '^browser/protector/'],
2709 ], 2714 ],
2710 }], 2715 }],
2711 ['toolkit_views==1', { 2716 ['toolkit_views==1', {
(...skipping 2245 matching lines...) Expand 10 before | Expand all | Expand 10 after
4957 'sync_integration_tests.isolate', 4962 'sync_integration_tests.isolate',
4958 ], 4963 ],
4959 'sources': [ 4964 'sources': [
4960 'sync_integration_tests.isolate', 4965 'sync_integration_tests.isolate',
4961 ], 4966 ],
4962 }, 4967 },
4963 ], 4968 ],
4964 }], 4969 }],
4965 ], # 'conditions' 4970 ], # 'conditions'
4966 } 4971 }
OLDNEW
« no previous file with comments | « chrome/chrome_renderer.gypi ('k') | chrome/renderer/translate_helper.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698