| 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 167 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 178 'common/extensions/matcher/url_matcher_helpers.cc', | 178 'common/extensions/matcher/url_matcher_helpers.cc', |
| 179 'common/extensions/matcher/url_matcher_helpers.h', | 179 'common/extensions/matcher/url_matcher_helpers.h', |
| 180 'common/extensions/update_manifest.cc', | 180 'common/extensions/update_manifest.cc', |
| 181 'common/extensions/update_manifest.h', | 181 'common/extensions/update_manifest.h', |
| 182 'common/extensions/url_pattern.cc', | 182 'common/extensions/url_pattern.cc', |
| 183 'common/extensions/url_pattern.h', | 183 'common/extensions/url_pattern.h', |
| 184 'common/extensions/url_pattern_set.cc', | 184 'common/extensions/url_pattern_set.cc', |
| 185 'common/extensions/url_pattern_set.h', | 185 'common/extensions/url_pattern_set.h', |
| 186 'common/extensions/user_script.cc', | 186 'common/extensions/user_script.cc', |
| 187 'common/extensions/user_script.h', | 187 'common/extensions/user_script.h', |
| 188 'common/extensions/value_counter.cc', | |
| 189 'common/extensions/value_counter.h', | |
| 190 'common/extensions/api/extension_api.cc', | 188 'common/extensions/api/extension_api.cc', |
| 191 'common/extensions/api/extension_api.h', | 189 'common/extensions/api/extension_api.h', |
| 192 'common/external_ipc_fuzzer.h', | 190 'common/external_ipc_fuzzer.h', |
| 193 'common/external_ipc_fuzzer.cc', | 191 'common/external_ipc_fuzzer.cc', |
| 194 'common/favicon_url.cc', | 192 'common/favicon_url.cc', |
| 195 'common/favicon_url.h', | 193 'common/favicon_url.h', |
| 196 'common/icon_messages.h', | 194 'common/icon_messages.h', |
| 197 'common/important_file_writer.cc', | 195 'common/important_file_writer.cc', |
| 198 'common/important_file_writer.h', | 196 'common/important_file_writer.h', |
| 199 'common/instant_types.h', | 197 'common/instant_types.h', |
| (...skipping 331 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 531 'common/metrics/proto/user_action_event.proto', | 529 'common/metrics/proto/user_action_event.proto', |
| 532 ], | 530 ], |
| 533 'variables': { | 531 'variables': { |
| 534 'proto_in_dir': 'common/metrics/proto', | 532 'proto_in_dir': 'common/metrics/proto', |
| 535 'proto_out_dir': 'chrome/common/metrics/proto', | 533 'proto_out_dir': 'chrome/common/metrics/proto', |
| 536 }, | 534 }, |
| 537 'includes': [ '../build/protoc.gypi' ], | 535 'includes': [ '../build/protoc.gypi' ], |
| 538 }, | 536 }, |
| 539 ], | 537 ], |
| 540 } | 538 } |
| OLD | NEW |