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

Side by Side Diff: chrome/chrome_common.gypi

Issue 22295002: Base infrastructure for Networking Private API on Windows and Mac. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Perform Crypto Verify* on WorkerPool, Make EventRouter a Network* events observer and sender. Created 7 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) 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': 'common', 8 'target_name': 'common',
9 'type': 'static_library', 9 'type': 'static_library',
10 'variables': { 10 'variables': {
(...skipping 407 matching lines...) Expand 10 before | Expand all | Expand 10 after
418 'sources!': [ 418 'sources!': [
419 'common/extensions/api/extension_api_stub.cc', 419 'common/extensions/api/extension_api_stub.cc',
420 ], 420 ],
421 'dependencies': [ 421 'dependencies': [
422 '../device/bluetooth/bluetooth.gyp:device_bluetooth', 422 '../device/bluetooth/bluetooth.gyp:device_bluetooth',
423 '../device/usb/usb.gyp:device_usb', 423 '../device/usb/usb.gyp:device_usb',
424 ], 424 ],
425 }, { # enable_extensions == 0 425 }, { # enable_extensions == 0
426 'sources/': [ 426 'sources/': [
427 ['exclude', '^common/extensions/api/'], 427 ['exclude', '^common/extensions/api/'],
428 ['exclude', '^common/networking_private_messages.*'],
428 ['include', 'common/extensions/api/extension_api_stub.cc'], 429 ['include', 'common/extensions/api/extension_api_stub.cc'],
429 ['include', 'common/extensions/api/extension_action/action_info.cc'] , 430 ['include', 'common/extensions/api/extension_action/action_info.cc'] ,
430 ['include', 'common/extensions/api/extension_action/action_info.h'], 431 ['include', 'common/extensions/api/extension_action/action_info.h'],
431 ['include', 'common/extensions/api/i18n/default_locale_handler.cc'], 432 ['include', 'common/extensions/api/i18n/default_locale_handler.cc'],
432 ['include', 'common/extensions/api/i18n/default_locale_handler.h'], 433 ['include', 'common/extensions/api/i18n/default_locale_handler.h'],
433 ['include', 'common/extensions/api/identity/oauth2_manifest_handler. cc'], 434 ['include', 'common/extensions/api/identity/oauth2_manifest_handler. cc'],
434 ['include', 'common/extensions/api/identity/oauth2_manifest_handler. h'], 435 ['include', 'common/extensions/api/identity/oauth2_manifest_handler. h'],
435 ['include', 'common/extensions/api/managed_mode_private/managed_mode _handler.cc'], 436 ['include', 'common/extensions/api/managed_mode_private/managed_mode _handler.cc'],
436 ['include', 'common/extensions/api/managed_mode_private/managed_mode _handler.h'], 437 ['include', 'common/extensions/api/managed_mode_private/managed_mode _handler.h'],
437 ['include', 'common/extensions/api/plugins/plugins_handler.cc'], 438 ['include', 'common/extensions/api/plugins/plugins_handler.cc'],
438 ['include', 'common/extensions/api/plugins/plugins_handler.h'], 439 ['include', 'common/extensions/api/plugins/plugins_handler.h'],
439 ['include', 'common/extensions/api/storage/storage_schema_manifest_h andler.cc'], 440 ['include', 'common/extensions/api/storage/storage_schema_manifest_h andler.cc'],
440 ['include', 'common/extensions/api/storage/storage_schema_manifest_h andler.h'], 441 ['include', 'common/extensions/api/storage/storage_schema_manifest_h andler.h'],
441 ], 442 ],
442 }], 443 }],
443 ['OS=="win" or OS=="mac"', { 444 ['OS=="win" or OS=="mac"', {
444 'sources': [ 445 'sources': [
445 'common/media_galleries/itunes_library.cc', 446 'common/media_galleries/itunes_library.cc',
446 'common/media_galleries/itunes_library.h', 447 'common/media_galleries/itunes_library.h',
447 'common/media_galleries/itunes_xml_utils.cc', 448 'common/media_galleries/itunes_xml_utils.cc',
448 'common/media_galleries/itunes_xml_utils.h', 449 'common/media_galleries/itunes_xml_utils.h',
449 'common/media_galleries/picasa_types.cc', 450 'common/media_galleries/picasa_types.cc',
450 'common/media_galleries/picasa_types.h', 451 'common/media_galleries/picasa_types.h',
451 'common/media_galleries/pmp_constants.h', 452 'common/media_galleries/pmp_constants.h',
453 'common/networking_private_messages.cc',
454 'common/networking_private_messages.h',
452 ], 455 ],
453 }], 456 }],
454 ['OS != "ios"', { 457 ['OS != "ios"', {
455 'dependencies': [ 458 'dependencies': [
456 '<(DEPTH)/chrome/app/policy/cloud_policy_codegen.gyp:policy', 459 '<(DEPTH)/chrome/app/policy/cloud_policy_codegen.gyp:policy',
457 '<(DEPTH)/chrome/common/extensions/api/api.gyp:api', 460 '<(DEPTH)/chrome/common/extensions/api/api.gyp:api',
458 '<(DEPTH)/components/components.gyp:autofill_core_common', 461 '<(DEPTH)/components/components.gyp:autofill_core_common',
459 '<(DEPTH)/components/nacl_common.gyp:nacl_common', 462 '<(DEPTH)/components/nacl_common.gyp:nacl_common',
460 '<(DEPTH)/ipc/ipc.gyp:ipc', 463 '<(DEPTH)/ipc/ipc.gyp:ipc',
461 '<(DEPTH)/printing/printing.gyp:printing', 464 '<(DEPTH)/printing/printing.gyp:printing',
(...skipping 322 matching lines...) Expand 10 before | Expand all | Expand 10 after
784 'common/metrics/proto/user_action_event.proto', 787 'common/metrics/proto/user_action_event.proto',
785 ], 788 ],
786 'variables': { 789 'variables': {
787 'proto_in_dir': 'common/metrics/proto', 790 'proto_in_dir': 'common/metrics/proto',
788 'proto_out_dir': 'chrome/common/metrics/proto', 791 'proto_out_dir': 'chrome/common/metrics/proto',
789 }, 792 },
790 'includes': [ '../build/protoc.gypi' ], 793 'includes': [ '../build/protoc.gypi' ],
791 }, 794 },
792 ], 795 ],
793 } 796 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698