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/one_click_signin_messages.h', |
327 'common/password_form_fill_data.cc', | 328 'common/password_form_fill_data.cc', |
328 'common/password_form_fill_data.h', | 329 'common/password_form_fill_data.h', |
329 'common/password_generation_util.cc', | 330 'common/password_generation_util.cc', |
330 'common/password_generation_util.h', | 331 'common/password_generation_util.h', |
331 'common/pepper_flash.cc', | 332 'common/pepper_flash.cc', |
332 'common/pepper_flash.h', | 333 'common/pepper_flash.h', |
333 'common/pref_names_util.cc', | 334 'common/pref_names_util.cc', |
334 'common/pref_names_util.h', | 335 'common/pref_names_util.h', |
335 'common/print_messages.cc', | 336 'common/print_messages.cc', |
336 'common/print_messages.h', | 337 'common/print_messages.h', |
(...skipping 348 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
685 'common/metrics/proto/user_action_event.proto', | 686 'common/metrics/proto/user_action_event.proto', |
686 ], | 687 ], |
687 'variables': { | 688 'variables': { |
688 'proto_in_dir': 'common/metrics/proto', | 689 'proto_in_dir': 'common/metrics/proto', |
689 'proto_out_dir': 'chrome/common/metrics/proto', | 690 'proto_out_dir': 'chrome/common/metrics/proto', |
690 }, | 691 }, |
691 'includes': [ '../build/protoc.gypi' ], | 692 'includes': [ '../build/protoc.gypi' ], |
692 }, | 693 }, |
693 ], | 694 ], |
694 } | 695 } |
OLD | NEW |