| 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 305 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 316 'common/extensions/update_manifest.cc', | 316 'common/extensions/update_manifest.cc', |
| 317 'common/extensions/update_manifest.h', | 317 'common/extensions/update_manifest.h', |
| 318 'common/extensions/user_script.cc', | 318 'common/extensions/user_script.cc', |
| 319 'common/extensions/user_script.h', | 319 'common/extensions/user_script.h', |
| 320 'common/extensions/value_counter.cc', | 320 'common/extensions/value_counter.cc', |
| 321 'common/extensions/value_counter.h', | 321 'common/extensions/value_counter.h', |
| 322 'common/extensions/web_accessible_resources_handler.cc', | 322 'common/extensions/web_accessible_resources_handler.cc', |
| 323 'common/extensions/web_accessible_resources_handler.h', | 323 'common/extensions/web_accessible_resources_handler.h', |
| 324 'common/external_ipc_fuzzer.h', | 324 'common/external_ipc_fuzzer.h', |
| 325 'common/external_ipc_fuzzer.cc', | 325 'common/external_ipc_fuzzer.cc', |
| 326 'common/favicon_types.h', |
| 327 'common/favicon_url_parser.cc', |
| 328 'common/favicon_url_parser.h', |
| 326 'common/icon_with_badge_image_source.cc', | 329 'common/icon_with_badge_image_source.cc', |
| 327 'common/icon_with_badge_image_source.h', | 330 'common/icon_with_badge_image_source.h', |
| 328 'common/instant_restricted_id_cache.h', | 331 'common/instant_restricted_id_cache.h', |
| 329 'common/instant_types.cc', | 332 'common/instant_types.cc', |
| 330 'common/instant_types.h', | 333 'common/instant_types.h', |
| 331 'common/json_schema/json_schema_constants.cc', | 334 'common/json_schema/json_schema_constants.cc', |
| 332 'common/json_schema/json_schema_constants.h', | 335 'common/json_schema/json_schema_constants.h', |
| 333 'common/json_schema/json_schema_validator.cc', | 336 'common/json_schema/json_schema_validator.cc', |
| 334 'common/json_schema/json_schema_validator.h', | 337 'common/json_schema/json_schema_validator.h', |
| 335 'common/language_detection_details.cc', | 338 'common/language_detection_details.cc', |
| (...skipping 417 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 753 'common/metrics/proto/user_action_event.proto', | 756 'common/metrics/proto/user_action_event.proto', |
| 754 ], | 757 ], |
| 755 'variables': { | 758 'variables': { |
| 756 'proto_in_dir': 'common/metrics/proto', | 759 'proto_in_dir': 'common/metrics/proto', |
| 757 'proto_out_dir': 'chrome/common/metrics/proto', | 760 'proto_out_dir': 'chrome/common/metrics/proto', |
| 758 }, | 761 }, |
| 759 'includes': [ '../build/protoc.gypi' ], | 762 'includes': [ '../build/protoc.gypi' ], |
| 760 }, | 763 }, |
| 761 ], | 764 ], |
| 762 } | 765 } |
| OLD | NEW |