| 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 802 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 813 'extensions_shell_and_test_pak', | 813 'extensions_shell_and_test_pak', |
| 814 'extensions_strings.gyp:extensions_strings', | 814 'extensions_strings.gyp:extensions_strings', |
| 815 'extensions_test_support', | 815 'extensions_test_support', |
| 816 ], | 816 ], |
| 817 # Needed for third_party libraries like leveldb. | 817 # Needed for third_party libraries like leveldb. |
| 818 'include_dirs': [ | 818 'include_dirs': [ |
| 819 '..', | 819 '..', |
| 820 ], | 820 ], |
| 821 'sources': [ | 821 'sources': [ |
| 822 'browser/admin_policy_unittest.cc', | 822 'browser/admin_policy_unittest.cc', |
| 823 'browser/api/api_resource_manager_unittest.cc', |
| 823 'browser/computed_hashes_unittest.cc', | 824 'browser/computed_hashes_unittest.cc', |
| 824 'browser/content_hash_tree_unittest.cc', | 825 'browser/content_hash_tree_unittest.cc', |
| 825 'browser/event_listener_map_unittest.cc', | 826 'browser/event_listener_map_unittest.cc', |
| 826 'browser/event_router_unittest.cc', | 827 'browser/event_router_unittest.cc', |
| 827 'browser/extension_pref_value_map_unittest.cc', | 828 'browser/extension_pref_value_map_unittest.cc', |
| 828 'browser/extension_registry_unittest.cc', | 829 'browser/extension_registry_unittest.cc', |
| 829 'browser/file_highlighter_unittest.cc', | 830 'browser/file_highlighter_unittest.cc', |
| 830 'browser/file_reader_unittest.cc', | 831 'browser/file_reader_unittest.cc', |
| 831 'browser/image_util_unittest.cc', | 832 'browser/image_util_unittest.cc', |
| 832 'browser/management_policy_unittest.cc', | 833 'browser/management_policy_unittest.cc', |
| (...skipping 52 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 885 'type': 'static_library', | 886 'type': 'static_library', |
| 886 'sources': [ 'browser/api/cast_channel/cast_channel.proto' ], | 887 'sources': [ 'browser/api/cast_channel/cast_channel.proto' ], |
| 887 'variables': { | 888 'variables': { |
| 888 'proto_in_dir': 'browser/api/cast_channel', | 889 'proto_in_dir': 'browser/api/cast_channel', |
| 889 'proto_out_dir': 'extensions/browser/api/cast_channel', | 890 'proto_out_dir': 'extensions/browser/api/cast_channel', |
| 890 }, | 891 }, |
| 891 'includes': [ '../build/protoc.gypi' ] | 892 'includes': [ '../build/protoc.gypi' ] |
| 892 }, | 893 }, |
| 893 ] | 894 ] |
| 894 } | 895 } |
| OLD | NEW |