| OLD | NEW |
| 1 # Copyright (c) 2013 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2013 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 22 matching lines...) Expand all Loading... |
| 33 '../skia/skia.gyp:skia', | 33 '../skia/skia.gyp:skia', |
| 34 '../sync/sync.gyp:sync', | 34 '../sync/sync.gyp:sync', |
| 35 '../third_party/bzip2/bzip2.gyp:bzip2', | 35 '../third_party/bzip2/bzip2.gyp:bzip2', |
| 36 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalidatio
n', | 36 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalidatio
n', |
| 37 '../third_party/icu/icu.gyp:icui18n', | 37 '../third_party/icu/icu.gyp:icui18n', |
| 38 '../third_party/icu/icu.gyp:icuuc', | 38 '../third_party/icu/icu.gyp:icuuc', |
| 39 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase', | 39 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase', |
| 40 '../third_party/libusb/libusb.gyp:libusb', | 40 '../third_party/libusb/libusb.gyp:libusb', |
| 41 '../third_party/re2/re2.gyp:re2', | 41 '../third_party/re2/re2.gyp:re2', |
| 42 '../ui/base/strings/ui_strings.gyp:ui_strings', | 42 '../ui/base/strings/ui_strings.gyp:ui_strings', |
| 43 '../ui/keyboard/keyboard.gyp:keyboard_resources', | |
| 44 '../ui/ui.gyp:ui', | 43 '../ui/ui.gyp:ui', |
| 45 '../ui/ui.gyp:ui_resources', | 44 '../ui/ui.gyp:ui_resources', |
| 46 '../webkit/support/webkit_support.gyp:glue', | 45 '../webkit/support/webkit_support.gyp:glue', |
| 47 '../webkit/support/webkit_support.gyp:user_agent', | 46 '../webkit/support/webkit_support.gyp:user_agent', |
| 48 '../webkit/support/webkit_support.gyp:webkit_base', | 47 '../webkit/support/webkit_support.gyp:webkit_base', |
| 49 '../webkit/support/webkit_support.gyp:webkit_resources', | 48 '../webkit/support/webkit_support.gyp:webkit_resources', |
| 50 '../webkit/support/webkit_support.gyp:webkit_storage', | 49 '../webkit/support/webkit_support.gyp:webkit_storage', |
| 51 ], | 50 ], |
| 52 'include_dirs': [ | 51 'include_dirs': [ |
| 53 '..', | 52 '..', |
| (...skipping 767 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 821 ['include', '^browser/extensions/api/web_request/web_request_api_con
stants.cc'], | 820 ['include', '^browser/extensions/api/web_request/web_request_api_con
stants.cc'], |
| 822 ['include', '^browser/extensions/api/web_request/web_request_api_hel
pers.cc'], | 821 ['include', '^browser/extensions/api/web_request/web_request_api_hel
pers.cc'], |
| 823 ['include', '^browser/extensions/api/web_request/web_request_permiss
ions.cc'], | 822 ['include', '^browser/extensions/api/web_request/web_request_permiss
ions.cc'], |
| 824 ['include', '^browser/extensions/api/web_request/web_request_time_tr
acker.cc'], | 823 ['include', '^browser/extensions/api/web_request/web_request_time_tr
acker.cc'], |
| 825 ], | 824 ], |
| 826 'dependencies!': [ | 825 'dependencies!': [ |
| 827 '../device/device.gyp:device_bluetooth', | 826 '../device/device.gyp:device_bluetooth', |
| 828 '../third_party/libusb/libusb.gyp:libusb' | 827 '../third_party/libusb/libusb.gyp:libusb' |
| 829 ], | 828 ], |
| 830 }], | 829 }], |
| 831 ['use_aura==1', { | |
| 832 'dependencies': [ | |
| 833 '../ui/keyboard/keyboard.gyp:keyboard_resources', | |
| 834 ], | |
| 835 }], | |
| 836 ['OS=="linux" and use_aura==1', { | 830 ['OS=="linux" and use_aura==1', { |
| 837 'dependencies': [ | 831 'dependencies': [ |
| 838 '../build/linux/system.gyp:dbus', | 832 '../build/linux/system.gyp:dbus', |
| 839 '../build/linux/system.gyp:fontconfig', | 833 '../build/linux/system.gyp:fontconfig', |
| 840 '../build/linux/system.gyp:x11', | 834 '../build/linux/system.gyp:x11', |
| 841 '../dbus/dbus.gyp:dbus', | 835 '../dbus/dbus.gyp:dbus', |
| 842 ], | 836 ], |
| 843 }], | 837 }], |
| 844 ['safe_browsing==1', { | 838 ['safe_browsing==1', { |
| 845 'defines': [ | 839 'defines': [ |
| (...skipping 96 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 942 'variables': { | 936 'variables': { |
| 943 'proto_in_dir': 'browser/chromeos/contacts', | 937 'proto_in_dir': 'browser/chromeos/contacts', |
| 944 'proto_out_dir': 'chrome/browser/chromeos/contacts', | 938 'proto_out_dir': 'chrome/browser/chromeos/contacts', |
| 945 }, | 939 }, |
| 946 'includes': [ '../build/protoc.gypi' ] | 940 'includes': [ '../build/protoc.gypi' ] |
| 947 }, | 941 }, |
| 948 ], | 942 ], |
| 949 },], # 'chromeos=1' | 943 },], # 'chromeos=1' |
| 950 ], # 'conditions' | 944 ], # 'conditions' |
| 951 } | 945 } |
| OLD | NEW |