| 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 302 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 313 'common/multi_process_lock.h', | 313 'common/multi_process_lock.h', |
| 314 'common/multi_process_lock_linux.cc', | 314 'common/multi_process_lock_linux.cc', |
| 315 'common/multi_process_lock_mac.cc', | 315 'common/multi_process_lock_mac.cc', |
| 316 'common/multi_process_lock_win.cc', | 316 'common/multi_process_lock_win.cc', |
| 317 'common/nacl_cmd_line.cc', | 317 'common/nacl_cmd_line.cc', |
| 318 'common/nacl_cmd_line.h', | 318 'common/nacl_cmd_line.h', |
| 319 'common/nacl_messages.cc', | 319 'common/nacl_messages.cc', |
| 320 'common/nacl_messages.h', | 320 'common/nacl_messages.h', |
| 321 'common/nacl_types.cc', | 321 'common/nacl_types.cc', |
| 322 'common/nacl_types.h', | 322 'common/nacl_types.h', |
| 323 'common/one_click_signin_messages.h', |
| 323 'common/password_form_fill_data.cc', | 324 'common/password_form_fill_data.cc', |
| 324 'common/password_form_fill_data.h', | 325 'common/password_form_fill_data.h', |
| 325 'common/password_generation_util.cc', | 326 'common/password_generation_util.cc', |
| 326 'common/password_generation_util.h', | 327 'common/password_generation_util.h', |
| 327 'common/pepper_flash.cc', | 328 'common/pepper_flash.cc', |
| 328 'common/pepper_flash.h', | 329 'common/pepper_flash.h', |
| 329 'common/pref_names_util.cc', | 330 'common/pref_names_util.cc', |
| 330 'common/pref_names_util.h', | 331 'common/pref_names_util.h', |
| 331 'common/print_messages.cc', | 332 'common/print_messages.cc', |
| 332 'common/print_messages.h', | 333 'common/print_messages.h', |
| (...skipping 346 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 679 'common/metrics/proto/user_action_event.proto', | 680 'common/metrics/proto/user_action_event.proto', |
| 680 ], | 681 ], |
| 681 'variables': { | 682 'variables': { |
| 682 'proto_in_dir': 'common/metrics/proto', | 683 'proto_in_dir': 'common/metrics/proto', |
| 683 'proto_out_dir': 'chrome/common/metrics/proto', | 684 'proto_out_dir': 'chrome/common/metrics/proto', |
| 684 }, | 685 }, |
| 685 'includes': [ '../build/protoc.gypi' ], | 686 'includes': [ '../build/protoc.gypi' ], |
| 686 }, | 687 }, |
| 687 ], | 688 ], |
| 688 } | 689 } |
| OLD | NEW |