| OLD | NEW |
| 1 # Copyright (c) 2013 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 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 'targets': [ | 6 'targets': [ |
| 7 { | 7 { |
| 8 'target_name': 'common', | 8 'target_name': 'common', |
| 9 'type': 'static_library', | 9 'type': 'static_library', |
| 10 'variables': { | 10 'variables': { |
| (...skipping 180 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 191 'common/extensions/api/plugins/plugins_handler.cc', | 191 'common/extensions/api/plugins/plugins_handler.cc', |
| 192 'common/extensions/api/plugins/plugins_handler.h', | 192 'common/extensions/api/plugins/plugins_handler.h', |
| 193 'common/extensions/api/speech/tts_engine_manifest_handler.cc', | 193 'common/extensions/api/speech/tts_engine_manifest_handler.cc', |
| 194 'common/extensions/api/speech/tts_engine_manifest_handler.h', | 194 'common/extensions/api/speech/tts_engine_manifest_handler.h', |
| 195 'common/extensions/api/spellcheck/spellcheck_handler.cc', | 195 'common/extensions/api/spellcheck/spellcheck_handler.cc', |
| 196 'common/extensions/api/spellcheck/spellcheck_handler.h', | 196 'common/extensions/api/spellcheck/spellcheck_handler.h', |
| 197 'common/extensions/api/system_indicator/system_indicator_handler.cc', | 197 'common/extensions/api/system_indicator/system_indicator_handler.cc', |
| 198 'common/extensions/api/system_indicator/system_indicator_handler.h', | 198 'common/extensions/api/system_indicator/system_indicator_handler.h', |
| 199 'common/extensions/background_info.cc', | 199 'common/extensions/background_info.cc', |
| 200 'common/extensions/background_info.h', | 200 'common/extensions/background_info.h', |
| 201 'common/extensions/chrome_manifest_handlers.cc', |
| 202 'common/extensions/chrome_manifest_handlers.h', |
| 201 'common/extensions/command.cc', | 203 'common/extensions/command.cc', |
| 202 'common/extensions/command.h', | 204 'common/extensions/command.h', |
| 203 'common/extensions/csp_handler.cc', | 205 'common/extensions/csp_handler.cc', |
| 204 'common/extensions/csp_handler.h', | 206 'common/extensions/csp_handler.h', |
| 205 'common/extensions/csp_validator.cc', | 207 'common/extensions/csp_validator.cc', |
| 206 'common/extensions/csp_validator.h', | 208 'common/extensions/csp_validator.h', |
| 207 'common/extensions/extension.cc', | 209 'common/extensions/extension.cc', |
| 208 'common/extensions/extension.h', | 210 'common/extensions/extension.h', |
| 209 'common/extensions/extension_constants.cc', | 211 'common/extensions/extension_constants.cc', |
| 210 'common/extensions/extension_constants.h', | 212 'common/extensions/extension_constants.h', |
| (...skipping 529 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 740 'common/metrics/proto/user_action_event.proto', | 742 'common/metrics/proto/user_action_event.proto', |
| 741 ], | 743 ], |
| 742 'variables': { | 744 'variables': { |
| 743 'proto_in_dir': 'common/metrics/proto', | 745 'proto_in_dir': 'common/metrics/proto', |
| 744 'proto_out_dir': 'chrome/common/metrics/proto', | 746 'proto_out_dir': 'chrome/common/metrics/proto', |
| 745 }, | 747 }, |
| 746 'includes': [ '../build/protoc.gypi' ], | 748 'includes': [ '../build/protoc.gypi' ], |
| 747 }, | 749 }, |
| 748 ], | 750 ], |
| 749 } | 751 } |
| OLD | NEW |