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 318 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
329 'common/multi_process_lock.h', | 329 'common/multi_process_lock.h', |
330 'common/multi_process_lock_linux.cc', | 330 'common/multi_process_lock_linux.cc', |
331 'common/multi_process_lock_mac.cc', | 331 'common/multi_process_lock_mac.cc', |
332 'common/multi_process_lock_win.cc', | 332 'common/multi_process_lock_win.cc', |
333 'common/nacl_cmd_line.cc', | 333 'common/nacl_cmd_line.cc', |
334 'common/nacl_cmd_line.h', | 334 'common/nacl_cmd_line.h', |
335 'common/nacl_messages.cc', | 335 'common/nacl_messages.cc', |
336 'common/nacl_messages.h', | 336 'common/nacl_messages.h', |
337 'common/nacl_types.cc', | 337 'common/nacl_types.cc', |
338 'common/nacl_types.h', | 338 'common/nacl_types.h', |
| 339 'common/omaha_query_params.cc', |
| 340 'common/omaha_query_params.h', |
339 'common/one_click_signin_messages.h', | 341 'common/one_click_signin_messages.h', |
340 'common/password_form_fill_data.cc', | 342 'common/password_form_fill_data.cc', |
341 'common/password_form_fill_data.h', | 343 'common/password_form_fill_data.h', |
342 'common/password_generation_util.cc', | 344 'common/password_generation_util.cc', |
343 'common/password_generation_util.h', | 345 'common/password_generation_util.h', |
344 'common/pepper_flash.cc', | 346 'common/pepper_flash.cc', |
345 'common/pepper_flash.h', | 347 'common/pepper_flash.h', |
346 'common/pref_names_util.cc', | 348 'common/pref_names_util.cc', |
347 'common/pref_names_util.h', | 349 'common/pref_names_util.h', |
348 'common/print_messages.cc', | 350 'common/print_messages.cc', |
(...skipping 362 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
711 'common/metrics/proto/user_action_event.proto', | 713 'common/metrics/proto/user_action_event.proto', |
712 ], | 714 ], |
713 'variables': { | 715 'variables': { |
714 'proto_in_dir': 'common/metrics/proto', | 716 'proto_in_dir': 'common/metrics/proto', |
715 'proto_out_dir': 'chrome/common/metrics/proto', | 717 'proto_out_dir': 'chrome/common/metrics/proto', |
716 }, | 718 }, |
717 'includes': [ '../build/protoc.gypi' ], | 719 'includes': [ '../build/protoc.gypi' ], |
718 }, | 720 }, |
719 ], | 721 ], |
720 } | 722 } |
OLD | NEW |