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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 10829228: [LINUX] Extract the name and id of the device and send it along the device attach message. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Addressed nits Created 8 years, 4 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/media_gallery/media_device_notifications_linux_unittest.cc ('k') | no next file » | 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 4511 matching lines...) Expand 10 before | Expand all | Expand 10 after
4522 ['include', '^browser/safe_browsing/safe_browsing_tab_observer.h'], 4522 ['include', '^browser/safe_browsing/safe_browsing_tab_observer.h'],
4523 ], 4523 ],
4524 }], 4524 }],
4525 ['toolkit_views == 0', { 4525 ['toolkit_views == 0', {
4526 'sources!': [ 4526 'sources!': [
4527 'browser/ui/tabs/tab_strip_layout_type.h', 4527 'browser/ui/tabs/tab_strip_layout_type.h',
4528 'browser/ui/tabs/tab_strip_layout_type_prefs.cc', 4528 'browser/ui/tabs/tab_strip_layout_type_prefs.cc',
4529 'browser/ui/tabs/tab_strip_layout_type_prefs.h', 4529 'browser/ui/tabs/tab_strip_layout_type_prefs.h',
4530 ], 4530 ],
4531 }], 4531 }],
4532 ['OS=="linux"', {
4533 'dependencies': [
4534 '../build/linux/system.gyp:udev',
4535 ],
4536 }],
4532 ['chromeos==0', { 4537 ['chromeos==0', {
4533 'sources/': [ 4538 'sources/': [
4534 ['exclude', '^browser/chromeos'], 4539 ['exclude', '^browser/chromeos'],
4535 ['exclude', '^browser/ui/webui/chromeos'], 4540 ['exclude', '^browser/ui/webui/chromeos'],
4536 ['exclude', '^browser/ui/webui/options2/chromeos'], 4541 ['exclude', '^browser/ui/webui/options2/chromeos'],
4537 ['exclude', 'browser/download/download_file_picker_chromeos.cc'], 4542 ['exclude', 'browser/download/download_file_picker_chromeos.cc'],
4538 ['exclude', 'browser/download/download_file_picker_chromeos.h'], 4543 ['exclude', 'browser/download/download_file_picker_chromeos.h'],
4539 ['exclude', 'browser/download/save_package_file_picker_chromeos.cc'] , 4544 ['exclude', 'browser/download/save_package_file_picker_chromeos.cc'] ,
4540 ['exclude', 'browser/download/save_package_file_picker_chromeos.h'], 4545 ['exclude', 'browser/download/save_package_file_picker_chromeos.h'],
4541 ['exclude', 'browser/extensions/api/input_ime/input_ime_api.cc'], 4546 ['exclude', 'browser/extensions/api/input_ime/input_ime_api.cc'],
(...skipping 1006 matching lines...) Expand 10 before | Expand all | Expand 10 after
5548 'includes': [ '../build/jni_generator.gypi' ], 5553 'includes': [ '../build/jni_generator.gypi' ],
5549 'dependencies': [ 5554 'dependencies': [
5550 'android_jar_jni_headers', 5555 'android_jar_jni_headers',
5551 ], 5556 ],
5552 }, 5557 },
5553 ], 5558 ],
5554 }, 5559 },
5555 ], 5560 ],
5556 ], 5561 ],
5557 } 5562 }
OLDNEW
« no previous file with comments | « chrome/browser/media_gallery/media_device_notifications_linux_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698