| 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 312 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 323 'common/extensions/update_manifest.cc', | 323 'common/extensions/update_manifest.cc', |
| 324 'common/extensions/update_manifest.h', | 324 'common/extensions/update_manifest.h', |
| 325 'common/extensions/user_script.cc', | 325 'common/extensions/user_script.cc', |
| 326 'common/extensions/user_script.h', | 326 'common/extensions/user_script.h', |
| 327 'common/extensions/value_counter.cc', | 327 'common/extensions/value_counter.cc', |
| 328 'common/extensions/value_counter.h', | 328 'common/extensions/value_counter.h', |
| 329 'common/extensions/web_accessible_resources_handler.cc', | 329 'common/extensions/web_accessible_resources_handler.cc', |
| 330 'common/extensions/web_accessible_resources_handler.h', | 330 'common/extensions/web_accessible_resources_handler.h', |
| 331 'common/external_ipc_fuzzer.h', | 331 'common/external_ipc_fuzzer.h', |
| 332 'common/external_ipc_fuzzer.cc', | 332 'common/external_ipc_fuzzer.cc', |
| 333 'common/favicon_types.h', |
| 334 'common/favicon_url_parser.cc', |
| 335 'common/favicon_url_parser.h', |
| 333 'common/icon_with_badge_image_source.cc', | 336 'common/icon_with_badge_image_source.cc', |
| 334 'common/icon_with_badge_image_source.h', | 337 'common/icon_with_badge_image_source.h', |
| 335 'common/instant_restricted_id_cache.h', | 338 'common/instant_restricted_id_cache.h', |
| 336 'common/instant_types.cc', | 339 'common/instant_types.cc', |
| 337 'common/instant_types.h', | 340 'common/instant_types.h', |
| 338 'common/itunes_xml_utils.cc', | 341 'common/itunes_xml_utils.cc', |
| 339 'common/itunes_xml_utils.h', | 342 'common/itunes_xml_utils.h', |
| 340 'common/json_schema/json_schema_constants.cc', | 343 'common/json_schema/json_schema_constants.cc', |
| 341 'common/json_schema/json_schema_constants.h', | 344 'common/json_schema/json_schema_constants.h', |
| 342 'common/json_schema/json_schema_validator.cc', | 345 'common/json_schema/json_schema_validator.cc', |
| (...skipping 433 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 776 'common/metrics/proto/user_action_event.proto', | 779 'common/metrics/proto/user_action_event.proto', |
| 777 ], | 780 ], |
| 778 'variables': { | 781 'variables': { |
| 779 'proto_in_dir': 'common/metrics/proto', | 782 'proto_in_dir': 'common/metrics/proto', |
| 780 'proto_out_dir': 'chrome/common/metrics/proto', | 783 'proto_out_dir': 'chrome/common/metrics/proto', |
| 781 }, | 784 }, |
| 782 'includes': [ '../build/protoc.gypi' ], | 785 'includes': [ '../build/protoc.gypi' ], |
| 783 }, | 786 }, |
| 784 ], | 787 ], |
| 785 } | 788 } |
| OLD | NEW |