| 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/json_schema/json_schema_constants.cc', | 341 'common/json_schema/json_schema_constants.cc', |
| 339 'common/json_schema/json_schema_constants.h', | 342 'common/json_schema/json_schema_constants.h', |
| 340 'common/json_schema/json_schema_validator.cc', | 343 'common/json_schema/json_schema_validator.cc', |
| 341 'common/json_schema/json_schema_validator.h', | 344 'common/json_schema/json_schema_validator.h', |
| 342 'common/localized_error.cc', | 345 'common/localized_error.cc', |
| (...skipping 442 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 785 'common/metrics/proto/user_action_event.proto', | 788 'common/metrics/proto/user_action_event.proto', |
| 786 ], | 789 ], |
| 787 'variables': { | 790 'variables': { |
| 788 'proto_in_dir': 'common/metrics/proto', | 791 'proto_in_dir': 'common/metrics/proto', |
| 789 'proto_out_dir': 'chrome/common/metrics/proto', | 792 'proto_out_dir': 'chrome/common/metrics/proto', |
| 790 }, | 793 }, |
| 791 'includes': [ '../build/protoc.gypi' ], | 794 'includes': [ '../build/protoc.gypi' ], |
| 792 }, | 795 }, |
| 793 ], | 796 ], |
| 794 } | 797 } |
| OLD | NEW |