OLD | NEW |
1 # Copyright (c) 2011 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2011 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 43 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
54 'sources': [ | 54 'sources': [ |
55 'common/about_handler.cc', | 55 'common/about_handler.cc', |
56 'common/about_handler.h', | 56 'common/about_handler.h', |
57 'common/all_messages.h', | 57 'common/all_messages.h', |
58 'common/attrition_experiments.h', | 58 'common/attrition_experiments.h', |
59 'common/auto_start_linux.cc', | 59 'common/auto_start_linux.cc', |
60 'common/auto_start_linux.h', | 60 'common/auto_start_linux.h', |
61 'common/autofill_messages.h', | 61 'common/autofill_messages.h', |
62 'common/automation_constants.cc', | 62 'common/automation_constants.cc', |
63 'common/automation_constants.h', | 63 'common/automation_constants.h', |
| 64 'common/automation_id.cc', |
| 65 'common/automation_id.h', |
64 'common/automation_messages.cc', | 66 'common/automation_messages.cc', |
65 'common/automation_messages.h', | 67 'common/automation_messages.h', |
66 'common/automation_messages_internal.h', | 68 'common/automation_messages_internal.h', |
67 'common/badge_util.cc', | 69 'common/badge_util.cc', |
68 'common/badge_util.h', | 70 'common/badge_util.h', |
69 'common/bzip2_error_handler.cc', | 71 'common/bzip2_error_handler.cc', |
70 'common/child_process_logging.h', | 72 'common/child_process_logging.h', |
71 'common/child_process_logging_linux.cc', | 73 'common/child_process_logging_linux.cc', |
72 'common/child_process_logging_mac.mm', | 74 'common/child_process_logging_mac.mm', |
73 'common/child_process_logging_win.cc', | 75 'common/child_process_logging_win.cc', |
(...skipping 361 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
435 'common/safe_browsing/csd.proto' | 437 'common/safe_browsing/csd.proto' |
436 ], | 438 ], |
437 'variables': { | 439 'variables': { |
438 'proto_in_dir': 'common/safe_browsing', | 440 'proto_in_dir': 'common/safe_browsing', |
439 'proto_out_dir': 'chrome/common/safe_browsing', | 441 'proto_out_dir': 'chrome/common/safe_browsing', |
440 }, | 442 }, |
441 'includes': [ '../build/protoc.gypi' ], | 443 'includes': [ '../build/protoc.gypi' ], |
442 }, | 444 }, |
443 ], | 445 ], |
444 } | 446 } |
OLD | NEW |