| 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 196 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 207 'common/metrics/metrics_service_base.cc', | 207 'common/metrics/metrics_service_base.cc', |
| 208 'common/metrics/metrics_service_base.h', | 208 'common/metrics/metrics_service_base.h', |
| 209 'common/multi_process_lock.h', | 209 'common/multi_process_lock.h', |
| 210 'common/multi_process_lock_linux.cc', | 210 'common/multi_process_lock_linux.cc', |
| 211 'common/multi_process_lock_mac.cc', | 211 'common/multi_process_lock_mac.cc', |
| 212 'common/multi_process_lock_win.cc', | 212 'common/multi_process_lock_win.cc', |
| 213 'common/nacl_cmd_line.cc', | 213 'common/nacl_cmd_line.cc', |
| 214 'common/nacl_cmd_line.h', | 214 'common/nacl_cmd_line.h', |
| 215 'common/nacl_messages.cc', | 215 'common/nacl_messages.cc', |
| 216 'common/nacl_messages.h', | 216 'common/nacl_messages.h', |
| 217 'common/nacl_types.cc', |
| 217 'common/nacl_types.h', | 218 'common/nacl_types.h', |
| 218 'common/libxml_utils.cc', | 219 'common/libxml_utils.cc', |
| 219 'common/libxml_utils.h', | 220 'common/libxml_utils.h', |
| 220 'common/persistent_pref_store.h', | 221 'common/persistent_pref_store.h', |
| 221 'common/pref_store.cc', | 222 'common/pref_store.cc', |
| 222 'common/pref_store.h', | 223 'common/pref_store.h', |
| 223 'common/print_messages.cc', | 224 'common/print_messages.cc', |
| 224 'common/print_messages.h', | 225 'common/print_messages.h', |
| 225 'common/profiling.cc', | 226 'common/profiling.cc', |
| 226 'common/profiling.h', | 227 'common/profiling.h', |
| (...skipping 277 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 504 'common/metrics/proto/user_action_event.proto', | 505 'common/metrics/proto/user_action_event.proto', |
| 505 ], | 506 ], |
| 506 'variables': { | 507 'variables': { |
| 507 'proto_in_dir': 'common/metrics/proto', | 508 'proto_in_dir': 'common/metrics/proto', |
| 508 'proto_out_dir': 'chrome/common/metrics/proto', | 509 'proto_out_dir': 'chrome/common/metrics/proto', |
| 509 }, | 510 }, |
| 510 'includes': [ '../build/protoc.gypi' ], | 511 'includes': [ '../build/protoc.gypi' ], |
| 511 }, | 512 }, |
| 512 ], | 513 ], |
| 513 } | 514 } |
| OLD | NEW |