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 31 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
42 '../extensions/common/api/api.gyp:extensions_api', | 42 '../extensions/common/api/api.gyp:extensions_api', |
43 '../extensions/extensions.gyp:extensions_browser', | 43 '../extensions/extensions.gyp:extensions_browser', |
44 '../extensions/extensions_strings.gyp:extensions_strings', | 44 '../extensions/extensions_strings.gyp:extensions_strings', |
45 '../net/net.gyp:net', | 45 '../net/net.gyp:net', |
46 '../skia/skia.gyp:skia', | 46 '../skia/skia.gyp:skia', |
47 '../sync/sync.gyp:sync', | 47 '../sync/sync.gyp:sync', |
48 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalidatio
n', | 48 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalidatio
n', |
49 '../third_party/icu/icu.gyp:icui18n', | 49 '../third_party/icu/icu.gyp:icui18n', |
50 '../third_party/icu/icu.gyp:icuuc', | 50 '../third_party/icu/icu.gyp:icuuc', |
51 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase', | 51 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase', |
52 '../third_party/libusb/libusb.gyp:libusb', | |
53 '../third_party/webrtc/modules/modules.gyp:desktop_capture', | 52 '../third_party/webrtc/modules/modules.gyp:desktop_capture', |
54 '../ui/accessibility/accessibility.gyp:ax_gen', | 53 '../ui/accessibility/accessibility.gyp:ax_gen', |
55 '../ui/base/strings/ui_strings.gyp:ui_strings', | 54 '../ui/base/strings/ui_strings.gyp:ui_strings', |
56 '../ui/base/ui_base.gyp:ui_base', | 55 '../ui/base/ui_base.gyp:ui_base', |
57 '../ui/gfx/gfx.gyp:gfx', | 56 '../ui/gfx/gfx.gyp:gfx', |
58 '../ui/gfx/gfx.gyp:gfx_geometry', | 57 '../ui/gfx/gfx.gyp:gfx_geometry', |
59 '../ui/resources/ui_resources.gyp:ui_resources', | 58 '../ui/resources/ui_resources.gyp:ui_resources', |
60 '../url/url.gyp:url_lib', | 59 '../url/url.gyp:url_lib', |
61 '../webkit/storage_browser.gyp:webkit_storage_browser', | 60 '../webkit/storage_browser.gyp:webkit_storage_browser', |
62 '../webkit/storage_common.gyp:webkit_storage_common', | 61 '../webkit/storage_common.gyp:webkit_storage_common', |
(...skipping 511 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
574 'browser/extensions/api/tabs/tabs_constants.cc', | 573 'browser/extensions/api/tabs/tabs_constants.cc', |
575 'browser/extensions/api/tabs/tabs_constants.h', | 574 'browser/extensions/api/tabs/tabs_constants.h', |
576 'browser/extensions/api/tabs/tabs_event_router.cc', | 575 'browser/extensions/api/tabs/tabs_event_router.cc', |
577 'browser/extensions/api/tabs/tabs_event_router.h', | 576 'browser/extensions/api/tabs/tabs_event_router.h', |
578 'browser/extensions/api/tabs/windows_event_router.cc', | 577 'browser/extensions/api/tabs/windows_event_router.cc', |
579 'browser/extensions/api/tabs/windows_event_router.h', | 578 'browser/extensions/api/tabs/windows_event_router.h', |
580 'browser/extensions/api/tabs/windows_util.cc', | 579 'browser/extensions/api/tabs/windows_util.cc', |
581 'browser/extensions/api/tabs/windows_util.h', | 580 'browser/extensions/api/tabs/windows_util.h', |
582 'browser/extensions/api/top_sites/top_sites_api.cc', | 581 'browser/extensions/api/top_sites/top_sites_api.cc', |
583 'browser/extensions/api/top_sites/top_sites_api.h', | 582 'browser/extensions/api/top_sites/top_sites_api.h', |
584 'browser/extensions/api/usb/usb_api.cc', | |
585 'browser/extensions/api/usb/usb_api.h', | |
586 'browser/extensions/api/usb/usb_device_resource.cc', | |
587 'browser/extensions/api/usb/usb_device_resource.h', | |
588 'browser/extensions/api/web_navigation/frame_navigation_state.cc', | 583 'browser/extensions/api/web_navigation/frame_navigation_state.cc', |
589 'browser/extensions/api/web_navigation/frame_navigation_state.h', | 584 'browser/extensions/api/web_navigation/frame_navigation_state.h', |
590 'browser/extensions/api/web_navigation/web_navigation_api.cc', | 585 'browser/extensions/api/web_navigation/web_navigation_api.cc', |
591 'browser/extensions/api/web_navigation/web_navigation_api.h', | 586 'browser/extensions/api/web_navigation/web_navigation_api.h', |
592 'browser/extensions/api/web_navigation/web_navigation_api_constants.cc', | 587 'browser/extensions/api/web_navigation/web_navigation_api_constants.cc', |
593 'browser/extensions/api/web_navigation/web_navigation_api_constants.h', | 588 'browser/extensions/api/web_navigation/web_navigation_api_constants.h', |
594 'browser/extensions/api/web_navigation/web_navigation_api_helpers.cc', | 589 'browser/extensions/api/web_navigation/web_navigation_api_helpers.cc', |
595 'browser/extensions/api/web_navigation/web_navigation_api_helpers.h', | 590 'browser/extensions/api/web_navigation/web_navigation_api_helpers.h', |
596 'browser/extensions/api/web_request/form_data_parser.cc', | 591 'browser/extensions/api/web_request/form_data_parser.cc', |
597 'browser/extensions/api/web_request/form_data_parser.h', | 592 'browser/extensions/api/web_request/form_data_parser.h', |
(...skipping 424 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1022 ['include', '^browser/extensions/api/web_request/form_data_parser.cc
'], | 1017 ['include', '^browser/extensions/api/web_request/form_data_parser.cc
'], |
1023 ['include', '^browser/extensions/api/web_request/upload_data_present
er.cc'], | 1018 ['include', '^browser/extensions/api/web_request/upload_data_present
er.cc'], |
1024 ['include', '^browser/extensions/api/web_request/web_request_api.cc'
], | 1019 ['include', '^browser/extensions/api/web_request/web_request_api.cc'
], |
1025 ['include', '^browser/extensions/api/web_request/web_request_api_con
stants.cc'], | 1020 ['include', '^browser/extensions/api/web_request/web_request_api_con
stants.cc'], |
1026 ['include', '^browser/extensions/api/web_request/web_request_api_hel
pers.cc'], | 1021 ['include', '^browser/extensions/api/web_request/web_request_api_hel
pers.cc'], |
1027 ['include', '^browser/extensions/api/web_request/web_request_permiss
ions.cc'], | 1022 ['include', '^browser/extensions/api/web_request/web_request_permiss
ions.cc'], |
1028 ['include', '^browser/extensions/api/web_request/web_request_time_tr
acker.cc'], | 1023 ['include', '^browser/extensions/api/web_request/web_request_time_tr
acker.cc'], |
1029 ], | 1024 ], |
1030 'dependencies!': [ | 1025 'dependencies!': [ |
1031 '../device/bluetooth/bluetooth.gyp:device_bluetooth', | 1026 '../device/bluetooth/bluetooth.gyp:device_bluetooth', |
1032 '../third_party/libusb/libusb.gyp:libusb' | |
1033 ], | 1027 ], |
1034 }], | 1028 }], |
1035 ['use_aura==1', { | 1029 ['use_aura==1', { |
1036 'dependencies': [ | 1030 'dependencies': [ |
1037 '../ui/keyboard/keyboard.gyp:keyboard', | 1031 '../ui/keyboard/keyboard.gyp:keyboard', |
1038 '../ui/keyboard/keyboard.gyp:keyboard_resources', | 1032 '../ui/keyboard/keyboard.gyp:keyboard_resources', |
1039 ], | 1033 ], |
1040 }], | 1034 }], |
1041 ['OS=="linux"', { | 1035 ['OS=="linux"', { |
1042 'conditions': [ | 1036 'conditions': [ |
(...skipping 173 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1216 'type': 'static_library', | 1210 'type': 'static_library', |
1217 'sources': [ 'browser/extensions/api/cast_channel/cast_channel.proto' ], | 1211 'sources': [ 'browser/extensions/api/cast_channel/cast_channel.proto' ], |
1218 'variables': { | 1212 'variables': { |
1219 'proto_in_dir': 'browser/extensions/api/cast_channel', | 1213 'proto_in_dir': 'browser/extensions/api/cast_channel', |
1220 'proto_out_dir': 'chrome/browser/extensions/api/cast_channel', | 1214 'proto_out_dir': 'chrome/browser/extensions/api/cast_channel', |
1221 }, | 1215 }, |
1222 'includes': [ '../build/protoc.gypi' ] | 1216 'includes': [ '../build/protoc.gypi' ] |
1223 }, | 1217 }, |
1224 ], # 'conditions' | 1218 ], # 'conditions' |
1225 } | 1219 } |
OLD | NEW |