| 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 221 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 232 'common/multi_process_lock.h', | 232 'common/multi_process_lock.h', |
| 233 'common/multi_process_lock_linux.cc', | 233 'common/multi_process_lock_linux.cc', |
| 234 'common/multi_process_lock_mac.cc', | 234 'common/multi_process_lock_mac.cc', |
| 235 'common/multi_process_lock_win.cc', | 235 'common/multi_process_lock_win.cc', |
| 236 'common/nacl_cmd_line.cc', | 236 'common/nacl_cmd_line.cc', |
| 237 'common/nacl_cmd_line.h', | 237 'common/nacl_cmd_line.h', |
| 238 'common/nacl_messages.cc', | 238 'common/nacl_messages.cc', |
| 239 'common/nacl_messages.h', | 239 'common/nacl_messages.h', |
| 240 'common/nacl_types.cc', | 240 'common/nacl_types.cc', |
| 241 'common/nacl_types.h', | 241 'common/nacl_types.h', |
| 242 'common/password_generation_util.cc', |
| 243 'common/password_generation_util.h', |
| 242 'common/pepper_flash.cc', | 244 'common/pepper_flash.cc', |
| 243 'common/pepper_flash.h', | 245 'common/pepper_flash.h', |
| 244 'common/persistent_pref_store.h', | 246 'common/persistent_pref_store.h', |
| 245 'common/pref_store.cc', | 247 'common/pref_store.cc', |
| 246 'common/pref_store.h', | 248 'common/pref_store.h', |
| 247 'common/print_messages.cc', | 249 'common/print_messages.cc', |
| 248 'common/print_messages.h', | 250 'common/print_messages.h', |
| 249 'common/profiling.cc', | 251 'common/profiling.cc', |
| 250 'common/profiling.h', | 252 'common/profiling.h', |
| 251 'common/ref_counted_util.h', | 253 'common/ref_counted_util.h', |
| (...skipping 283 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 535 'common/metrics/proto/user_action_event.proto', | 537 'common/metrics/proto/user_action_event.proto', |
| 536 ], | 538 ], |
| 537 'variables': { | 539 'variables': { |
| 538 'proto_in_dir': 'common/metrics/proto', | 540 'proto_in_dir': 'common/metrics/proto', |
| 539 'proto_out_dir': 'chrome/common/metrics/proto', | 541 'proto_out_dir': 'chrome/common/metrics/proto', |
| 540 }, | 542 }, |
| 541 'includes': [ '../build/protoc.gypi' ], | 543 'includes': [ '../build/protoc.gypi' ], |
| 542 }, | 544 }, |
| 543 ], | 545 ], |
| 544 } | 546 } |
| OLD | NEW |