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