Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(465)

Side by Side Diff: chrome/chrome_browser_extensions.gypi

Issue 11075006: Moved bluetooth adapter files to device/bluetooth/. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: renamed 'bluetooth' target to 'device_bluetooth'. Created 8 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
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 13 matching lines...) Expand all
24 'common', 24 'common',
25 'common/extensions/api/api.gyp:api', 25 'common/extensions/api/api.gyp:api',
26 'common_net', 26 'common_net',
27 'contacts_proto', 27 'contacts_proto',
28 'debugger', 28 'debugger',
29 'in_memory_url_index_cache_proto', 29 'in_memory_url_index_cache_proto',
30 'installer_util', 30 'installer_util',
31 '../build/temp_gyp/googleurl.gyp:googleurl', 31 '../build/temp_gyp/googleurl.gyp:googleurl',
32 '../content/content.gyp:content_browser', 32 '../content/content.gyp:content_browser',
33 '../crypto/crypto.gyp:crypto', 33 '../crypto/crypto.gyp:crypto',
34 '../device/device.gyp:device_bluetooth',
34 '../net/net.gyp:net', 35 '../net/net.gyp:net',
35 '../skia/skia.gyp:skia', 36 '../skia/skia.gyp:skia',
36 '../sync/sync.gyp:sync_notifier', 37 '../sync/sync.gyp:sync_notifier',
37 '../third_party/bzip2/bzip2.gyp:bzip2', 38 '../third_party/bzip2/bzip2.gyp:bzip2',
38 '../third_party/icu/icu.gyp:icui18n', 39 '../third_party/icu/icu.gyp:icui18n',
39 '../third_party/icu/icu.gyp:icuuc', 40 '../third_party/icu/icu.gyp:icuuc',
40 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase', 41 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase',
41 '../third_party/libusb/libusb.gyp:libusb', 42 '../third_party/libusb/libusb.gyp:libusb',
42 '../third_party/re2/re2.gyp:re2', 43 '../third_party/re2/re2.gyp:re2',
43 '../ui/base/strings/ui_strings.gyp:ui_strings', 44 '../ui/base/strings/ui_strings.gyp:ui_strings',
(...skipping 293 matching lines...) Expand 10 before | Expand all | Expand 10 after
337 'browser/extensions/app_restore_service.cc', 338 'browser/extensions/app_restore_service.cc',
338 'browser/extensions/app_restore_service.h', 339 'browser/extensions/app_restore_service.h',
339 'browser/extensions/app_restore_service_factory.cc', 340 'browser/extensions/app_restore_service_factory.cc',
340 'browser/extensions/app_restore_service_factory.h', 341 'browser/extensions/app_restore_service_factory.h',
341 'browser/extensions/app_shortcut_manager.cc', 342 'browser/extensions/app_shortcut_manager.cc',
342 'browser/extensions/app_shortcut_manager.h', 343 'browser/extensions/app_shortcut_manager.h',
343 'browser/extensions/app_sync_bundle.cc', 344 'browser/extensions/app_sync_bundle.cc',
344 'browser/extensions/app_sync_bundle.h', 345 'browser/extensions/app_sync_bundle.h',
345 'browser/extensions/app_sync_data.cc', 346 'browser/extensions/app_sync_data.cc',
346 'browser/extensions/app_sync_data.h', 347 'browser/extensions/app_sync_data.h',
348 'browser/extensions/bluetooth_event_router.cc',
349 'browser/extensions/bluetooth_event_router.h',
347 'browser/extensions/browser_action_test_util.h', 350 'browser/extensions/browser_action_test_util.h',
348 'browser/extensions/browser_action_test_util_gtk.cc', 351 'browser/extensions/browser_action_test_util_gtk.cc',
349 'browser/extensions/browser_action_test_util_mac.mm', 352 'browser/extensions/browser_action_test_util_mac.mm',
350 'browser/extensions/browser_event_router.cc', 353 'browser/extensions/browser_event_router.cc',
351 'browser/extensions/browser_event_router.h', 354 'browser/extensions/browser_event_router.h',
352 'browser/extensions/browser_extension_window_controller.cc', 355 'browser/extensions/browser_extension_window_controller.cc',
353 'browser/extensions/browser_extension_window_controller.h', 356 'browser/extensions/browser_extension_window_controller.h',
354 'browser/extensions/bundle_installer.cc', 357 'browser/extensions/bundle_installer.cc',
355 'browser/extensions/bundle_installer.h', 358 'browser/extensions/bundle_installer.h',
356 'browser/extensions/component_loader.cc', 359 'browser/extensions/component_loader.cc',
(...skipping 491 matching lines...) Expand 10 before | Expand all | Expand 10 after
848 'browser/extensions/app_host/update.cc', 851 'browser/extensions/app_host/update.cc',
849 'browser/extensions/app_host/update.h', 852 'browser/extensions/app_host/update.h',
850 '<(SHARED_INTERMEDIATE_DIR)/chrome_version/app_host_exe_version.rc', 853 '<(SHARED_INTERMEDIATE_DIR)/chrome_version/app_host_exe_version.rc',
851 ], 854 ],
852 }, 855 },
853 ], 856 ],
854 }, ], # 'OS=="win"' 857 }, ], # 'OS=="win"'
855 ], # 'conditions' 858 ], # 'conditions'
856 } 859 }
857 860
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698