| 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 89 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 100 'common/features/manifest_feature.cc', | 100 'common/features/manifest_feature.cc', |
| 101 'common/features/manifest_feature.h', | 101 'common/features/manifest_feature.h', |
| 102 'common/features/permission_feature.cc', | 102 'common/features/permission_feature.cc', |
| 103 'common/features/permission_feature.h', | 103 'common/features/permission_feature.h', |
| 104 'common/features/simple_feature.cc', | 104 'common/features/simple_feature.cc', |
| 105 'common/features/simple_feature.h', | 105 'common/features/simple_feature.h', |
| 106 'common/features/simple_feature_filter.cc', | 106 'common/features/simple_feature_filter.cc', |
| 107 'common/features/simple_feature_filter.h', | 107 'common/features/simple_feature_filter.h', |
| 108 'common/file_util.cc', | 108 'common/file_util.cc', |
| 109 'common/file_util.h', | 109 'common/file_util.h', |
| 110 'common/id_util.cc', | |
| 111 'common/id_util.h', | |
| 112 'common/install_warning.cc', | 110 'common/install_warning.cc', |
| 113 'common/install_warning.h', | 111 'common/install_warning.h', |
| 114 'common/manifest.cc', | 112 'common/manifest.cc', |
| 115 'common/manifest.h', | 113 'common/manifest.h', |
| 116 'common/manifest_constants.cc', | 114 'common/manifest_constants.cc', |
| 117 'common/manifest_constants.h', | 115 'common/manifest_constants.h', |
| 118 'common/manifest_handler.cc', | 116 'common/manifest_handler.cc', |
| 119 'common/manifest_handler.h', | 117 'common/manifest_handler.h', |
| 120 'common/manifest_handler_helpers.cc', | 118 'common/manifest_handler_helpers.cc', |
| 121 'common/manifest_handler_helpers.h', | 119 'common/manifest_handler_helpers.h', |
| (...skipping 753 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 875 'browser/value_store/leveldb_value_store_unittest.cc', | 873 'browser/value_store/leveldb_value_store_unittest.cc', |
| 876 'browser/value_store/testing_value_store_unittest.cc', | 874 'browser/value_store/testing_value_store_unittest.cc', |
| 877 'browser/value_store/value_store_change_unittest.cc', | 875 'browser/value_store/value_store_change_unittest.cc', |
| 878 'browser/value_store/value_store_frontend_unittest.cc', | 876 'browser/value_store/value_store_frontend_unittest.cc', |
| 879 'browser/value_store/value_store_unittest.cc', | 877 'browser/value_store/value_store_unittest.cc', |
| 880 'browser/value_store/value_store_unittest.h', | 878 'browser/value_store/value_store_unittest.h', |
| 881 'browser/verified_contents_unittest.cc', | 879 'browser/verified_contents_unittest.cc', |
| 882 'common/api/sockets/sockets_manifest_permission_unittest.cc', | 880 'common/api/sockets/sockets_manifest_permission_unittest.cc', |
| 883 'common/csp_validator_unittest.cc', | 881 'common/csp_validator_unittest.cc', |
| 884 'common/event_filter_unittest.cc', | 882 'common/event_filter_unittest.cc', |
| 885 'common/id_util_unittest.cc', | |
| 886 'common/one_shot_event_unittest.cc', | 883 'common/one_shot_event_unittest.cc', |
| 887 'common/permissions/manifest_permission_set_unittest.cc', | 884 'common/permissions/manifest_permission_set_unittest.cc', |
| 888 'common/user_script_unittest.cc', | 885 'common/user_script_unittest.cc', |
| 889 'renderer/activity_log_converter_strategy_unittest.cc', | 886 'renderer/activity_log_converter_strategy_unittest.cc', |
| 890 'renderer/api/serial/serial_api_unittest.cc', | 887 'renderer/api/serial/serial_api_unittest.cc', |
| 891 'renderer/api_test_base.cc', | 888 'renderer/api_test_base.cc', |
| 892 'renderer/api_test_base.h', | 889 'renderer/api_test_base.h', |
| 893 'renderer/api_test_base_unittest.cc', | 890 'renderer/api_test_base_unittest.cc', |
| 894 'renderer/event_unittest.cc', | 891 'renderer/event_unittest.cc', |
| 895 'renderer/json_schema_unittest.cc', | 892 'renderer/json_schema_unittest.cc', |
| (...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 928 'browser/api/cast_channel/logging.proto' | 925 'browser/api/cast_channel/logging.proto' |
| 929 ], | 926 ], |
| 930 'variables': { | 927 'variables': { |
| 931 'proto_in_dir': 'browser/api/cast_channel', | 928 'proto_in_dir': 'browser/api/cast_channel', |
| 932 'proto_out_dir': 'extensions/browser/api/cast_channel', | 929 'proto_out_dir': 'extensions/browser/api/cast_channel', |
| 933 }, | 930 }, |
| 934 'includes': [ '../build/protoc.gypi' ] | 931 'includes': [ '../build/protoc.gypi' ] |
| 935 }, | 932 }, |
| 936 ] | 933 ] |
| 937 } | 934 } |
| OLD | NEW |