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

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: '' 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
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 4512 matching lines...) Expand 10 before | Expand all | Expand 10 after
4523 ['include', '^browser/safe_browsing/safe_browsing_tab_observer.h'], 4523 ['include', '^browser/safe_browsing/safe_browsing_tab_observer.h'],
4524 ], 4524 ],
4525 }], 4525 }],
4526 ['toolkit_views == 0', { 4526 ['toolkit_views == 0', {
4527 'sources!': [ 4527 'sources!': [
4528 'browser/ui/tabs/tab_strip_layout_type.h', 4528 'browser/ui/tabs/tab_strip_layout_type.h',
4529 'browser/ui/tabs/tab_strip_layout_type_prefs.cc', 4529 'browser/ui/tabs/tab_strip_layout_type_prefs.cc',
4530 'browser/ui/tabs/tab_strip_layout_type_prefs.h', 4530 'browser/ui/tabs/tab_strip_layout_type_prefs.h',
4531 ], 4531 ],
4532 }], 4532 }],
4533 ['OS=="linux"', {
4534 'dependencies': [
4535 '../build/linux/system.gyp:udev',
4536 ],
4537 }],
4533 ['chromeos==0', { 4538 ['chromeos==0', {
4534 'sources/': [ 4539 'sources/': [
4535 ['exclude', '^browser/chromeos'], 4540 ['exclude', '^browser/chromeos'],
4536 ['exclude', '^browser/ui/webui/chromeos'], 4541 ['exclude', '^browser/ui/webui/chromeos'],
4537 ['exclude', '^browser/ui/webui/options2/chromeos'], 4542 ['exclude', '^browser/ui/webui/options2/chromeos'],
4538 ['exclude', 'browser/download/download_file_picker_chromeos.cc'], 4543 ['exclude', 'browser/download/download_file_picker_chromeos.cc'],
4539 ['exclude', 'browser/download/download_file_picker_chromeos.h'], 4544 ['exclude', 'browser/download/download_file_picker_chromeos.h'],
4540 ['exclude', 'browser/download/save_package_file_picker_chromeos.cc'] , 4545 ['exclude', 'browser/download/save_package_file_picker_chromeos.cc'] ,
4541 ['exclude', 'browser/download/save_package_file_picker_chromeos.h'], 4546 ['exclude', 'browser/download/save_package_file_picker_chromeos.h'],
4542 ['exclude', 'browser/extensions/api/input_ime/input_ime_api.cc'], 4547 ['exclude', 'browser/extensions/api/input_ime/input_ime_api.cc'],
(...skipping 1006 matching lines...) Expand 10 before | Expand all | Expand 10 after
5549 'includes': [ '../build/jni_generator.gypi' ], 5554 'includes': [ '../build/jni_generator.gypi' ],
5550 'dependencies': [ 5555 'dependencies': [
5551 'android_jar_jni_headers', 5556 'android_jar_jni_headers',
5552 ], 5557 ],
5553 }, 5558 },
5554 ], 5559 ],
5555 }, 5560 },
5556 ], 5561 ],
5557 ], 5562 ],
5558 } 5563 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698