OLD | NEW |
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 804 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
815 ['include', '^browser/extensions/api/web_request/web_request_api_con
stants.cc'], | 815 ['include', '^browser/extensions/api/web_request/web_request_api_con
stants.cc'], |
816 ['include', '^browser/extensions/api/web_request/web_request_api_hel
pers.cc'], | 816 ['include', '^browser/extensions/api/web_request/web_request_api_hel
pers.cc'], |
817 ['include', '^browser/extensions/api/web_request/web_request_permiss
ions.cc'], | 817 ['include', '^browser/extensions/api/web_request/web_request_permiss
ions.cc'], |
818 ['include', '^browser/extensions/api/web_request/web_request_time_tr
acker.cc'], | 818 ['include', '^browser/extensions/api/web_request/web_request_time_tr
acker.cc'], |
819 ], | 819 ], |
820 'dependencies!': [ | 820 'dependencies!': [ |
821 '../device/device.gyp:device_bluetooth', | 821 '../device/device.gyp:device_bluetooth', |
822 '../third_party/libusb/libusb.gyp:libusb' | 822 '../third_party/libusb/libusb.gyp:libusb' |
823 ], | 823 ], |
824 }], | 824 }], |
825 ['enable_web_intents==0', { | |
826 'sources!': [ | |
827 'browser/extensions/web_intents_parser.cc', | |
828 'browser/extensions/web_intents_parser.h', | |
829 ], | |
830 }], | |
831 ['OS=="linux" and use_aura==1', { | 825 ['OS=="linux" and use_aura==1', { |
832 'dependencies': [ | 826 'dependencies': [ |
833 '../build/linux/system.gyp:dbus', | 827 '../build/linux/system.gyp:dbus', |
834 '../build/linux/system.gyp:fontconfig', | 828 '../build/linux/system.gyp:fontconfig', |
835 '../build/linux/system.gyp:x11', | 829 '../build/linux/system.gyp:x11', |
836 '../dbus/dbus.gyp:dbus', | 830 '../dbus/dbus.gyp:dbus', |
837 ], | 831 ], |
838 }], | 832 }], |
839 ['safe_browsing==1', { | 833 ['safe_browsing==1', { |
840 'defines': [ | 834 'defines': [ |
(...skipping 108 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
949 'variables': { | 943 'variables': { |
950 'proto_in_dir': 'browser/chromeos/contacts', | 944 'proto_in_dir': 'browser/chromeos/contacts', |
951 'proto_out_dir': 'chrome/browser/chromeos/contacts', | 945 'proto_out_dir': 'chrome/browser/chromeos/contacts', |
952 }, | 946 }, |
953 'includes': [ '../build/protoc.gypi' ] | 947 'includes': [ '../build/protoc.gypi' ] |
954 }, | 948 }, |
955 ], | 949 ], |
956 },], # 'chromeos=1' | 950 },], # 'chromeos=1' |
957 ], # 'conditions' | 951 ], # 'conditions' |
958 } | 952 } |
OLD | NEW |