| 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 38 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 49 '<(DEPTH)/third_party/zlib/zlib.gyp:minizip', | 49 '<(DEPTH)/third_party/zlib/zlib.gyp:minizip', |
| 50 '<(DEPTH)/third_party/zlib/zlib.gyp:zlib', | 50 '<(DEPTH)/third_party/zlib/zlib.gyp:zlib', |
| 51 '<(DEPTH)/ui/ui.gyp:ui_resources', | 51 '<(DEPTH)/ui/ui.gyp:ui_resources', |
| 52 '<(DEPTH)/webkit/support/webkit_support.gyp:user_agent', | 52 '<(DEPTH)/webkit/support/webkit_support.gyp:user_agent', |
| 53 ], | 53 ], |
| 54 'sources': [ | 54 'sources': [ |
| 55 '../extensions/common/constants.cc', | 55 '../extensions/common/constants.cc', |
| 56 '../extensions/common/constants.h', | 56 '../extensions/common/constants.h', |
| 57 '../extensions/common/error_utils.cc', | 57 '../extensions/common/error_utils.cc', |
| 58 '../extensions/common/error_utils.h', | 58 '../extensions/common/error_utils.h', |
| 59 '../extensions/common/install_warning.h', |
| 60 '../extensions/common/install_warning.cc', |
| 59 '../extensions/common/url_pattern.cc', | 61 '../extensions/common/url_pattern.cc', |
| 60 '../extensions/common/url_pattern.h', | 62 '../extensions/common/url_pattern.h', |
| 61 '../extensions/common/url_pattern_set.cc', | 63 '../extensions/common/url_pattern_set.cc', |
| 62 '../extensions/common/url_pattern_set.h', | 64 '../extensions/common/url_pattern_set.h', |
| 63 'common/all_messages.h', | 65 'common/all_messages.h', |
| 64 'common/attrition_experiments.h', | 66 'common/attrition_experiments.h', |
| 65 'common/auto_start_linux.cc', | 67 'common/auto_start_linux.cc', |
| 66 'common/auto_start_linux.h', | 68 'common/auto_start_linux.h', |
| 67 'common/autofill/autocheckout_status.h', | 69 'common/autofill/autocheckout_status.h', |
| 68 'common/autofill/web_element_descriptor.cc', | 70 'common/autofill/web_element_descriptor.cc', |
| (...skipping 608 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 677 'common/metrics/proto/user_action_event.proto', | 679 'common/metrics/proto/user_action_event.proto', |
| 678 ], | 680 ], |
| 679 'variables': { | 681 'variables': { |
| 680 'proto_in_dir': 'common/metrics/proto', | 682 'proto_in_dir': 'common/metrics/proto', |
| 681 'proto_out_dir': 'chrome/common/metrics/proto', | 683 'proto_out_dir': 'chrome/common/metrics/proto', |
| 682 }, | 684 }, |
| 683 'includes': [ '../build/protoc.gypi' ], | 685 'includes': [ '../build/protoc.gypi' ], |
| 684 }, | 686 }, |
| 685 ], | 687 ], |
| 686 } | 688 } |
| OLD | NEW |