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 757 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
879 'browser/value_store/leveldb_value_store_unittest.cc', | 877 'browser/value_store/leveldb_value_store_unittest.cc', |
880 'browser/value_store/testing_value_store_unittest.cc', | 878 'browser/value_store/testing_value_store_unittest.cc', |
881 'browser/value_store/value_store_change_unittest.cc', | 879 'browser/value_store/value_store_change_unittest.cc', |
882 'browser/value_store/value_store_frontend_unittest.cc', | 880 'browser/value_store/value_store_frontend_unittest.cc', |
883 'browser/value_store/value_store_unittest.cc', | 881 'browser/value_store/value_store_unittest.cc', |
884 'browser/value_store/value_store_unittest.h', | 882 'browser/value_store/value_store_unittest.h', |
885 'browser/verified_contents_unittest.cc', | 883 'browser/verified_contents_unittest.cc', |
886 'common/api/sockets/sockets_manifest_permission_unittest.cc', | 884 'common/api/sockets/sockets_manifest_permission_unittest.cc', |
887 'common/csp_validator_unittest.cc', | 885 'common/csp_validator_unittest.cc', |
888 'common/event_filter_unittest.cc', | 886 'common/event_filter_unittest.cc', |
889 'common/id_util_unittest.cc', | |
890 'common/one_shot_event_unittest.cc', | 887 'common/one_shot_event_unittest.cc', |
891 'common/permissions/manifest_permission_set_unittest.cc', | 888 'common/permissions/manifest_permission_set_unittest.cc', |
892 'common/user_script_unittest.cc', | 889 'common/user_script_unittest.cc', |
893 'renderer/activity_log_converter_strategy_unittest.cc', | 890 'renderer/activity_log_converter_strategy_unittest.cc', |
894 'renderer/api/serial/serial_api_unittest.cc', | 891 'renderer/api/serial/serial_api_unittest.cc', |
895 'renderer/api_test_base.cc', | 892 'renderer/api_test_base.cc', |
896 'renderer/api_test_base.h', | 893 'renderer/api_test_base.h', |
897 'renderer/api_test_base_unittest.cc', | 894 'renderer/api_test_base_unittest.cc', |
898 'renderer/event_unittest.cc', | 895 'renderer/event_unittest.cc', |
899 'renderer/json_schema_unittest.cc', | 896 'renderer/json_schema_unittest.cc', |
(...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
932 'browser/api/cast_channel/logging.proto' | 929 'browser/api/cast_channel/logging.proto' |
933 ], | 930 ], |
934 'variables': { | 931 'variables': { |
935 'proto_in_dir': 'browser/api/cast_channel', | 932 'proto_in_dir': 'browser/api/cast_channel', |
936 'proto_out_dir': 'extensions/browser/api/cast_channel', | 933 'proto_out_dir': 'extensions/browser/api/cast_channel', |
937 }, | 934 }, |
938 'includes': [ '../build/protoc.gypi' ] | 935 'includes': [ '../build/protoc.gypi' ] |
939 }, | 936 }, |
940 ] | 937 ] |
941 } | 938 } |
OLD | NEW |