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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 13355002: Implement chrome.brailleDisplayPrivate API (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 7 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
OLDNEW
1 # Copyright 2012 The Chromium Authors. All rights reserved. 1 # Copyright 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 2713 matching lines...) Expand 10 before | Expand all | Expand 10 after
2724 'browser/renderer_host/safe_browsing_resource_throttle_factory.h', 2724 'browser/renderer_host/safe_browsing_resource_throttle_factory.h',
2725 ], 2725 ],
2726 'sources/': [ 2726 'sources/': [
2727 ['exclude', '^browser/safe_browsing/'], 2727 ['exclude', '^browser/safe_browsing/'],
2728 ['include', '^browser/safe_browsing/safe_browsing_tab_observer.cc'], 2728 ['include', '^browser/safe_browsing/safe_browsing_tab_observer.cc'],
2729 ['include', '^browser/safe_browsing/safe_browsing_tab_observer.h'], 2729 ['include', '^browser/safe_browsing/safe_browsing_tab_observer.h'],
2730 ], 2730 ],
2731 }], 2731 }],
2732 ['OS=="linux"', { 2732 ['OS=="linux"', {
2733 'dependencies': [ 2733 'dependencies': [
2734 '../build/linux/system.gyp:libbrlapi',
2734 '../build/linux/system.gyp:udev', 2735 '../build/linux/system.gyp:udev',
2735 '../device/media_transfer_protocol/media_transfer_protocol.gyp:mtp_f ile_entry_proto', 2736 '../device/media_transfer_protocol/media_transfer_protocol.gyp:mtp_f ile_entry_proto',
2736 '../device/media_transfer_protocol/media_transfer_protocol.gyp:mtp_s torage_info_proto', 2737 '../device/media_transfer_protocol/media_transfer_protocol.gyp:mtp_s torage_info_proto',
2737 '../device/media_transfer_protocol/media_transfer_protocol.gyp:devic e_media_transfer_protocol', 2738 '../device/media_transfer_protocol/media_transfer_protocol.gyp:devic e_media_transfer_protocol',
2738 ], 2739 ],
2739 }], 2740 }],
2740 ['OS=="linux" and chromeos==0', { 2741 ['OS=="linux" and chromeos==0', {
2741 'dependencies': [ 2742 'dependencies': [
2742 '../build/linux/system.gyp:libspeechd', 2743 '../build/linux/system.gyp:libspeechd',
2743 ], 2744 ],
(...skipping 735 matching lines...) Expand 10 before | Expand all | Expand 10 after
3479 'package_name': 'org/chromium/chrome/browser/ui/toolbar', 3480 'package_name': 'org/chromium/chrome/browser/ui/toolbar',
3480 'template_deps': ['browser/ui/toolbar/toolbar_model_security_level_l ist.h'], 3481 'template_deps': ['browser/ui/toolbar/toolbar_model_security_level_l ist.h'],
3481 }, 3482 },
3482 'includes': [ '../build/android/java_cpp_template.gypi' ], 3483 'includes': [ '../build/android/java_cpp_template.gypi' ],
3483 }, 3484 },
3484 ], 3485 ],
3485 }, 3486 },
3486 ], 3487 ],
3487 ], 3488 ],
3488 } 3489 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698