| 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 50 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 61 '../extensions/common/draggable_region.cc', | 61 '../extensions/common/draggable_region.cc', |
| 62 '../extensions/common/draggable_region.h', | 62 '../extensions/common/draggable_region.h', |
| 63 '../extensions/common/error_utils.cc', | 63 '../extensions/common/error_utils.cc', |
| 64 '../extensions/common/error_utils.h', | 64 '../extensions/common/error_utils.h', |
| 65 '../extensions/common/event_filter.cc', | 65 '../extensions/common/event_filter.cc', |
| 66 '../extensions/common/event_filter.h', | 66 '../extensions/common/event_filter.h', |
| 67 '../extensions/common/event_filtering_info.cc', | 67 '../extensions/common/event_filtering_info.cc', |
| 68 '../extensions/common/event_filtering_info.h', | 68 '../extensions/common/event_filtering_info.h', |
| 69 '../extensions/common/event_matcher.cc', | 69 '../extensions/common/event_matcher.cc', |
| 70 '../extensions/common/event_matcher.h', | 70 '../extensions/common/event_matcher.h', |
| 71 '../extensions/common/extension_paths.cc', |
| 72 '../extensions/common/extension_paths.h', |
| 71 '../extensions/common/extension_resource.cc', | 73 '../extensions/common/extension_resource.cc', |
| 72 '../extensions/common/extension_resource.h', | 74 '../extensions/common/extension_resource.h', |
| 73 '../extensions/common/id_util.cc', | 75 '../extensions/common/id_util.cc', |
| 74 '../extensions/common/id_util.h', | 76 '../extensions/common/id_util.h', |
| 75 '../extensions/common/install_warning.h', | 77 '../extensions/common/install_warning.h', |
| 76 '../extensions/common/install_warning.cc', | 78 '../extensions/common/install_warning.cc', |
| 77 '../extensions/common/matcher/regex_set_matcher.cc', | 79 '../extensions/common/matcher/regex_set_matcher.cc', |
| 78 '../extensions/common/matcher/regex_set_matcher.h', | 80 '../extensions/common/matcher/regex_set_matcher.h', |
| 79 '../extensions/common/matcher/string_pattern.cc', | 81 '../extensions/common/matcher/string_pattern.cc', |
| 80 '../extensions/common/matcher/string_pattern.h', | 82 '../extensions/common/matcher/string_pattern.h', |
| (...skipping 647 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 728 'common/metrics/proto/user_action_event.proto', | 730 'common/metrics/proto/user_action_event.proto', |
| 729 ], | 731 ], |
| 730 'variables': { | 732 'variables': { |
| 731 'proto_in_dir': 'common/metrics/proto', | 733 'proto_in_dir': 'common/metrics/proto', |
| 732 'proto_out_dir': 'chrome/common/metrics/proto', | 734 'proto_out_dir': 'chrome/common/metrics/proto', |
| 733 }, | 735 }, |
| 734 'includes': [ '../build/protoc.gypi' ], | 736 'includes': [ '../build/protoc.gypi' ], |
| 735 }, | 737 }, |
| 736 ], | 738 ], |
| 737 } | 739 } |
| OLD | NEW |