| OLD | NEW |
| 1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2012 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 103 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 114 'common/content_settings_helper.cc', | 114 'common/content_settings_helper.cc', |
| 115 'common/content_settings_helper.h', | 115 'common/content_settings_helper.h', |
| 116 'common/content_settings_pattern.cc', | 116 'common/content_settings_pattern.cc', |
| 117 'common/content_settings_pattern.h', | 117 'common/content_settings_pattern.h', |
| 118 'common/content_settings_pattern_parser.cc', | 118 'common/content_settings_pattern_parser.cc', |
| 119 'common/content_settings_pattern_parser.h', | 119 'common/content_settings_pattern_parser.h', |
| 120 'common/content_settings_types.h', | 120 'common/content_settings_types.h', |
| 121 'common/custom_handlers/protocol_handler.cc', | 121 'common/custom_handlers/protocol_handler.cc', |
| 122 'common/custom_handlers/protocol_handler.h', | 122 'common/custom_handlers/protocol_handler.h', |
| 123 'common/descriptors_android.h', | 123 'common/descriptors_android.h', |
| 124 'common/extensions/api/extension_action/browser_action_handler.cc', |
| 125 'common/extensions/api/extension_action/browser_action_handler.h', |
| 124 'common/extensions/api/extension_action/script_badge_handler.cc', | 126 'common/extensions/api/extension_action/script_badge_handler.cc', |
| 125 'common/extensions/api/extension_action/script_badge_handler.h', | 127 'common/extensions/api/extension_action/script_badge_handler.h', |
| 126 'common/extensions/api/extension_action/action_handler_helpers.cc', | 128 'common/extensions/api/extension_action/action_handler_helpers.cc', |
| 127 'common/extensions/api/extension_action/action_handler_helpers.h', | 129 'common/extensions/api/extension_action/action_handler_helpers.h', |
| 128 'common/extensions/api/extension_action/action_info.cc', | 130 'common/extensions/api/extension_action/action_info.cc', |
| 129 'common/extensions/api/extension_action/action_info.h', | 131 'common/extensions/api/extension_action/action_info.h', |
| 130 'common/extensions/api/extension_api.cc', | 132 'common/extensions/api/extension_api.cc', |
| 131 'common/extensions/api/extension_api.h', | 133 'common/extensions/api/extension_api.h', |
| 132 'common/extensions/api/extension_api_stub.cc', | 134 'common/extensions/api/extension_api_stub.cc', |
| 133 'common/extensions/api/omnibox/omnibox_handler.cc', | 135 'common/extensions/api/omnibox/omnibox_handler.cc', |
| (...skipping 501 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 635 'common/metrics/proto/user_action_event.proto', | 637 'common/metrics/proto/user_action_event.proto', |
| 636 ], | 638 ], |
| 637 'variables': { | 639 'variables': { |
| 638 'proto_in_dir': 'common/metrics/proto', | 640 'proto_in_dir': 'common/metrics/proto', |
| 639 'proto_out_dir': 'chrome/common/metrics/proto', | 641 'proto_out_dir': 'chrome/common/metrics/proto', |
| 640 }, | 642 }, |
| 641 'includes': [ '../build/protoc.gypi' ], | 643 'includes': [ '../build/protoc.gypi' ], |
| 642 }, | 644 }, |
| 643 ], | 645 ], |
| 644 } | 646 } |
| OLD | NEW |