| OLD | NEW |
| 1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2012 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 218 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 229 'common/extensions/request_media_access_permission_helper.cc', | 229 'common/extensions/request_media_access_permission_helper.cc', |
| 230 'common/extensions/request_media_access_permission_helper.h', | 230 'common/extensions/request_media_access_permission_helper.h', |
| 231 'common/extensions/unpacker.cc', | 231 'common/extensions/unpacker.cc', |
| 232 'common/extensions/unpacker.h', | 232 'common/extensions/unpacker.h', |
| 233 'common/extensions/update_manifest.cc', | 233 'common/extensions/update_manifest.cc', |
| 234 'common/extensions/update_manifest.h', | 234 'common/extensions/update_manifest.h', |
| 235 'common/extensions/user_script.cc', | 235 'common/extensions/user_script.cc', |
| 236 'common/extensions/user_script.h', | 236 'common/extensions/user_script.h', |
| 237 'common/extensions/value_counter.cc', | 237 'common/extensions/value_counter.cc', |
| 238 'common/extensions/value_counter.h', | 238 'common/extensions/value_counter.h', |
| 239 'common/extensions/web_intents_handler.cc', |
| 240 'common/extensions/web_intents_handler.h', |
| 239 'common/external_ipc_fuzzer.h', | 241 'common/external_ipc_fuzzer.h', |
| 240 'common/external_ipc_fuzzer.cc', | 242 'common/external_ipc_fuzzer.cc', |
| 241 'common/form_data.cc', | 243 'common/form_data.cc', |
| 242 'common/form_data.h', | 244 'common/form_data.h', |
| 243 'common/form_data_predictions.cc', | 245 'common/form_data_predictions.cc', |
| 244 'common/form_data_predictions.h', | 246 'common/form_data_predictions.h', |
| 245 'common/form_field_data.cc', | 247 'common/form_field_data.cc', |
| 246 'common/form_field_data.h', | 248 'common/form_field_data.h', |
| 247 'common/form_field_data_predictions.cc', | 249 'common/form_field_data_predictions.cc', |
| 248 'common/form_field_data_predictions.h', | 250 'common/form_field_data_predictions.h', |
| (...skipping 386 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 635 'common/metrics/proto/user_action_event.proto', | 637 'common/metrics/proto/user_action_event.proto', |
| 636 ], | 638 ], |
| 637 'variables': { | 639 'variables': { |
| 638 'proto_in_dir': 'common/metrics/proto', | 640 'proto_in_dir': 'common/metrics/proto', |
| 639 'proto_out_dir': 'chrome/common/metrics/proto', | 641 'proto_out_dir': 'chrome/common/metrics/proto', |
| 640 }, | 642 }, |
| 641 'includes': [ '../build/protoc.gypi' ], | 643 'includes': [ '../build/protoc.gypi' ], |
| 642 }, | 644 }, |
| 643 ], | 645 ], |
| 644 } | 646 } |
| OLD | NEW |