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

Side by Side Diff: chrome/chrome_tests_unit.gypi

Issue 18820002: Remove ENABLE_LANGUAGE_DETECTION (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Bug fix: mis-rebased Created 7 years, 5 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_common.gypi ('k') | chrome/common/translate/language_detection_util.cc » ('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 2012 The Chromium Authors. All rights reserved. 1 # Copyright 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 'targets': [ 5 'targets': [
6 { 6 {
7 # This target contains mocks and test utilities that don't belong in 7 # This target contains mocks and test utilities that don't belong in
8 # production libraries but are used by more than one test executable. 8 # production libraries but are used by more than one test executable.
9 'target_name': 'test_support_common', 9 'target_name': 'test_support_common',
10 'type': 'static_library', 10 'type': 'static_library',
(...skipping 2470 matching lines...) Expand 10 before | Expand all | Expand 10 after
2481 ], 2481 ],
2482 }], # OS == android 2482 }], # OS == android
2483 ['enable_themes==0', { 2483 ['enable_themes==0', {
2484 'sources!': [ 2484 'sources!': [
2485 'browser/ui/webui/theme_source_unittest.cc', 2485 'browser/ui/webui/theme_source_unittest.cc',
2486 ], 2486 ],
2487 'sources/': [ 2487 'sources/': [
2488 ['exclude', '^browser/themes/'], 2488 ['exclude', '^browser/themes/'],
2489 ], 2489 ],
2490 }], 2490 }],
2491 ['enable_language_detection==0', {
2492 'sources!': [
2493 'browser/language_usage_metrics_unittest.cc',
2494 ],
2495 }],
2496 ['toolkit_views==1', { 2491 ['toolkit_views==1', {
2497 'dependencies': [ 2492 'dependencies': [
2498 '../ui/views/views.gyp:views', 2493 '../ui/views/views.gyp:views',
2499 ], 2494 ],
2500 'sources!': [ 2495 'sources!': [
2501 'browser/ui/gtk/tabs/tab_renderer_gtk_unittest.cc', 2496 'browser/ui/gtk/tabs/tab_renderer_gtk_unittest.cc',
2502 ], 2497 ],
2503 }, { # else: toolkit_views == 0 2498 }, { # else: toolkit_views == 0
2504 'sources/': [ 2499 'sources/': [
2505 ['exclude', '^browser/ui/views/'], 2500 ['exclude', '^browser/ui/views/'],
(...skipping 141 matching lines...) Expand 10 before | Expand all | Expand 10 after
2647 # more details. 2642 # more details.
2648 'DebugInformationFormat': '3', 2643 'DebugInformationFormat': '3',
2649 'ProgramDataBaseFileName': '<(PRODUCT_DIR)/unit_tests.exe.pdb', 2644 'ProgramDataBaseFileName': '<(PRODUCT_DIR)/unit_tests.exe.pdb',
2650 }, 2645 },
2651 }, 2646 },
2652 }, 2647 },
2653 ], 2648 ],
2654 }], 2649 }],
2655 ], # 'conditions' 2650 ], # 'conditions'
2656 } 2651 }
OLDNEW
« no previous file with comments | « chrome/chrome_common.gypi ('k') | chrome/common/translate/language_detection_util.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698