| 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 789 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 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 Loading... |
| 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 } |
| OLD | NEW |