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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 1560027: Refactor FileVersionInfo into an interface with platform implementations. (Closed)
Patch Set: comments Created 10 years, 8 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.gyp ('k') | chrome/chrome_exe.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) 2010 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2010 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 { 5 {
6 'targets': [ 6 'targets': [
7 { 7 {
8 'target_name': 'browser', 8 'target_name': 'browser',
9 'type': '<(library)', 9 'type': '<(library)',
10 'msvs_guid': '5BF908A7-68FB-4A4B-99E3-8C749F1FE4EA', 10 'msvs_guid': '5BF908A7-68FB-4A4B-99E3-8C749F1FE4EA',
11 'dependencies': [ 11 'dependencies': [
12 'common', 12 'common',
13 'chrome_resources', 13 'chrome_resources',
14 'chrome_strings', 14 'chrome_strings',
15 'chrome_version_info',
15 'component_extensions', 16 'component_extensions',
16 'net_internals_resources', 17 'net_internals_resources',
17 'platform_locale_settings', 18 'platform_locale_settings',
18 'sync_proto', 19 'sync_proto',
19 'syncapi', 20 'syncapi',
20 'theme_resources', 21 'theme_resources',
21 '../app/app.gyp:app_resources', 22 '../app/app.gyp:app_resources',
22 '../app/app.gyp:app_strings', 23 '../app/app.gyp:app_strings',
23 '../media/media.gyp:media', 24 '../media/media.gyp:media',
24 '../printing/printing.gyp:printing', 25 '../printing/printing.gyp:printing',
(...skipping 2445 matching lines...) Expand 10 before | Expand all | Expand 10 after
2470 }], 2471 }],
2471 ['OS=="linux"', { 2472 ['OS=="linux"', {
2472 'dependencies': [ 2473 'dependencies': [
2473 '../build/linux/system.gyp:dbus-glib', 2474 '../build/linux/system.gyp:dbus-glib',
2474 # Temporarily disabled while we figure some stuff out. 2475 # Temporarily disabled while we figure some stuff out.
2475 # http://code.google.com/p/chromium/issues/detail?id=12351 2476 # http://code.google.com/p/chromium/issues/detail?id=12351
2476 # '../build/linux/system.gyp:gnome-keyring', 2477 # '../build/linux/system.gyp:gnome-keyring',
2477 '../build/linux/system.gyp:gtk', 2478 '../build/linux/system.gyp:gtk',
2478 '../build/linux/system.gyp:gtkprint', 2479 '../build/linux/system.gyp:gtkprint',
2479 '../build/linux/system.gyp:nss', 2480 '../build/linux/system.gyp:nss',
2480 '../base/base.gyp:linux_versioninfo',
2481 ], 2481 ],
2482 'link_settings': { 2482 'link_settings': {
2483 'libraries': [ 2483 'libraries': [
2484 # For dlsym() in 'browser/zygote_main_linux.cc' 2484 # For dlsym() in 'browser/zygote_main_linux.cc'
2485 '-ldl', 2485 '-ldl',
2486 ], 2486 ],
2487 }, 2487 },
2488 'sources!': [ 2488 'sources!': [
2489 # Exclude extension shelf for toolstrips. 2489 # Exclude extension shelf for toolstrips.
2490 'browser/views/extensions/extension_shelf.cc', 2490 'browser/views/extensions/extension_shelf.cc',
(...skipping 738 matching lines...) Expand 10 before | Expand all | Expand 10 after
3229 ] 3229 ]
3230 }, 3230 },
3231 ], 3231 ],
3232 } 3232 }
3233 3233
3234 # Local Variables: 3234 # Local Variables:
3235 # tab-width:2 3235 # tab-width:2
3236 # indent-tabs-mode:nil 3236 # indent-tabs-mode:nil
3237 # End: 3237 # End:
3238 # vim: set expandtab tabstop=2 shiftwidth=2: 3238 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « chrome/chrome.gyp ('k') | chrome/chrome_exe.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698