| 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 357 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 368 'common/metrics/variations/uniformity_field_trials.cc', | 368 'common/metrics/variations/uniformity_field_trials.cc', |
| 369 'common/metrics/variations/uniformity_field_trials.h', | 369 'common/metrics/variations/uniformity_field_trials.h', |
| 370 'common/metrics/variations/variations_util.cc', | 370 'common/metrics/variations/variations_util.cc', |
| 371 'common/metrics/variations/variations_util.h', | 371 'common/metrics/variations/variations_util.h', |
| 372 'common/multi_process_lock.h', | 372 'common/multi_process_lock.h', |
| 373 'common/multi_process_lock_linux.cc', | 373 'common/multi_process_lock_linux.cc', |
| 374 'common/multi_process_lock_mac.cc', | 374 'common/multi_process_lock_mac.cc', |
| 375 'common/multi_process_lock_win.cc', | 375 'common/multi_process_lock_win.cc', |
| 376 'common/nacl_cmd_line.cc', | 376 'common/nacl_cmd_line.cc', |
| 377 'common/nacl_cmd_line.h', | 377 'common/nacl_cmd_line.h', |
| 378 'common/nacl_host_messages.h', |
| 378 'common/nacl_messages.cc', | 379 'common/nacl_messages.cc', |
| 379 'common/nacl_messages.h', | 380 'common/nacl_messages.h', |
| 380 'common/nacl_types.cc', | 381 'common/nacl_types.cc', |
| 381 'common/nacl_types.h', | 382 'common/nacl_types.h', |
| 382 'common/omaha_query_params/omaha_query_params.cc', | 383 'common/omaha_query_params/omaha_query_params.cc', |
| 383 'common/omaha_query_params/omaha_query_params.h', | 384 'common/omaha_query_params/omaha_query_params.h', |
| 384 'common/omnibox_focus_state.h', | 385 'common/omnibox_focus_state.h', |
| 385 'common/one_click_signin_messages.h', | 386 'common/one_click_signin_messages.h', |
| 386 'common/partial_circular_buffer.cc', | 387 'common/partial_circular_buffer.cc', |
| 387 'common/partial_circular_buffer.h', | 388 'common/partial_circular_buffer.h', |
| (...skipping 382 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 770 'common/metrics/proto/user_action_event.proto', | 771 'common/metrics/proto/user_action_event.proto', |
| 771 ], | 772 ], |
| 772 'variables': { | 773 'variables': { |
| 773 'proto_in_dir': 'common/metrics/proto', | 774 'proto_in_dir': 'common/metrics/proto', |
| 774 'proto_out_dir': 'chrome/common/metrics/proto', | 775 'proto_out_dir': 'chrome/common/metrics/proto', |
| 775 }, | 776 }, |
| 776 'includes': [ '../build/protoc.gypi' ], | 777 'includes': [ '../build/protoc.gypi' ], |
| 777 }, | 778 }, |
| 778 ], | 779 ], |
| 779 } | 780 } |
| OLD | NEW |