| 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 306 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 317 'common/multi_process_lock.h', | 317 'common/multi_process_lock.h', |
| 318 'common/multi_process_lock_linux.cc', | 318 'common/multi_process_lock_linux.cc', |
| 319 'common/multi_process_lock_mac.cc', | 319 'common/multi_process_lock_mac.cc', |
| 320 'common/multi_process_lock_win.cc', | 320 'common/multi_process_lock_win.cc', |
| 321 'common/nacl_cmd_line.cc', | 321 'common/nacl_cmd_line.cc', |
| 322 'common/nacl_cmd_line.h', | 322 'common/nacl_cmd_line.h', |
| 323 'common/nacl_messages.cc', | 323 'common/nacl_messages.cc', |
| 324 'common/nacl_messages.h', | 324 'common/nacl_messages.h', |
| 325 'common/nacl_types.cc', | 325 'common/nacl_types.cc', |
| 326 'common/nacl_types.h', | 326 'common/nacl_types.h', |
| 327 'common/omaha_query_params.cc', |
| 328 'common/omaha_query_params.h', |
| 327 'common/one_click_signin_messages.h', | 329 'common/one_click_signin_messages.h', |
| 328 'common/password_generation_util.cc', | 330 'common/password_generation_util.cc', |
| 329 'common/password_generation_util.h', | 331 'common/password_generation_util.h', |
| 330 'common/pepper_flash.cc', | 332 'common/pepper_flash.cc', |
| 331 'common/pepper_flash.h', | 333 'common/pepper_flash.h', |
| 332 'common/pref_names_util.cc', | 334 'common/pref_names_util.cc', |
| 333 'common/pref_names_util.h', | 335 'common/pref_names_util.h', |
| 334 'common/print_messages.cc', | 336 'common/print_messages.cc', |
| 335 'common/print_messages.h', | 337 'common/print_messages.h', |
| 336 'common/profiling.cc', | 338 'common/profiling.cc', |
| (...skipping 365 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 702 'common/metrics/proto/user_action_event.proto', | 704 'common/metrics/proto/user_action_event.proto', |
| 703 ], | 705 ], |
| 704 'variables': { | 706 'variables': { |
| 705 'proto_in_dir': 'common/metrics/proto', | 707 'proto_in_dir': 'common/metrics/proto', |
| 706 'proto_out_dir': 'chrome/common/metrics/proto', | 708 'proto_out_dir': 'chrome/common/metrics/proto', |
| 707 }, | 709 }, |
| 708 'includes': [ '../build/protoc.gypi' ], | 710 'includes': [ '../build/protoc.gypi' ], |
| 709 }, | 711 }, |
| 710 ], | 712 ], |
| 711 } | 713 } |
| OLD | NEW |