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 23 matching lines...) Expand all Loading... |
34 '<(DEPTH)/base/base.gyp:base_static', | 34 '<(DEPTH)/base/base.gyp:base_static', |
35 '<(DEPTH)/chrome/chrome_resources.gyp:chrome_resources', | 35 '<(DEPTH)/chrome/chrome_resources.gyp:chrome_resources', |
36 '<(DEPTH)/chrome/chrome_resources.gyp:chrome_strings', | 36 '<(DEPTH)/chrome/chrome_resources.gyp:chrome_strings', |
37 '<(DEPTH)/chrome/chrome_resources.gyp:theme_resources', | 37 '<(DEPTH)/chrome/chrome_resources.gyp:theme_resources', |
38 '<(DEPTH)/chrome/common_constants.gyp:common_constants', | 38 '<(DEPTH)/chrome/common_constants.gyp:common_constants', |
39 '<(DEPTH)/components/components.gyp:json_schema', | 39 '<(DEPTH)/components/components.gyp:json_schema', |
40 '<(DEPTH)/components/components.gyp:policy_component', | 40 '<(DEPTH)/components/components.gyp:policy_component', |
41 '<(DEPTH)/components/components.gyp:variations', | 41 '<(DEPTH)/components/components.gyp:variations', |
42 '<(DEPTH)/components/components.gyp:visitedlink_common', | 42 '<(DEPTH)/components/components.gyp:visitedlink_common', |
43 '<(DEPTH)/content/content.gyp:content_common', | 43 '<(DEPTH)/content/content.gyp:content_common', |
| 44 '<(DEPTH)/extensions/extensions.gyp:extensions_common', |
44 '<(DEPTH)/net/net.gyp:net', | 45 '<(DEPTH)/net/net.gyp:net', |
45 '<(DEPTH)/skia/skia.gyp:skia', | 46 '<(DEPTH)/skia/skia.gyp:skia', |
46 '<(DEPTH)/third_party/icu/icu.gyp:icui18n', | 47 '<(DEPTH)/third_party/icu/icu.gyp:icui18n', |
47 '<(DEPTH)/third_party/icu/icu.gyp:icuuc', | 48 '<(DEPTH)/third_party/icu/icu.gyp:icuuc', |
48 '<(DEPTH)/third_party/libxml/libxml.gyp:libxml', | 49 '<(DEPTH)/third_party/libxml/libxml.gyp:libxml', |
49 '<(DEPTH)/third_party/sqlite/sqlite.gyp:sqlite', | 50 '<(DEPTH)/third_party/sqlite/sqlite.gyp:sqlite', |
50 '<(DEPTH)/third_party/zlib/google/zip.gyp:zip', | 51 '<(DEPTH)/third_party/zlib/google/zip.gyp:zip', |
51 '<(DEPTH)/ui/ui.gyp:ui_resources', | 52 '<(DEPTH)/ui/ui.gyp:ui_resources', |
52 '<(DEPTH)/url/url.gyp:url_lib', | 53 '<(DEPTH)/url/url.gyp:url_lib', |
53 '<(DEPTH)/webkit/common/user_agent/webkit_user_agent.gyp:user_agent', | 54 '<(DEPTH)/webkit/common/user_agent/webkit_user_agent.gyp:user_agent', |
54 ], | 55 ], |
55 'sources': [ | 56 'sources': [ |
56 '../apps/app_shim/app_shim_launch.h', | 57 '../apps/app_shim/app_shim_launch.h', |
57 '../apps/app_shim/app_shim_messages.h', | 58 '../apps/app_shim/app_shim_messages.h', |
58 '../extensions/common/crx_file.cc', | |
59 '../extensions/common/crx_file.h', | |
60 '../extensions/common/draggable_region.cc', | |
61 '../extensions/common/draggable_region.h', | |
62 '../extensions/common/error_utils.cc', | |
63 '../extensions/common/error_utils.h', | |
64 '../extensions/common/event_filter.cc', | |
65 '../extensions/common/event_filter.h', | |
66 '../extensions/common/event_filtering_info.cc', | |
67 '../extensions/common/event_filtering_info.h', | |
68 '../extensions/common/event_matcher.cc', | |
69 '../extensions/common/event_matcher.h', | |
70 '../extensions/common/extension_paths.cc', | |
71 '../extensions/common/extension_paths.h', | |
72 '../extensions/common/extension_resource.cc', | |
73 '../extensions/common/extension_resource.h', | |
74 '../extensions/common/extension_urls.cc', | |
75 '../extensions/common/extension_urls.h', | |
76 '../extensions/common/extensions_client.cc', | |
77 '../extensions/common/extensions_client.h', | |
78 '../extensions/common/features/feature.cc', | |
79 '../extensions/common/features/feature.h', | |
80 '../extensions/common/features/feature_provider.cc', | |
81 '../extensions/common/features/feature_provider.h', | |
82 '../extensions/common/id_util.cc', | |
83 '../extensions/common/id_util.h', | |
84 '../extensions/common/install_warning.cc', | |
85 '../extensions/common/install_warning.h', | |
86 '../extensions/common/manifest.cc', | |
87 '../extensions/common/manifest.h', | |
88 '../extensions/common/manifest_constants.cc', | |
89 '../extensions/common/manifest_constants.h', | |
90 '../extensions/common/matcher/regex_set_matcher.cc', | |
91 '../extensions/common/matcher/regex_set_matcher.h', | |
92 '../extensions/common/matcher/string_pattern.cc', | |
93 '../extensions/common/matcher/string_pattern.h', | |
94 '../extensions/common/matcher/substring_set_matcher.cc', | |
95 '../extensions/common/matcher/substring_set_matcher.h', | |
96 '../extensions/common/matcher/url_matcher.cc', | |
97 '../extensions/common/matcher/url_matcher.h', | |
98 '../extensions/common/matcher/url_matcher_constants.cc', | |
99 '../extensions/common/matcher/url_matcher_constants.h', | |
100 '../extensions/common/matcher/url_matcher_factory.cc', | |
101 '../extensions/common/matcher/url_matcher_factory.h', | |
102 '../extensions/common/matcher/url_matcher_helpers.cc', | |
103 '../extensions/common/matcher/url_matcher_helpers.h', | |
104 '../extensions/common/one_shot_event.cc', | |
105 '../extensions/common/one_shot_event.h', | |
106 '../extensions/common/permissions/permissions_provider.h', | |
107 '../extensions/common/stack_frame.cc', | |
108 '../extensions/common/stack_frame.h', | |
109 '../extensions/common/switches.cc', | |
110 '../extensions/common/switches.h', | |
111 '../extensions/common/url_pattern.cc', | |
112 '../extensions/common/url_pattern.h', | |
113 '../extensions/common/url_pattern_set.cc', | |
114 '../extensions/common/url_pattern_set.h', | |
115 '../extensions/common/user_script.cc', | |
116 '../extensions/common/user_script.h', | |
117 '../extensions/common/view_type.cc', | |
118 '../extensions/common/view_type.h', | |
119 'common/all_messages.h', | 59 'common/all_messages.h', |
120 'common/attrition_experiments.h', | 60 'common/attrition_experiments.h', |
121 'common/auto_start_linux.cc', | 61 'common/auto_start_linux.cc', |
122 'common/auto_start_linux.h', | 62 'common/auto_start_linux.h', |
123 'common/autocomplete_match_type.cc', | 63 'common/autocomplete_match_type.cc', |
124 'common/autocomplete_match_type.h', | 64 'common/autocomplete_match_type.h', |
125 'common/automation_constants.cc', | 65 'common/automation_constants.cc', |
126 'common/automation_constants.h', | 66 'common/automation_constants.h', |
127 'common/automation_messages.cc', | 67 'common/automation_messages.cc', |
128 'common/automation_messages.h', | 68 'common/automation_messages.h', |
(...skipping 734 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
863 'common/metrics/proto/user_action_event.proto', | 803 'common/metrics/proto/user_action_event.proto', |
864 ], | 804 ], |
865 'variables': { | 805 'variables': { |
866 'proto_in_dir': 'common/metrics/proto', | 806 'proto_in_dir': 'common/metrics/proto', |
867 'proto_out_dir': 'chrome/common/metrics/proto', | 807 'proto_out_dir': 'chrome/common/metrics/proto', |
868 }, | 808 }, |
869 'includes': [ '../build/protoc.gypi' ], | 809 'includes': [ '../build/protoc.gypi' ], |
870 }, | 810 }, |
871 ], | 811 ], |
872 } | 812 } |
OLD | NEW |