| 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 296 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 307 'common/multi_process_lock.h', | 307 'common/multi_process_lock.h', |
| 308 'common/multi_process_lock_linux.cc', | 308 'common/multi_process_lock_linux.cc', |
| 309 'common/multi_process_lock_mac.cc', | 309 'common/multi_process_lock_mac.cc', |
| 310 'common/multi_process_lock_win.cc', | 310 'common/multi_process_lock_win.cc', |
| 311 'common/nacl_cmd_line.cc', | 311 'common/nacl_cmd_line.cc', |
| 312 'common/nacl_cmd_line.h', | 312 'common/nacl_cmd_line.h', |
| 313 'common/nacl_messages.cc', | 313 'common/nacl_messages.cc', |
| 314 'common/nacl_messages.h', | 314 'common/nacl_messages.h', |
| 315 'common/nacl_types.cc', | 315 'common/nacl_types.cc', |
| 316 'common/nacl_types.h', | 316 'common/nacl_types.h', |
| 317 'common/one_click_signin_messages.h', |
| 317 'common/password_form_fill_data.cc', | 318 'common/password_form_fill_data.cc', |
| 318 'common/password_form_fill_data.h', | 319 'common/password_form_fill_data.h', |
| 319 'common/password_generation_util.cc', | 320 'common/password_generation_util.cc', |
| 320 'common/password_generation_util.h', | 321 'common/password_generation_util.h', |
| 321 'common/pepper_flash.cc', | 322 'common/pepper_flash.cc', |
| 322 'common/pepper_flash.h', | 323 'common/pepper_flash.h', |
| 323 'common/pref_names_util.cc', | 324 'common/pref_names_util.cc', |
| 324 'common/pref_names_util.h', | 325 'common/pref_names_util.h', |
| 325 'common/print_messages.cc', | 326 'common/print_messages.cc', |
| 326 'common/print_messages.h', | 327 'common/print_messages.h', |
| (...skipping 337 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 664 'common/metrics/proto/user_action_event.proto', | 665 'common/metrics/proto/user_action_event.proto', |
| 665 ], | 666 ], |
| 666 'variables': { | 667 'variables': { |
| 667 'proto_in_dir': 'common/metrics/proto', | 668 'proto_in_dir': 'common/metrics/proto', |
| 668 'proto_out_dir': 'chrome/common/metrics/proto', | 669 'proto_out_dir': 'chrome/common/metrics/proto', |
| 669 }, | 670 }, |
| 670 'includes': [ '../build/protoc.gypi' ], | 671 'includes': [ '../build/protoc.gypi' ], |
| 671 }, | 672 }, |
| 672 ], | 673 ], |
| 673 } | 674 } |
| OLD | NEW |