| 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 270 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 281 'common/extensions/permissions/usb_device_permission_data.cc', | 281 'common/extensions/permissions/usb_device_permission_data.cc', |
| 282 'common/extensions/permissions/usb_device_permission_data.h', | 282 'common/extensions/permissions/usb_device_permission_data.h', |
| 283 'common/extensions/sync_helper.cc', | 283 'common/extensions/sync_helper.cc', |
| 284 'common/extensions/sync_helper.h', | 284 'common/extensions/sync_helper.h', |
| 285 'common/extensions/update_manifest.cc', | 285 'common/extensions/update_manifest.cc', |
| 286 'common/extensions/update_manifest.h', | 286 'common/extensions/update_manifest.h', |
| 287 'common/extensions/value_counter.cc', | 287 'common/extensions/value_counter.cc', |
| 288 'common/extensions/value_counter.h', | 288 'common/extensions/value_counter.h', |
| 289 'common/extensions/web_accessible_resources_handler.cc', | 289 'common/extensions/web_accessible_resources_handler.cc', |
| 290 'common/extensions/web_accessible_resources_handler.h', | 290 'common/extensions/web_accessible_resources_handler.h', |
| 291 'common/extensions/webview_handler.cc', |
| 292 'common/extensions/webview_handler.h', |
| 291 'common/external_ipc_fuzzer.cc', | 293 'common/external_ipc_fuzzer.cc', |
| 292 'common/external_ipc_fuzzer.h', | 294 'common/external_ipc_fuzzer.h', |
| 293 'common/favicon/favicon_types.cc', | 295 'common/favicon/favicon_types.cc', |
| 294 'common/favicon/favicon_types.h', | 296 'common/favicon/favicon_types.h', |
| 295 'common/favicon/favicon_url_parser.cc', | 297 'common/favicon/favicon_url_parser.cc', |
| 296 'common/favicon/favicon_url_parser.h', | 298 'common/favicon/favicon_url_parser.h', |
| 297 'common/icon_with_badge_image_source.cc', | 299 'common/icon_with_badge_image_source.cc', |
| 298 'common/icon_with_badge_image_source.h', | 300 'common/icon_with_badge_image_source.h', |
| 299 'common/importer/firefox_importer_utils.cc', | 301 'common/importer/firefox_importer_utils.cc', |
| 300 'common/importer/firefox_importer_utils.h', | 302 'common/importer/firefox_importer_utils.h', |
| (...skipping 506 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 807 'common/metrics/proto/user_action_event.proto', | 809 'common/metrics/proto/user_action_event.proto', |
| 808 ], | 810 ], |
| 809 'variables': { | 811 'variables': { |
| 810 'proto_in_dir': 'common/metrics/proto', | 812 'proto_in_dir': 'common/metrics/proto', |
| 811 'proto_out_dir': 'chrome/common/metrics/proto', | 813 'proto_out_dir': 'chrome/common/metrics/proto', |
| 812 }, | 814 }, |
| 813 'includes': [ '../build/protoc.gypi' ], | 815 'includes': [ '../build/protoc.gypi' ], |
| 814 }, | 816 }, |
| 815 ], | 817 ], |
| 816 } | 818 } |
| OLD | NEW |