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

Side by Side Diff: build/common.gypi

Issue 18911002: Move language detection to chrome/common/. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Full test + rebase 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
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 # IMPORTANT: 5 # IMPORTANT:
6 # Please don't directly include this file if you are building via gyp_chromium, 6 # Please don't directly include this file if you are building via gyp_chromium,
7 # since gyp_chromium is automatically forcing its inclusion. 7 # since gyp_chromium is automatically forcing its inclusion.
8 { 8 {
9 # Variables expected to be overriden on the GYP command line (-D) or by 9 # Variables expected to be overriden on the GYP command line (-D) or by
10 # ~/.gyp/include.gypi. 10 # ~/.gyp/include.gypi.
(...skipping 519 matching lines...) Expand 10 before | Expand all | Expand 10 after
530 ['OS=="android" and android_webview_build==1', { 530 ['OS=="android" and android_webview_build==1', {
531 'enable_webrtc%': 0, 531 'enable_webrtc%': 0,
532 }], 532 }],
533 533
534 ['OS=="ios"', { 534 ['OS=="ios"', {
535 'configuration_policy%': 0, 535 'configuration_policy%': 0,
536 'disable_ftp_support%': 1, 536 'disable_ftp_support%': 1,
537 'enable_automation%': 0, 537 'enable_automation%': 0,
538 'enable_extensions%': 0, 538 'enable_extensions%': 0,
539 'enable_google_now%': 0, 539 'enable_google_now%': 0,
540 'enable_language_detection%': 0, 540 'enable_language_detection%': 1,
541 'enable_printing%': 0, 541 'enable_printing%': 0,
542 'enable_session_service%': 0, 542 'enable_session_service%': 0,
543 'enable_themes%': 0, 543 'enable_themes%': 0,
544 'enable_webrtc%': 0, 544 'enable_webrtc%': 0,
545 'notifications%': 0, 545 'notifications%': 0,
546 'remoting%': 0, 546 'remoting%': 0,
547 'safe_browsing%': 0, 547 'safe_browsing%': 0,
548 'enable_managed_users%': 0, 548 'enable_managed_users%': 0,
549 }], 549 }],
550 550
(...skipping 4081 matching lines...) Expand 10 before | Expand all | Expand 10 after
4632 # settings in target dicts. SYMROOT is a special case, because many other 4632 # settings in target dicts. SYMROOT is a special case, because many other
4633 # Xcode variables depend on it, including variables such as 4633 # Xcode variables depend on it, including variables such as
4634 # PROJECT_DERIVED_FILE_DIR. When a source group corresponding to something 4634 # PROJECT_DERIVED_FILE_DIR. When a source group corresponding to something
4635 # like PROJECT_DERIVED_FILE_DIR is added to a project, in order for the 4635 # like PROJECT_DERIVED_FILE_DIR is added to a project, in order for the
4636 # files to appear (when present) in the UI as actual files and not red 4636 # files to appear (when present) in the UI as actual files and not red
4637 # red "missing file" proxies, the correct path to PROJECT_DERIVED_FILE_DIR, 4637 # red "missing file" proxies, the correct path to PROJECT_DERIVED_FILE_DIR,
4638 # and therefore SYMROOT, needs to be set at the project level. 4638 # and therefore SYMROOT, needs to be set at the project level.
4639 'SYMROOT': '<(DEPTH)/xcodebuild', 4639 'SYMROOT': '<(DEPTH)/xcodebuild',
4640 }, 4640 },
4641 } 4641 }
OLDNEW
« no previous file with comments | « no previous file | chrome/chrome_common.gypi » ('j') | chrome/common/translate/language_detection_util.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698