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

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: Fixed 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
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 4504 matching lines...) Expand 10 before | Expand all | Expand 10 after
4515 ['include', '^browser/safe_browsing/safe_browsing_tab_observer.h'], 4515 ['include', '^browser/safe_browsing/safe_browsing_tab_observer.h'],
4516 ], 4516 ],
4517 }], 4517 }],
4518 ['toolkit_views == 0', { 4518 ['toolkit_views == 0', {
4519 'sources!': [ 4519 'sources!': [
4520 'browser/ui/tabs/tab_strip_layout_type.h', 4520 'browser/ui/tabs/tab_strip_layout_type.h',
4521 'browser/ui/tabs/tab_strip_layout_type_prefs.cc', 4521 'browser/ui/tabs/tab_strip_layout_type_prefs.cc',
4522 'browser/ui/tabs/tab_strip_layout_type_prefs.h', 4522 'browser/ui/tabs/tab_strip_layout_type_prefs.h',
4523 ], 4523 ],
4524 }], 4524 }],
4525 ['OS=="linux"', {
4526 'dependencies': [
4527 '../build/linux/system.gyp:udev',
4528 ],
4529 }],
4525 ['chromeos==0', { 4530 ['chromeos==0', {
4526 'sources/': [ 4531 'sources/': [
4527 ['exclude', '^browser/chromeos'], 4532 ['exclude', '^browser/chromeos'],
4528 ['exclude', '^browser/ui/webui/chromeos'], 4533 ['exclude', '^browser/ui/webui/chromeos'],
4529 ['exclude', '^browser/ui/webui/options2/chromeos'], 4534 ['exclude', '^browser/ui/webui/options2/chromeos'],
4530 ['exclude', 'browser/download/download_file_picker_chromeos.cc'], 4535 ['exclude', 'browser/download/download_file_picker_chromeos.cc'],
4531 ['exclude', 'browser/download/download_file_picker_chromeos.h'], 4536 ['exclude', 'browser/download/download_file_picker_chromeos.h'],
4532 ['exclude', 'browser/download/save_package_file_picker_chromeos.cc'] , 4537 ['exclude', 'browser/download/save_package_file_picker_chromeos.cc'] ,
4533 ['exclude', 'browser/download/save_package_file_picker_chromeos.h'], 4538 ['exclude', 'browser/download/save_package_file_picker_chromeos.h'],
4534 ['exclude', 'browser/extensions/api/input_ime/input_ime_api.cc'], 4539 ['exclude', 'browser/extensions/api/input_ime/input_ime_api.cc'],
(...skipping 1005 matching lines...) Expand 10 before | Expand all | Expand 10 after
5540 'includes': [ '../build/jni_generator.gypi' ], 5545 'includes': [ '../build/jni_generator.gypi' ],
5541 'dependencies': [ 5546 'dependencies': [
5542 'android_jar_jni_headers', 5547 'android_jar_jni_headers',
5543 ], 5548 ],
5544 }, 5549 },
5545 ], 5550 ],
5546 }, 5551 },
5547 ], 5552 ],
5548 ], 5553 ],
5549 } 5554 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698