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

Side by Side Diff: extensions/extensions.gyp

Issue 422163004: Extract mojo_base.gyp from mojo.gyp (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Updated Created 6 years, 4 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
OLDNEW
1 # Copyright 2013 The Chromium Authors. All rights reserved. 1 # Copyright 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 'chromium_code': 1, 7 'chromium_code': 1,
8 }, 8 },
9 'targets': [ 9 'targets': [
10 { 10 {
(...skipping 522 matching lines...) Expand 10 before | Expand all | Expand 10 after
533 'msvs_disabled_warnings': [ 4267, ], 533 'msvs_disabled_warnings': [ 4267, ],
534 }, 534 },
535 { 535 {
536 'target_name': 'extensions_renderer', 536 'target_name': 'extensions_renderer',
537 'type': 'static_library', 537 'type': 'static_library',
538 'dependencies': [ 538 'dependencies': [
539 'extensions_resources.gyp:extensions_resources', 539 'extensions_resources.gyp:extensions_resources',
540 '../chrome/chrome_resources.gyp:chrome_resources', 540 '../chrome/chrome_resources.gyp:chrome_resources',
541 '../content/content_resources.gyp:content_resources', 541 '../content/content_resources.gyp:content_resources',
542 '../gin/gin.gyp:gin', 542 '../gin/gin.gyp:gin',
543 '../mojo/mojo.gyp:mojo_js_bindings', 543 '../mojo/mojo_base.gyp:mojo_js_bindings',
544 '../third_party/WebKit/public/blink.gyp:blink', 544 '../third_party/WebKit/public/blink.gyp:blink',
545 ], 545 ],
546 'include_dirs': [ 546 'include_dirs': [
547 '..', 547 '..',
548 ], 548 ],
549 'sources': [ 549 'sources': [
550 'renderer/activity_log_converter_strategy.cc', 550 'renderer/activity_log_converter_strategy.cc',
551 'renderer/activity_log_converter_strategy.h', 551 'renderer/activity_log_converter_strategy.h',
552 'renderer/api_activity_logger.cc', 552 'renderer/api_activity_logger.cc',
553 'renderer/api_activity_logger.h', 553 'renderer/api_activity_logger.h',
(...skipping 210 matching lines...) Expand 10 before | Expand all | Expand 10 after
764 # unit_tests target. They should be moved here, which may require some 764 # unit_tests target. They should be moved here, which may require some
765 # refactoring (ExtensionsBrowserClient, TestingProfile, etc.). 765 # refactoring (ExtensionsBrowserClient, TestingProfile, etc.).
766 # http://crbug.com/348066 766 # http://crbug.com/348066
767 'target_name': 'extensions_unittests', 767 'target_name': 'extensions_unittests',
768 'type': 'executable', 768 'type': 'executable',
769 'dependencies': [ 769 'dependencies': [
770 '../base/base.gyp:base', 770 '../base/base.gyp:base',
771 '../base/base.gyp:test_support_base', 771 '../base/base.gyp:test_support_base',
772 '../content/content_shell_and_tests.gyp:test_support_content', 772 '../content/content_shell_and_tests.gyp:test_support_content',
773 '../device/serial/serial.gyp:device_serial', 773 '../device/serial/serial.gyp:device_serial',
774 '../mojo/mojo.gyp:mojo_environment_chromium', 774 '../mojo/mojo_base.gyp:mojo_environment_chromium',
775 '../mojo/mojo.gyp:mojo_cpp_bindings', 775 '../mojo/mojo_base.gyp:mojo_cpp_bindings',
776 '../mojo/mojo.gyp:mojo_js_bindings_lib', 776 '../mojo/mojo_base.gyp:mojo_js_bindings_lib',
777 '../mojo/mojo.gyp:mojo_system_impl', 777 '../mojo/mojo_base.gyp:mojo_system_impl',
778 '../testing/gmock.gyp:gmock', 778 '../testing/gmock.gyp:gmock',
779 '../testing/gtest.gyp:gtest', 779 '../testing/gtest.gyp:gtest',
780 'extensions_common', 780 'extensions_common',
781 'extensions_pak', 781 'extensions_pak',
782 'extensions_renderer', 782 'extensions_renderer',
783 'extensions_resources.gyp:extensions_resources', 783 'extensions_resources.gyp:extensions_resources',
784 'extensions_strings.gyp:extensions_strings', 784 'extensions_strings.gyp:extensions_strings',
785 'extensions_test_support', 785 'extensions_test_support',
786 ], 786 ],
787 'sources': [ 787 'sources': [
(...skipping 39 matching lines...) Expand 10 before | Expand all | Expand 10 after
827 'type': 'static_library', 827 'type': 'static_library',
828 'sources': [ 'browser/api/cast_channel/cast_channel.proto' ], 828 'sources': [ 'browser/api/cast_channel/cast_channel.proto' ],
829 'variables': { 829 'variables': {
830 'proto_in_dir': 'browser/api/cast_channel', 830 'proto_in_dir': 'browser/api/cast_channel',
831 'proto_out_dir': 'extensions/browser/api/cast_channel', 831 'proto_out_dir': 'extensions/browser/api/cast_channel',
832 }, 832 },
833 'includes': [ '../build/protoc.gypi' ] 833 'includes': [ '../build/protoc.gypi' ]
834 }, 834 },
835 ] 835 ]
836 } 836 }
OLDNEW
« no previous file with comments | « device/serial/serial.gyp ('k') | extensions/shell/app_shell.gyp » ('j') | mojo/mojo.gyp » ('J')

Powered by Google App Engine
This is Rietveld 408576698