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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 10007008: Add support for creating bluetooth RFCOMM sockets. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase diff to exclude extensions code Created 8 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 | Annotate | Revision Log
« no previous file with comments | « chrome/browser/chromeos/bluetooth/bluetooth_utils_unittest.cc ('k') | chrome/chrome_tests.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 # 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 397 matching lines...) Expand 10 before | Expand all | Expand 10 after
408 'browser/chromeos/audio/audio_mixer_cras.cc', 408 'browser/chromeos/audio/audio_mixer_cras.cc',
409 'browser/chromeos/audio/audio_mixer_cras.h', 409 'browser/chromeos/audio/audio_mixer_cras.h',
410 'browser/chromeos/background/desktop_background_observer.cc', 410 'browser/chromeos/background/desktop_background_observer.cc',
411 'browser/chromeos/background/desktop_background_observer.h', 411 'browser/chromeos/background/desktop_background_observer.h',
412 'browser/chromeos/bluetooth/bluetooth_adapter.cc', 412 'browser/chromeos/bluetooth/bluetooth_adapter.cc',
413 'browser/chromeos/bluetooth/bluetooth_adapter.h', 413 'browser/chromeos/bluetooth/bluetooth_adapter.h',
414 'browser/chromeos/bluetooth/bluetooth_device.cc', 414 'browser/chromeos/bluetooth/bluetooth_device.cc',
415 'browser/chromeos/bluetooth/bluetooth_device.h', 415 'browser/chromeos/bluetooth/bluetooth_device.h',
416 'browser/chromeos/bluetooth/bluetooth_service_record.cc', 416 'browser/chromeos/bluetooth/bluetooth_service_record.cc',
417 'browser/chromeos/bluetooth/bluetooth_service_record.h', 417 'browser/chromeos/bluetooth/bluetooth_service_record.h',
418 'browser/chromeos/bluetooth/bluetooth_socket.cc',
419 'browser/chromeos/bluetooth/bluetooth_socket.h',
420 'browser/chromeos/bluetooth/bluetooth_utils.cc',
421 'browser/chromeos/bluetooth/bluetooth_utils.h',
418 'browser/chromeos/boot_times_loader.cc', 422 'browser/chromeos/boot_times_loader.cc',
419 'browser/chromeos/boot_times_loader.h', 423 'browser/chromeos/boot_times_loader.h',
420 'browser/chromeos/choose_mobile_network_dialog.cc', 424 'browser/chromeos/choose_mobile_network_dialog.cc',
421 'browser/chromeos/choose_mobile_network_dialog.h', 425 'browser/chromeos/choose_mobile_network_dialog.h',
422 'browser/chromeos/chrome_browser_main_chromeos.cc', 426 'browser/chromeos/chrome_browser_main_chromeos.cc',
423 'browser/chromeos/chrome_browser_main_chromeos.h', 427 'browser/chromeos/chrome_browser_main_chromeos.h',
424 'browser/chromeos/cros/burn_library.cc', 428 'browser/chromeos/cros/burn_library.cc',
425 'browser/chromeos/cros/burn_library.h', 429 'browser/chromeos/cros/burn_library.h',
426 'browser/chromeos/cros/cert_library.cc', 430 'browser/chromeos/cros/cert_library.cc',
427 'browser/chromeos/cros/cert_library.h', 431 'browser/chromeos/cros/cert_library.h',
(...skipping 4803 matching lines...) Expand 10 before | Expand all | Expand 10 after
5231 'type': 'static_library', 5235 'type': 'static_library',
5232 'sources': [ 'browser/chromeos/gdata/gdata.proto' ], 5236 'sources': [ 'browser/chromeos/gdata/gdata.proto' ],
5233 'variables': { 5237 'variables': {
5234 'proto_in_dir': 'browser/chromeos/gdata', 5238 'proto_in_dir': 'browser/chromeos/gdata',
5235 'proto_out_dir': 'chrome/browser/chromeos/gdata', 5239 'proto_out_dir': 'chrome/browser/chromeos/gdata',
5236 }, 5240 },
5237 'includes': [ '../build/protoc.gypi' ] 5241 'includes': [ '../build/protoc.gypi' ]
5238 }, 5242 },
5239 ], 5243 ],
5240 } 5244 }
OLDNEW
« no previous file with comments | « chrome/browser/chromeos/bluetooth/bluetooth_utils_unittest.cc ('k') | chrome/chrome_tests.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698