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 794 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
805 '../testing/gmock.gyp:gmock', | 805 '../testing/gmock.gyp:gmock', |
806 '../testing/gtest.gyp:gtest', | 806 '../testing/gtest.gyp:gtest', |
807 'extensions_common', | 807 'extensions_common', |
808 'extensions_renderer', | 808 'extensions_renderer', |
809 'extensions_resources.gyp:extensions_resources', | 809 'extensions_resources.gyp:extensions_resources', |
810 'extensions_shell_and_test_pak', | 810 'extensions_shell_and_test_pak', |
811 'extensions_strings.gyp:extensions_strings', | 811 'extensions_strings.gyp:extensions_strings', |
812 'extensions_test_support', | 812 'extensions_test_support', |
813 ], | 813 ], |
814 'sources': [ | 814 'sources': [ |
| 815 'browser/lazy_background_task_queue_unittest.cc', |
815 'browser/process_manager_unittest.cc', | 816 'browser/process_manager_unittest.cc', |
816 'common/api/sockets/sockets_manifest_permission_unittest.cc', | 817 'common/api/sockets/sockets_manifest_permission_unittest.cc', |
817 'common/csp_validator_unittest.cc', | 818 'common/csp_validator_unittest.cc', |
818 'common/event_filter_unittest.cc', | 819 'common/event_filter_unittest.cc', |
819 'common/id_util_unittest.cc', | 820 'common/id_util_unittest.cc', |
820 'common/one_shot_event_unittest.cc', | 821 'common/one_shot_event_unittest.cc', |
821 'common/permissions/manifest_permission_set_unittest.cc', | 822 'common/permissions/manifest_permission_set_unittest.cc', |
822 'common/user_script_unittest.cc', | 823 'common/user_script_unittest.cc', |
823 'renderer/api/serial/serial_api_unittest.cc', | 824 'renderer/api/serial/serial_api_unittest.cc', |
824 'renderer/api_test_base.cc', | 825 'renderer/api_test_base.cc', |
(...skipping 30 matching lines...) Expand all Loading... |
855 'type': 'static_library', | 856 'type': 'static_library', |
856 'sources': [ 'browser/api/cast_channel/cast_channel.proto' ], | 857 'sources': [ 'browser/api/cast_channel/cast_channel.proto' ], |
857 'variables': { | 858 'variables': { |
858 'proto_in_dir': 'browser/api/cast_channel', | 859 'proto_in_dir': 'browser/api/cast_channel', |
859 'proto_out_dir': 'extensions/browser/api/cast_channel', | 860 'proto_out_dir': 'extensions/browser/api/cast_channel', |
860 }, | 861 }, |
861 'includes': [ '../build/protoc.gypi' ] | 862 'includes': [ '../build/protoc.gypi' ] |
862 }, | 863 }, |
863 ] | 864 ] |
864 } | 865 } |
OLD | NEW |