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

Side by Side Diff: chrome/chrome_common.gypi

Issue 420663003: Extensions: Move bluetooth APIs to extensions/. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix android, gn Created 6 years, 3 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
« no previous file with comments | « chrome/chrome_browser_extensions.gypi ('k') | chrome/chrome_tests.gypi » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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 'variables': { 6 'variables': {
7 # File lists shared with GN build. 7 # File lists shared with GN build.
8 'chrome_common_sources': [ 8 'chrome_common_sources': [
9 '../apps/app_shim/app_shim_launch.h', 9 '../apps/app_shim/app_shim_launch.h',
10 '../apps/app_shim/app_shim_messages.h', 10 '../apps/app_shim/app_shim_messages.h',
(...skipping 172 matching lines...) Expand 10 before | Expand all | Expand 10 after
183 'common/variations/uniformity_field_trials.cc', 183 'common/variations/uniformity_field_trials.cc',
184 'common/variations/uniformity_field_trials.h', 184 'common/variations/uniformity_field_trials.h',
185 'common/variations/variations_util.cc', 185 'common/variations/variations_util.cc',
186 'common/variations/variations_util.h', 186 'common/variations/variations_util.h',
187 'common/web_application_info.cc', 187 'common/web_application_info.cc',
188 'common/web_application_info.h', 188 'common/web_application_info.h',
189 'common/worker_thread_ticker.cc', 189 'common/worker_thread_ticker.cc',
190 'common/worker_thread_ticker.h', 190 'common/worker_thread_ticker.h',
191 ], 191 ],
192 'chrome_common_extensions_sources': [ 192 'chrome_common_extensions_sources': [
193 'common/extensions/api/bluetooth/bluetooth_manifest_data.cc',
194 'common/extensions/api/bluetooth/bluetooth_manifest_data.h',
195 'common/extensions/api/bluetooth/bluetooth_manifest_handler.cc',
196 'common/extensions/api/bluetooth/bluetooth_manifest_handler.h',
197 'common/extensions/api/bluetooth/bluetooth_manifest_permission.cc',
198 'common/extensions/api/bluetooth/bluetooth_manifest_permission.h',
199 'common/extensions/api/commands/commands_handler.cc', 193 'common/extensions/api/commands/commands_handler.cc',
200 'common/extensions/api/commands/commands_handler.h', 194 'common/extensions/api/commands/commands_handler.h',
201 'common/extensions/api/extension_action/browser_action_handler.cc', 195 'common/extensions/api/extension_action/browser_action_handler.cc',
202 'common/extensions/api/extension_action/browser_action_handler.h', 196 'common/extensions/api/extension_action/browser_action_handler.h',
203 'common/extensions/api/extension_action/page_action_handler.cc', 197 'common/extensions/api/extension_action/page_action_handler.cc',
204 'common/extensions/api/extension_action/page_action_handler.h', 198 'common/extensions/api/extension_action/page_action_handler.h',
205 'common/extensions/api/file_browser_handlers/file_browser_handler.cc', 199 'common/extensions/api/file_browser_handlers/file_browser_handler.cc',
206 'common/extensions/api/file_browser_handlers/file_browser_handler.h', 200 'common/extensions/api/file_browser_handlers/file_browser_handler.h',
207 'common/extensions/api/input_ime/input_components_handler.cc', 201 'common/extensions/api/input_ime/input_components_handler.cc',
208 'common/extensions/api/input_ime/input_components_handler.h', 202 'common/extensions/api/input_ime/input_components_handler.h',
(...skipping 127 matching lines...) Expand 10 before | Expand all | Expand 10 after
336 '<(DEPTH)/ui/resources/ui_resources.gyp:ui_resources', 330 '<(DEPTH)/ui/resources/ui_resources.gyp:ui_resources',
337 '<(DEPTH)/url/url.gyp:url_lib', 331 '<(DEPTH)/url/url.gyp:url_lib',
338 ], 332 ],
339 'sources': [ 333 'sources': [
340 '<@(chrome_common_sources)' 334 '<@(chrome_common_sources)'
341 ], 335 ],
342 'conditions': [ 336 'conditions': [
343 ['enable_extensions==1', { 337 ['enable_extensions==1', {
344 'sources': [ '<@(chrome_common_extensions_sources)' ], 338 'sources': [ '<@(chrome_common_extensions_sources)' ],
345 'dependencies': [ 339 'dependencies': [
346 '../device/bluetooth/bluetooth.gyp:device_bluetooth',
347 '../device/usb/usb.gyp:device_usb', 340 '../device/usb/usb.gyp:device_usb',
348 ], 341 ],
349 }], 342 }],
350 ['OS=="win" or OS=="mac"', { 343 ['OS=="win" or OS=="mac"', {
351 'sources': [ '<@(chrome_common_win_mac_sources)' ], 344 'sources': [ '<@(chrome_common_win_mac_sources)' ],
352 }], 345 }],
353 ['(OS=="win" or OS=="mac") and use_openssl==1', { 346 ['(OS=="win" or OS=="mac") and use_openssl==1', {
354 # networking_private_crypto_openssl.cc depends on boringssl. 347 # networking_private_crypto_openssl.cc depends on boringssl.
355 'dependencies': [ 348 'dependencies': [
356 '../third_party/boringssl/boringssl.gyp:boringssl', 349 '../third_party/boringssl/boringssl.gyp:boringssl',
(...skipping 343 matching lines...) Expand 10 before | Expand all | Expand 10 after
700 'common/safe_browsing/csd.proto' 693 'common/safe_browsing/csd.proto'
701 ], 694 ],
702 'variables': { 695 'variables': {
703 'proto_in_dir': 'common/safe_browsing', 696 'proto_in_dir': 'common/safe_browsing',
704 'proto_out_dir': 'chrome/common/safe_browsing', 697 'proto_out_dir': 'chrome/common/safe_browsing',
705 }, 698 },
706 'includes': [ '../build/protoc.gypi' ], 699 'includes': [ '../build/protoc.gypi' ],
707 }, 700 },
708 ], 701 ],
709 } 702 }
OLDNEW
« no previous file with comments | « chrome/chrome_browser_extensions.gypi ('k') | chrome/chrome_tests.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698