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

Side by Side Diff: chrome/chrome_browser_extensions.gypi

Issue 12089102: Make most code on mac compile with enable_web_intents=0 (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: ffff Created 7 years, 10 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 # 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_extensions', 8 'target_name': 'browser_extensions',
9 'type': 'static_library', 9 'type': 'static_library',
10 'variables': { 'enable_wexit_time_destructors': 1, }, 10 'variables': { 'enable_wexit_time_destructors': 1, },
(...skipping 789 matching lines...) Expand 10 before | Expand all | Expand 10 after
800 ['include', '^browser/extensions/api/web_request/web_request_api_con stants.cc'], 800 ['include', '^browser/extensions/api/web_request/web_request_api_con stants.cc'],
801 ['include', '^browser/extensions/api/web_request/web_request_api_hel pers.cc'], 801 ['include', '^browser/extensions/api/web_request/web_request_api_hel pers.cc'],
802 ['include', '^browser/extensions/api/web_request/web_request_permiss ions.cc'], 802 ['include', '^browser/extensions/api/web_request/web_request_permiss ions.cc'],
803 ['include', '^browser/extensions/api/web_request/web_request_time_tr acker.cc'], 803 ['include', '^browser/extensions/api/web_request/web_request_time_tr acker.cc'],
804 ], 804 ],
805 'dependencies!': [ 805 'dependencies!': [
806 '../device/device.gyp:device_bluetooth', 806 '../device/device.gyp:device_bluetooth',
807 '../third_party/libusb/libusb.gyp:libusb' 807 '../third_party/libusb/libusb.gyp:libusb'
808 ], 808 ],
809 }], 809 }],
810 ['enable_web_intents==0', {
811 'sources!': [
812 'browser/extensions/web_intents_parser.cc',
813 'browser/extensions/web_intents_parser.h',
814 ],
815 }],
810 ['OS=="linux" and use_aura==1', { 816 ['OS=="linux" and use_aura==1', {
811 'dependencies': [ 817 'dependencies': [
812 '../build/linux/system.gyp:dbus', 818 '../build/linux/system.gyp:dbus',
813 '../build/linux/system.gyp:fontconfig', 819 '../build/linux/system.gyp:fontconfig',
814 '../build/linux/system.gyp:x11', 820 '../build/linux/system.gyp:x11',
815 '../dbus/dbus.gyp:dbus', 821 '../dbus/dbus.gyp:dbus',
816 ], 822 ],
817 }], 823 }],
818 ['toolkit_uses_gtk == 1', { 824 ['toolkit_uses_gtk == 1', {
819 'dependencies': [ 825 'dependencies': [
(...skipping 139 matching lines...) Expand 10 before | Expand all | Expand 10 after
959 'variables': { 965 'variables': {
960 'proto_in_dir': 'browser/chromeos/contacts', 966 'proto_in_dir': 'browser/chromeos/contacts',
961 'proto_out_dir': 'chrome/browser/chromeos/contacts', 967 'proto_out_dir': 'chrome/browser/chromeos/contacts',
962 }, 968 },
963 'includes': [ '../build/protoc.gypi' ] 969 'includes': [ '../build/protoc.gypi' ]
964 }, 970 },
965 ], 971 ],
966 },], # 'chromeos=1' 972 },], # 'chromeos=1'
967 ], # 'conditions' 973 ], # 'conditions'
968 } 974 }
OLDNEW
« no previous file with comments | « chrome/browser/ui/views/location_bar/location_bar_view.cc ('k') | chrome/chrome_browser_ui.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698