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

Side by Side Diff: chrome/chrome_browser.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/browser/chrome_browser_main.cc ('k') | chrome/chrome_browser_ui.gypi » ('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 # 2 #
3 # Use of this source code is governed by a BSD-style license that can be 3 # Use of this source code is governed by a BSD-style license that can be
4 # found in the LICENSE file. 4 # found in the LICENSE file.
5 5
6 { 6 {
7 'targets': [ 7 'targets': [
8 { 8 {
9 'target_name': 'browser', 9 'target_name': 'browser',
10 'type': 'static_library', 10 'type': 'static_library',
(...skipping 2144 matching lines...) Expand 10 before | Expand all | Expand 10 after
2155 'browser/performance_monitor/performance_monitor.gyp:performance_mon itor', 2155 'browser/performance_monitor/performance_monitor.gyp:performance_mon itor',
2156 'browser_extensions', 2156 'browser_extensions',
2157 'common/extensions/api/api.gyp:api', 2157 'common/extensions/api/api.gyp:api',
2158 'debugger', 2158 'debugger',
2159 'installer_util', 2159 'installer_util',
2160 'sync_file_system_proto', 2160 'sync_file_system_proto',
2161 '../net/net.gyp:net_with_v8', 2161 '../net/net.gyp:net_with_v8',
2162 '../ppapi/ppapi_internal.gyp:ppapi_ipc', # For PpapiMsg_LoadPlugin 2162 '../ppapi/ppapi_internal.gyp:ppapi_ipc', # For PpapiMsg_LoadPlugin
2163 '../printing/printing.gyp:printing', 2163 '../printing/printing.gyp:printing',
2164 '../third_party/adobe/flash/flash_player.gyp:flapper_version_h', 2164 '../third_party/adobe/flash/flash_player.gyp:flapper_version_h',
2165 '../third_party/cld/cld.gyp:cld',
2166 '../third_party/expat/expat.gyp:expat', 2165 '../third_party/expat/expat.gyp:expat',
2167 '../third_party/hunspell/hunspell.gyp:hunspell', 2166 '../third_party/hunspell/hunspell.gyp:hunspell',
2168 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase', 2167 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase',
2169 '../third_party/libjingle/libjingle.gyp:libjingle', 2168 '../third_party/libjingle/libjingle.gyp:libjingle',
2170 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber', 2169 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber',
2171 '../third_party/npapi/npapi.gyp:npapi', 2170 '../third_party/npapi/npapi.gyp:npapi',
2172 '../third_party/re2/re2.gyp:re2', 2171 '../third_party/re2/re2.gyp:re2',
2173 '../ui/surface/surface.gyp:surface', 2172 '../ui/surface/surface.gyp:surface',
2174 '../ui/web_dialogs/web_dialogs.gyp:web_dialogs', 2173 '../ui/web_dialogs/web_dialogs.gyp:web_dialogs',
2175 '../v8/tools/gyp/v8.gyp:v8', 2174 '../v8/tools/gyp/v8.gyp:v8',
(...skipping 381 matching lines...) Expand 10 before | Expand all | Expand 10 after
2557 ], 2556 ],
2558 'sources/': [ 2557 'sources/': [
2559 ['exclude', '^browser/themes/'], 2558 ['exclude', '^browser/themes/'],
2560 ], 2559 ],
2561 }], 2560 }],
2562 ['enable_automation!=1', { 2561 ['enable_automation!=1', {
2563 'sources/': [ 2562 'sources/': [
2564 ['exclude', '^browser/automation/'], 2563 ['exclude', '^browser/automation/'],
2565 ], 2564 ],
2566 }], 2565 }],
2566 ['enable_language_detection==0', {
2567 'sources!': [
2568 'browser/language_usage_metrics.cc',
2569 'browser/language_usage_metrics.h',
2570 ],
2571 }, { # enable_language_detection==1
2572 'dependencies': [
2573 '../third_party/cld/cld.gyp:cld',
2574 ],
2575 }],
2567 ['enable_printing!=1', { 2576 ['enable_printing!=1', {
2568 'sources/': [ 2577 'sources/': [
2569 ['exclude', '^browser/ui/webui/print_preview/'], 2578 ['exclude', '^browser/ui/webui/print_preview/'],
2570 ], 2579 ],
2571 }], 2580 }],
2572 ['enable_captive_portal_detection!=1', { 2581 ['enable_captive_portal_detection!=1', {
2573 'sources/': [ 2582 'sources/': [
2574 ['exclude', '^browser/captive_portal/'], 2583 ['exclude', '^browser/captive_portal/'],
2575 ], 2584 ],
2576 }], 2585 }],
(...skipping 425 matching lines...) Expand 10 before | Expand all | Expand 10 after
3002 'proto_in_dir': '../third_party/cros_system_api/dbus', 3011 'proto_in_dir': '../third_party/cros_system_api/dbus',
3003 'proto_out_dir': 'chrome/browser/media_transfer_protocol', 3012 'proto_out_dir': 'chrome/browser/media_transfer_protocol',
3004 }, 3013 },
3005 'includes': ['../build/protoc.gypi'], 3014 'includes': ['../build/protoc.gypi'],
3006 }, 3015 },
3007 ], 3016 ],
3008 }, 3017 },
3009 ], 3018 ],
3010 ], 3019 ],
3011 } 3020 }
OLDNEW
« no previous file with comments | « chrome/browser/chrome_browser_main.cc ('k') | chrome/chrome_browser_ui.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698