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 45 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
56 '<(DEPTH)/webkit/support/webkit_support.gyp:glue', | 56 '<(DEPTH)/webkit/support/webkit_support.gyp:glue', |
57 ], | 57 ], |
58 'sources': [ | 58 'sources': [ |
59 'common/all_messages.h', | 59 'common/all_messages.h', |
60 'common/attrition_experiments.h', | 60 'common/attrition_experiments.h', |
61 'common/auto_start_linux.cc', | 61 'common/auto_start_linux.cc', |
62 'common/auto_start_linux.h', | 62 'common/auto_start_linux.h', |
63 'common/autofill_messages.h', | 63 'common/autofill_messages.h', |
64 'common/automation_constants.cc', | 64 'common/automation_constants.cc', |
65 'common/automation_constants.h', | 65 'common/automation_constants.h', |
| 66 'common/automation_events.cc', |
| 67 'common/automation_events.h', |
66 'common/automation_id.cc', | 68 'common/automation_id.cc', |
67 'common/automation_id.h', | 69 'common/automation_id.h', |
68 'common/automation_messages.cc', | 70 'common/automation_messages.cc', |
69 'common/automation_messages.h', | 71 'common/automation_messages.h', |
70 'common/automation_messages_internal.h', | 72 'common/automation_messages_internal.h', |
71 'common/badge_util.cc', | 73 'common/badge_util.cc', |
72 'common/badge_util.h', | 74 'common/badge_util.h', |
73 'common/bzip2_error_handler.cc', | 75 'common/bzip2_error_handler.cc', |
74 'common/child_process_logging.h', | 76 'common/child_process_logging.h', |
75 'common/child_process_logging_mac.mm', | 77 'common/child_process_logging_mac.mm', |
(...skipping 430 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
506 'common/metrics/proto/user_action_event.proto', | 508 'common/metrics/proto/user_action_event.proto', |
507 ], | 509 ], |
508 'variables': { | 510 'variables': { |
509 'proto_in_dir': 'common/metrics/proto', | 511 'proto_in_dir': 'common/metrics/proto', |
510 'proto_out_dir': 'chrome/common/metrics/proto', | 512 'proto_out_dir': 'chrome/common/metrics/proto', |
511 }, | 513 }, |
512 'includes': [ '../build/protoc.gypi' ], | 514 'includes': [ '../build/protoc.gypi' ], |
513 }, | 515 }, |
514 ], | 516 ], |
515 } | 517 } |
OLD | NEW |