| 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 173 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 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/api/extension_api.cc', | 188 'common/extensions/api/extension_api.cc', |
| 189 'common/extensions/api/extension_api.h', | 189 'common/extensions/api/extension_api.h', |
| 190 'common/external_ipc_fuzzer.h', | 190 'common/external_ipc_fuzzer.h', |
| 191 'common/external_ipc_fuzzer.cc', | 191 'common/external_ipc_fuzzer.cc', |
| 192 'common/favicon_url.cc', | 192 'common/favicon_url.cc', |
| 193 'common/favicon_url.h', | 193 'common/favicon_url.h', |
| 194 'common/guid.cc', | |
| 195 'common/guid.h', | |
| 196 'common/guid_posix.cc', | |
| 197 'common/guid_win.cc', | |
| 198 'common/icon_messages.h', | 194 'common/icon_messages.h', |
| 199 'common/important_file_writer.cc', | 195 'common/important_file_writer.cc', |
| 200 'common/important_file_writer.h', | 196 'common/important_file_writer.h', |
| 201 'common/instant_types.h', | 197 'common/instant_types.h', |
| 202 'common/json_pref_store.cc', | 198 'common/json_pref_store.cc', |
| 203 'common/json_pref_store.h', | 199 'common/json_pref_store.h', |
| 204 'common/json_schema_validator.cc', | 200 'common/json_schema_validator.cc', |
| 205 'common/json_schema_validator.h', | 201 'common/json_schema_validator.h', |
| 206 'common/jstemplate_builder.cc', | 202 'common/jstemplate_builder.cc', |
| 207 'common/jstemplate_builder.h', | 203 'common/jstemplate_builder.h', |
| (...skipping 323 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 531 'common/metrics/proto/user_action_event.proto', | 527 'common/metrics/proto/user_action_event.proto', |
| 532 ], | 528 ], |
| 533 'variables': { | 529 'variables': { |
| 534 'proto_in_dir': 'common/metrics/proto', | 530 'proto_in_dir': 'common/metrics/proto', |
| 535 'proto_out_dir': 'chrome/common/metrics/proto', | 531 'proto_out_dir': 'chrome/common/metrics/proto', |
| 536 }, | 532 }, |
| 537 'includes': [ '../build/protoc.gypi' ], | 533 'includes': [ '../build/protoc.gypi' ], |
| 538 }, | 534 }, |
| 539 ], | 535 ], |
| 540 } | 536 } |
| OLD | NEW |