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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 11573052: Revert 173550 (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: 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',
2432 '../build/linux/system.gyp:udev', 2431 '../build/linux/system.gyp:udev',
2433 ], 2432 ],
2434 'sources': [ 2433 'sources': [
2435 'browser/media_transfer_protocol/media_transfer_protocol_daemon_clie nt.cc', 2434 'browser/media_transfer_protocol/media_transfer_protocol_daemon_clie nt.cc',
2436 'browser/media_transfer_protocol/media_transfer_protocol_daemon_clie nt.h', 2435 'browser/media_transfer_protocol/media_transfer_protocol_daemon_clie nt.h',
2437 'browser/media_transfer_protocol/media_transfer_protocol_manager.cc' , 2436 'browser/media_transfer_protocol/media_transfer_protocol_manager.cc' ,
2438 'browser/media_transfer_protocol/media_transfer_protocol_manager.h', 2437 'browser/media_transfer_protocol/media_transfer_protocol_manager.h',
2439 ], 2438 ],
2440 }], 2439 }],
2441 ['chromeos==0', { 2440 ['chromeos==0', {
(...skipping 664 matching lines...) Expand 10 before | Expand all | Expand 10 after
3106 'proto_in_dir': '../third_party/cros_system_api/dbus', 3105 'proto_in_dir': '../third_party/cros_system_api/dbus',
3107 'proto_out_dir': 'chrome/browser/media_transfer_protocol', 3106 'proto_out_dir': 'chrome/browser/media_transfer_protocol',
3108 }, 3107 },
3109 'includes': ['../build/protoc.gypi'], 3108 'includes': ['../build/protoc.gypi'],
3110 }, 3109 },
3111 ], 3110 ],
3112 }, 3111 },
3113 ], 3112 ],
3114 ], 3113 ],
3115 } 3114 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698