| 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 211 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 222 'common/multi_process_lock.h', | 222 'common/multi_process_lock.h', |
| 223 'common/multi_process_lock_linux.cc', | 223 'common/multi_process_lock_linux.cc', |
| 224 'common/multi_process_lock_mac.cc', | 224 'common/multi_process_lock_mac.cc', |
| 225 'common/multi_process_lock_win.cc', | 225 'common/multi_process_lock_win.cc', |
| 226 'common/nacl_cmd_line.cc', | 226 'common/nacl_cmd_line.cc', |
| 227 'common/nacl_cmd_line.h', | 227 'common/nacl_cmd_line.h', |
| 228 'common/nacl_messages.cc', | 228 'common/nacl_messages.cc', |
| 229 'common/nacl_messages.h', | 229 'common/nacl_messages.h', |
| 230 'common/nacl_types.cc', | 230 'common/nacl_types.cc', |
| 231 'common/nacl_types.h', | 231 'common/nacl_types.h', |
| 232 'common/libxml_utils.cc', | |
| 233 'common/libxml_utils.h', | |
| 234 'common/pepper_flash.cc', | 232 'common/pepper_flash.cc', |
| 235 'common/pepper_flash.h', | 233 'common/pepper_flash.h', |
| 236 'common/persistent_pref_store.h', | 234 'common/persistent_pref_store.h', |
| 237 'common/pref_store.cc', | 235 'common/pref_store.cc', |
| 238 'common/pref_store.h', | 236 'common/pref_store.h', |
| 239 'common/print_messages.cc', | 237 'common/print_messages.cc', |
| 240 'common/print_messages.h', | 238 'common/print_messages.h', |
| 241 'common/profiling.cc', | 239 'common/profiling.cc', |
| 242 'common/profiling.h', | 240 'common/profiling.h', |
| 243 'common/ref_counted_util.h', | 241 'common/ref_counted_util.h', |
| (...skipping 279 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 523 'common/metrics/proto/user_action_event.proto', | 521 'common/metrics/proto/user_action_event.proto', |
| 524 ], | 522 ], |
| 525 'variables': { | 523 'variables': { |
| 526 'proto_in_dir': 'common/metrics/proto', | 524 'proto_in_dir': 'common/metrics/proto', |
| 527 'proto_out_dir': 'chrome/common/metrics/proto', | 525 'proto_out_dir': 'chrome/common/metrics/proto', |
| 528 }, | 526 }, |
| 529 'includes': [ '../build/protoc.gypi' ], | 527 'includes': [ '../build/protoc.gypi' ], |
| 530 }, | 528 }, |
| 531 ], | 529 ], |
| 532 } | 530 } |
| OLD | NEW |