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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 11415243: Linux: use generated library loader for libspeechd. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 8 years 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
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 { 5 {
6 'targets': [ 6 'targets': [
7 { 7 {
8 'target_name': 'browser', 8 'target_name': 'browser',
9 'type': 'static_library', 9 'type': 'static_library',
10 'variables': { 'enable_wexit_time_destructors': 1, }, 10 'variables': { 'enable_wexit_time_destructors': 1, },
(...skipping 2410 matching lines...) Expand 10 before | Expand all | Expand 10 after
2421 'sources/': [ 2421 'sources/': [
2422 ['exclude', '^browser/safe_browsing/'], 2422 ['exclude', '^browser/safe_browsing/'],
2423 ['include', '^browser/safe_browsing/safe_browsing_tab_observer.cc'], 2423 ['include', '^browser/safe_browsing/safe_browsing_tab_observer.cc'],
2424 ['include', '^browser/safe_browsing/safe_browsing_tab_observer.h'], 2424 ['include', '^browser/safe_browsing/safe_browsing_tab_observer.h'],
2425 ], 2425 ],
2426 }], 2426 }],
2427 ['OS=="linux"', { 2427 ['OS=="linux"', {
2428 'dependencies': [ 2428 'dependencies': [
2429 'mtp_file_entry_proto', 2429 'mtp_file_entry_proto',
2430 'mtp_storage_info_proto', 2430 'mtp_storage_info_proto',
2431 '../build/linux/system.gyp:libspeechd',
2431 '../build/linux/system.gyp:udev', 2432 '../build/linux/system.gyp:udev',
2432 ], 2433 ],
2433 'sources': [ 2434 'sources': [
2434 'browser/media_transfer_protocol/media_transfer_protocol_daemon_clie nt.cc', 2435 'browser/media_transfer_protocol/media_transfer_protocol_daemon_clie nt.cc',
2435 'browser/media_transfer_protocol/media_transfer_protocol_daemon_clie nt.h', 2436 'browser/media_transfer_protocol/media_transfer_protocol_daemon_clie nt.h',
2436 'browser/media_transfer_protocol/media_transfer_protocol_manager.cc' , 2437 'browser/media_transfer_protocol/media_transfer_protocol_manager.cc' ,
2437 'browser/media_transfer_protocol/media_transfer_protocol_manager.h', 2438 'browser/media_transfer_protocol/media_transfer_protocol_manager.h',
2438 ], 2439 ],
2439 }], 2440 }],
2440 ['chromeos==0', { 2441 ['chromeos==0', {
(...skipping 664 matching lines...) Expand 10 before | Expand all | Expand 10 after
3105 'proto_in_dir': '../third_party/cros_system_api/dbus', 3106 'proto_in_dir': '../third_party/cros_system_api/dbus',
3106 'proto_out_dir': 'chrome/browser/media_transfer_protocol', 3107 'proto_out_dir': 'chrome/browser/media_transfer_protocol',
3107 }, 3108 },
3108 'includes': ['../build/protoc.gypi'], 3109 'includes': ['../build/protoc.gypi'],
3109 }, 3110 },
3110 ], 3111 ],
3111 }, 3112 },
3112 ], 3113 ],
3113 ], 3114 ],
3114 } 3115 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698