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 10 matching lines...) Expand all Loading... |
21 'chrome_resources.gyp:theme_resources', | 21 'chrome_resources.gyp:theme_resources', |
22 'common', | 22 'common', |
23 'common/extensions/api/api.gyp:api', | 23 'common/extensions/api/api.gyp:api', |
24 'common_net', | 24 'common_net', |
25 'debugger', | 25 'debugger', |
26 'in_memory_url_index_cache_proto', | 26 'in_memory_url_index_cache_proto', |
27 'installer_util', | 27 'installer_util', |
28 '../build/temp_gyp/googleurl.gyp:googleurl', | 28 '../build/temp_gyp/googleurl.gyp:googleurl', |
29 '../content/content.gyp:content_browser', | 29 '../content/content.gyp:content_browser', |
30 '../crypto/crypto.gyp:crypto', | 30 '../crypto/crypto.gyp:crypto', |
31 '../device/device.gyp:device_bluetooth', | 31 '../device/bluetooth/bluetooth.gyp:bluetooth', |
32 '../net/net.gyp:net', | 32 '../net/net.gyp:net', |
33 '../skia/skia.gyp:skia', | 33 '../skia/skia.gyp:skia', |
34 '../sync/sync.gyp:sync', | 34 '../sync/sync.gyp:sync', |
35 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalidatio
n', | 35 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalidatio
n', |
36 '../third_party/icu/icu.gyp:icui18n', | 36 '../third_party/icu/icu.gyp:icui18n', |
37 '../third_party/icu/icu.gyp:icuuc', | 37 '../third_party/icu/icu.gyp:icuuc', |
38 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase', | 38 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase', |
39 '../third_party/libusb/libusb.gyp:libusb', | 39 '../third_party/libusb/libusb.gyp:libusb', |
40 '../third_party/re2/re2.gyp:re2', | 40 '../third_party/re2/re2.gyp:re2', |
41 '../ui/base/strings/ui_strings.gyp:ui_strings', | 41 '../ui/base/strings/ui_strings.gyp:ui_strings', |
(...skipping 803 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
845 ['include', '^browser/extensions/api/web_navigation/web_navigation_a
pi_helpers.cc'], | 845 ['include', '^browser/extensions/api/web_navigation/web_navigation_a
pi_helpers.cc'], |
846 ['include', '^browser/extensions/api/web_request/form_data_parser.cc
'], | 846 ['include', '^browser/extensions/api/web_request/form_data_parser.cc
'], |
847 ['include', '^browser/extensions/api/web_request/upload_data_present
er.cc'], | 847 ['include', '^browser/extensions/api/web_request/upload_data_present
er.cc'], |
848 ['include', '^browser/extensions/api/web_request/web_request_api.cc'
], | 848 ['include', '^browser/extensions/api/web_request/web_request_api.cc'
], |
849 ['include', '^browser/extensions/api/web_request/web_request_api_con
stants.cc'], | 849 ['include', '^browser/extensions/api/web_request/web_request_api_con
stants.cc'], |
850 ['include', '^browser/extensions/api/web_request/web_request_api_hel
pers.cc'], | 850 ['include', '^browser/extensions/api/web_request/web_request_api_hel
pers.cc'], |
851 ['include', '^browser/extensions/api/web_request/web_request_permiss
ions.cc'], | 851 ['include', '^browser/extensions/api/web_request/web_request_permiss
ions.cc'], |
852 ['include', '^browser/extensions/api/web_request/web_request_time_tr
acker.cc'], | 852 ['include', '^browser/extensions/api/web_request/web_request_time_tr
acker.cc'], |
853 ], | 853 ], |
854 'dependencies!': [ | 854 'dependencies!': [ |
855 '../device/device.gyp:device_bluetooth', | 855 '../device/bluetooth/bluetooth.gyp:bluetooth', |
856 '../third_party/libusb/libusb.gyp:libusb' | 856 '../third_party/libusb/libusb.gyp:libusb' |
857 ], | 857 ], |
858 }], | 858 }], |
859 ['use_aura==1', { | 859 ['use_aura==1', { |
860 'dependencies': [ | 860 'dependencies': [ |
861 '../ui/keyboard/keyboard.gyp:keyboard_resources', | 861 '../ui/keyboard/keyboard.gyp:keyboard_resources', |
862 ], | 862 ], |
863 }], | 863 }], |
864 ['OS=="linux" and use_aura==1', { | 864 ['OS=="linux" and use_aura==1', { |
865 'dependencies': [ | 865 'dependencies': [ |
(...skipping 102 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
968 'variables': { | 968 'variables': { |
969 'proto_in_dir': 'browser/chromeos/contacts', | 969 'proto_in_dir': 'browser/chromeos/contacts', |
970 'proto_out_dir': 'chrome/browser/chromeos/contacts', | 970 'proto_out_dir': 'chrome/browser/chromeos/contacts', |
971 }, | 971 }, |
972 'includes': [ '../build/protoc.gypi' ] | 972 'includes': [ '../build/protoc.gypi' ] |
973 }, | 973 }, |
974 ], | 974 ], |
975 },], # 'chromeos=1' | 975 },], # 'chromeos=1' |
976 ], # 'conditions' | 976 ], # 'conditions' |
977 } | 977 } |
OLD | NEW |