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 201 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
212 'common/multi_process_lock.h', | 212 'common/multi_process_lock.h', |
213 'common/multi_process_lock_linux.cc', | 213 'common/multi_process_lock_linux.cc', |
214 'common/multi_process_lock_mac.cc', | 214 'common/multi_process_lock_mac.cc', |
215 'common/multi_process_lock_win.cc', | 215 'common/multi_process_lock_win.cc', |
216 'common/nacl_cmd_line.cc', | 216 'common/nacl_cmd_line.cc', |
217 'common/nacl_cmd_line.h', | 217 'common/nacl_cmd_line.h', |
218 'common/nacl_messages.cc', | 218 'common/nacl_messages.cc', |
219 'common/nacl_messages.h', | 219 'common/nacl_messages.h', |
220 'common/nacl_types.cc', | 220 'common/nacl_types.cc', |
221 'common/nacl_types.h', | 221 'common/nacl_types.h', |
222 'common/libxml_utils.cc', | |
223 'common/libxml_utils.h', | |
224 'common/pepper_flash.cc', | 222 'common/pepper_flash.cc', |
225 'common/pepper_flash.h', | 223 'common/pepper_flash.h', |
226 'common/persistent_pref_store.h', | 224 'common/persistent_pref_store.h', |
227 'common/pref_store.cc', | 225 'common/pref_store.cc', |
228 'common/pref_store.h', | 226 'common/pref_store.h', |
229 'common/print_messages.cc', | 227 'common/print_messages.cc', |
230 'common/print_messages.h', | 228 'common/print_messages.h', |
231 'common/profiling.cc', | 229 'common/profiling.cc', |
232 'common/profiling.h', | 230 'common/profiling.h', |
233 'common/ref_counted_util.h', | 231 'common/ref_counted_util.h', |
(...skipping 277 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
511 'common/metrics/proto/user_action_event.proto', | 509 'common/metrics/proto/user_action_event.proto', |
512 ], | 510 ], |
513 'variables': { | 511 'variables': { |
514 'proto_in_dir': 'common/metrics/proto', | 512 'proto_in_dir': 'common/metrics/proto', |
515 'proto_out_dir': 'chrome/common/metrics/proto', | 513 'proto_out_dir': 'chrome/common/metrics/proto', |
516 }, | 514 }, |
517 'includes': [ '../build/protoc.gypi' ], | 515 'includes': [ '../build/protoc.gypi' ], |
518 }, | 516 }, |
519 ], | 517 ], |
520 } | 518 } |
OLD | NEW |