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

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

Powered by Google App Engine
This is Rietveld 408576698