| OLD | NEW |
| 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 797 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 808 # refactoring (ExtensionsBrowserClient, TestingProfile, etc.). | 808 # refactoring (ExtensionsBrowserClient, TestingProfile, etc.). |
| 809 # http://crbug.com/348066 | 809 # http://crbug.com/348066 |
| 810 'target_name': 'extensions_unittests', | 810 'target_name': 'extensions_unittests', |
| 811 'type': 'executable', | 811 'type': 'executable', |
| 812 'dependencies': [ | 812 'dependencies': [ |
| 813 '../base/base.gyp:base', | 813 '../base/base.gyp:base', |
| 814 '../base/base.gyp:test_support_base', | 814 '../base/base.gyp:test_support_base', |
| 815 '../components/components.gyp:keyed_service_content', | 815 '../components/components.gyp:keyed_service_content', |
| 816 '../content/content_shell_and_tests.gyp:test_support_content', | 816 '../content/content_shell_and_tests.gyp:test_support_content', |
| 817 '../device/serial/serial.gyp:device_serial', | 817 '../device/serial/serial.gyp:device_serial', |
| 818 '../device/serial/serial.gyp:device_serial_test_util', |
| 818 '../mojo/mojo_base.gyp:mojo_environment_chromium', | 819 '../mojo/mojo_base.gyp:mojo_environment_chromium', |
| 819 '../mojo/mojo_base.gyp:mojo_cpp_bindings', | 820 '../mojo/mojo_base.gyp:mojo_cpp_bindings', |
| 820 '../mojo/mojo_base.gyp:mojo_js_bindings_lib', | 821 '../mojo/mojo_base.gyp:mojo_js_bindings_lib', |
| 821 '../mojo/mojo_base.gyp:mojo_system_impl', | 822 '../mojo/mojo_base.gyp:mojo_system_impl', |
| 822 '../testing/gmock.gyp:gmock', | 823 '../testing/gmock.gyp:gmock', |
| 823 '../testing/gtest.gyp:gtest', | 824 '../testing/gtest.gyp:gtest', |
| 824 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase', | 825 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase', |
| 825 'extensions_common', | 826 'extensions_common', |
| 826 'extensions_renderer', | 827 'extensions_renderer', |
| 827 'extensions_resources.gyp:extensions_resources', | 828 'extensions_resources.gyp:extensions_resources', |
| (...skipping 78 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 906 'browser/api/cast_channel/logging.proto' | 907 'browser/api/cast_channel/logging.proto' |
| 907 ], | 908 ], |
| 908 'variables': { | 909 'variables': { |
| 909 'proto_in_dir': 'browser/api/cast_channel', | 910 'proto_in_dir': 'browser/api/cast_channel', |
| 910 'proto_out_dir': 'extensions/browser/api/cast_channel', | 911 'proto_out_dir': 'extensions/browser/api/cast_channel', |
| 911 }, | 912 }, |
| 912 'includes': [ '../build/protoc.gypi' ] | 913 'includes': [ '../build/protoc.gypi' ] |
| 913 }, | 914 }, |
| 914 ] | 915 ] |
| 915 } | 916 } |
| OLD | NEW |