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

Side by Side Diff: chrome/chrome_browser_ui.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 # 2 #
3 # Use of this source code is governed by a BSD-style license that can be 3 # Use of this source code is governed by a BSD-style license that can be
4 # found in the LICENSE file. 4 # found in the LICENSE file.
5 5
6 { 6 {
7 'targets': [ 7 'targets': [
8 { 8 {
9 'target_name': 'browser_ui', 9 'target_name': 'browser_ui',
10 'type': 'static_library', 10 'type': 'static_library',
(...skipping 21 matching lines...) Expand all
32 'in_memory_url_index_cache_proto', 32 'in_memory_url_index_cache_proto',
33 'installer_util', 33 'installer_util',
34 'safe_browsing_proto', 34 'safe_browsing_proto',
35 'safe_browsing_report_proto', 35 'safe_browsing_report_proto',
36 'feedback_proto', 36 'feedback_proto',
37 'variations_seed_proto', 37 'variations_seed_proto',
38 '../build/temp_gyp/googleurl.gyp:googleurl', 38 '../build/temp_gyp/googleurl.gyp:googleurl',
39 '../content/content.gyp:content_browser', 39 '../content/content.gyp:content_browser',
40 '../content/content.gyp:content_common', 40 '../content/content.gyp:content_common',
41 '../crypto/crypto.gyp:crypto', 41 '../crypto/crypto.gyp:crypto',
42 '../device/device.gyp:device_bluetooth',
42 '../media/media.gyp:media', 43 '../media/media.gyp:media',
43 '../net/net.gyp:net_with_v8', 44 '../net/net.gyp:net_with_v8',
44 '../ppapi/ppapi_internal.gyp:ppapi_ipc', # For PpapiMsg_LoadPlugin 45 '../ppapi/ppapi_internal.gyp:ppapi_ipc', # For PpapiMsg_LoadPlugin
45 '../printing/printing.gyp:printing', 46 '../printing/printing.gyp:printing',
46 '../skia/skia.gyp:skia', 47 '../skia/skia.gyp:skia',
47 '../sync/protocol/sync_proto.gyp:sync_proto', 48 '../sync/protocol/sync_proto.gyp:sync_proto',
48 # TODO(akalin): Depend only on syncapi_service from sync. 49 # TODO(akalin): Depend only on syncapi_service from sync.
49 '../sync/sync.gyp:syncapi_core', 50 '../sync/sync.gyp:syncapi_core',
50 '../sync/sync.gyp:syncapi_service', 51 '../sync/sync.gyp:syncapi_service',
51 '../sync/sync.gyp:sync_notifier', 52 '../sync/sync.gyp:sync_notifier',
(...skipping 2653 matching lines...) Expand 10 before | Expand all | Expand 10 after
2705 ['exclude', '^browser/ui/views/select_file_dialog_extension.cc'], 2706 ['exclude', '^browser/ui/views/select_file_dialog_extension.cc'],
2706 ['exclude', '^browser/ui/views/select_file_dialog_extension.h'], 2707 ['exclude', '^browser/ui/views/select_file_dialog_extension.h'],
2707 ['exclude', '^browser/ui/views/select_file_dialog_extension_factory. cc'], 2708 ['exclude', '^browser/ui/views/select_file_dialog_extension_factory. cc'],
2708 ['exclude', '^browser/ui/views/select_file_dialog_extension_factory. h'], 2709 ['exclude', '^browser/ui/views/select_file_dialog_extension_factory. h'],
2709 ]} 2710 ]}
2710 ], 2711 ],
2711 ], 2712 ],
2712 }, 2713 },
2713 ], 2714 ],
2714 } 2715 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698