| OLD | NEW |
| 1 # Copyright (c) 2013 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2013 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 328 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 339 'common/multi_process_lock_mac.cc', | 339 'common/multi_process_lock_mac.cc', |
| 340 'common/multi_process_lock_win.cc', | 340 'common/multi_process_lock_win.cc', |
| 341 'common/nacl_cmd_line.cc', | 341 'common/nacl_cmd_line.cc', |
| 342 'common/nacl_cmd_line.h', | 342 'common/nacl_cmd_line.h', |
| 343 'common/nacl_messages.cc', | 343 'common/nacl_messages.cc', |
| 344 'common/nacl_messages.h', | 344 'common/nacl_messages.h', |
| 345 'common/nacl_types.cc', | 345 'common/nacl_types.cc', |
| 346 'common/nacl_types.h', | 346 'common/nacl_types.h', |
| 347 'common/omaha_query_params.cc', | 347 'common/omaha_query_params.cc', |
| 348 'common/omaha_query_params.h', | 348 'common/omaha_query_params.h', |
| 349 'common/omnibox_focus_state.h', |
| 349 'common/one_click_signin_messages.h', | 350 'common/one_click_signin_messages.h', |
| 350 'common/pepper_flash.cc', | 351 'common/pepper_flash.cc', |
| 351 'common/pepper_flash.h', | 352 'common/pepper_flash.h', |
| 352 'common/pref_names_util.cc', | 353 'common/pref_names_util.cc', |
| 353 'common/pref_names_util.h', | 354 'common/pref_names_util.h', |
| 354 'common/print_messages.cc', | 355 'common/print_messages.cc', |
| 355 'common/print_messages.h', | 356 'common/print_messages.h', |
| 356 'common/profiling.cc', | 357 'common/profiling.cc', |
| 357 'common/profiling.h', | 358 'common/profiling.h', |
| 358 'common/ref_counted_util.h', | 359 'common/ref_counted_util.h', |
| (...skipping 367 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 726 'common/metrics/proto/user_action_event.proto', | 727 'common/metrics/proto/user_action_event.proto', |
| 727 ], | 728 ], |
| 728 'variables': { | 729 'variables': { |
| 729 'proto_in_dir': 'common/metrics/proto', | 730 'proto_in_dir': 'common/metrics/proto', |
| 730 'proto_out_dir': 'chrome/common/metrics/proto', | 731 'proto_out_dir': 'chrome/common/metrics/proto', |
| 731 }, | 732 }, |
| 732 'includes': [ '../build/protoc.gypi' ], | 733 'includes': [ '../build/protoc.gypi' ], |
| 733 }, | 734 }, |
| 734 ], | 735 ], |
| 735 } | 736 } |
| OLD | NEW |