| 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/user_script.cc', | 323 'common/extensions/user_script.cc', |
| 324 'common/extensions/user_script.h', | 324 'common/extensions/user_script.h', |
| 325 'common/extensions/value_counter.cc', | 325 'common/extensions/value_counter.cc', |
| 326 'common/extensions/value_counter.h', | 326 'common/extensions/value_counter.h', |
| 327 'common/extensions/web_accessible_resources_handler.cc', | 327 'common/extensions/web_accessible_resources_handler.cc', |
| 328 'common/extensions/web_accessible_resources_handler.h', | 328 'common/extensions/web_accessible_resources_handler.h', |
| 329 'common/external_ipc_fuzzer.cc', | 329 'common/external_ipc_fuzzer.cc', |
| 330 'common/external_ipc_fuzzer.h', | 330 'common/external_ipc_fuzzer.h', |
| 331 'common/icon_with_badge_image_source.cc', | 331 'common/icon_with_badge_image_source.cc', |
| 332 'common/icon_with_badge_image_source.h', | 332 'common/icon_with_badge_image_source.h', |
| 333 'common/importer/firefox_importer_utils.cc', |
| 334 'common/importer/firefox_importer_utils.h', |
| 335 'common/importer/firefox_importer_utils_linux.cc', |
| 336 'common/importer/firefox_importer_utils_mac.mm', |
| 337 'common/importer/firefox_importer_utils_win.cc', |
| 338 'common/importer/ie_importer_test_registry_overrider_win.cc', |
| 339 'common/importer/ie_importer_test_registry_overrider_win.h', |
| 340 'common/importer/ie_importer_utils_win.cc', |
| 341 'common/importer/ie_importer_utils_win.h', |
| 333 'common/importer/imported_bookmark_entry.cc', | 342 'common/importer/imported_bookmark_entry.cc', |
| 334 'common/importer/imported_bookmark_entry.h', | 343 'common/importer/imported_bookmark_entry.h', |
| 335 'common/importer/imported_favicon_usage.cc', | 344 'common/importer/imported_favicon_usage.cc', |
| 336 'common/importer/imported_favicon_usage.h', | 345 'common/importer/imported_favicon_usage.h', |
| 346 'common/importer/importer_bridge.cc', |
| 347 'common/importer/importer_bridge.h', |
| 337 'common/importer/importer_data_types.cc', | 348 'common/importer/importer_data_types.cc', |
| 338 'common/importer/importer_data_types.h', | 349 'common/importer/importer_data_types.h', |
| 339 'common/importer/importer_type.h', | 350 'common/importer/importer_type.h', |
| 340 'common/importer/importer_url_row.cc', | 351 'common/importer/importer_url_row.cc', |
| 341 'common/importer/importer_url_row.h', | 352 'common/importer/importer_url_row.h', |
| 353 'common/importer/importer_visit_source.h', |
| 342 'common/importer/profile_import_process_messages.cc', | 354 'common/importer/profile_import_process_messages.cc', |
| 343 'common/importer/profile_import_process_messages.h', | 355 'common/importer/profile_import_process_messages.h', |
| 344 'common/instant_restricted_id_cache.h', | 356 'common/instant_restricted_id_cache.h', |
| 345 'common/instant_types.cc', | 357 'common/instant_types.cc', |
| 346 'common/instant_types.h', | 358 'common/instant_types.h', |
| 347 'common/json_schema/json_schema_constants.cc', | 359 'common/json_schema/json_schema_constants.cc', |
| 348 'common/json_schema/json_schema_constants.h', | 360 'common/json_schema/json_schema_constants.h', |
| 349 'common/json_schema/json_schema_validator.cc', | 361 'common/json_schema/json_schema_validator.cc', |
| 350 'common/json_schema/json_schema_validator.h', | 362 'common/json_schema/json_schema_validator.h', |
| 351 'common/localized_error.cc', | 363 'common/localized_error.cc', |
| (...skipping 449 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 801 'common/metrics/proto/user_action_event.proto', | 813 'common/metrics/proto/user_action_event.proto', |
| 802 ], | 814 ], |
| 803 'variables': { | 815 'variables': { |
| 804 'proto_in_dir': 'common/metrics/proto', | 816 'proto_in_dir': 'common/metrics/proto', |
| 805 'proto_out_dir': 'chrome/common/metrics/proto', | 817 'proto_out_dir': 'chrome/common/metrics/proto', |
| 806 }, | 818 }, |
| 807 'includes': [ '../build/protoc.gypi' ], | 819 'includes': [ '../build/protoc.gypi' ], |
| 808 }, | 820 }, |
| 809 ], | 821 ], |
| 810 } | 822 } |
| OLD | NEW |