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 23 matching lines...) Expand all Loading... |
34 '<(DEPTH)/base/base.gyp:base_static', | 34 '<(DEPTH)/base/base.gyp:base_static', |
35 '<(DEPTH)/build/temp_gyp/googleurl.gyp:googleurl', | 35 '<(DEPTH)/build/temp_gyp/googleurl.gyp:googleurl', |
36 '<(DEPTH)/chrome/chrome_resources.gyp:chrome_resources', | 36 '<(DEPTH)/chrome/chrome_resources.gyp:chrome_resources', |
37 '<(DEPTH)/chrome/chrome_resources.gyp:chrome_strings', | 37 '<(DEPTH)/chrome/chrome_resources.gyp:chrome_strings', |
38 '<(DEPTH)/chrome/chrome_resources.gyp:theme_resources', | 38 '<(DEPTH)/chrome/chrome_resources.gyp:theme_resources', |
39 '<(DEPTH)/chrome/common_constants.gyp:common_constants', | 39 '<(DEPTH)/chrome/common_constants.gyp:common_constants', |
40 '<(DEPTH)/components/components.gyp:visitedlink_common', | 40 '<(DEPTH)/components/components.gyp:visitedlink_common', |
41 '<(DEPTH)/content/content.gyp:content_common', | 41 '<(DEPTH)/content/content.gyp:content_common', |
42 '<(DEPTH)/net/net.gyp:net', | 42 '<(DEPTH)/net/net.gyp:net', |
43 '<(DEPTH)/skia/skia.gyp:skia', | 43 '<(DEPTH)/skia/skia.gyp:skia', |
44 '<(DEPTH)/third_party/bzip2/bzip2.gyp:bzip2', | |
45 '<(DEPTH)/third_party/icu/icu.gyp:icui18n', | 44 '<(DEPTH)/third_party/icu/icu.gyp:icui18n', |
46 '<(DEPTH)/third_party/icu/icu.gyp:icuuc', | 45 '<(DEPTH)/third_party/icu/icu.gyp:icuuc', |
47 '<(DEPTH)/third_party/libxml/libxml.gyp:libxml', | 46 '<(DEPTH)/third_party/libxml/libxml.gyp:libxml', |
48 '<(DEPTH)/third_party/mt19937ar/mt19937ar.gyp:mt19937ar', | 47 '<(DEPTH)/third_party/mt19937ar/mt19937ar.gyp:mt19937ar', |
49 '<(DEPTH)/third_party/sqlite/sqlite.gyp:sqlite', | 48 '<(DEPTH)/third_party/sqlite/sqlite.gyp:sqlite', |
50 '<(DEPTH)/third_party/zlib/zlib.gyp:zip', | 49 '<(DEPTH)/third_party/zlib/zlib.gyp:zip', |
51 '<(DEPTH)/ui/ui.gyp:ui_resources', | 50 '<(DEPTH)/ui/ui.gyp:ui_resources', |
52 '<(DEPTH)/webkit/support/webkit_support.gyp:user_agent', | 51 '<(DEPTH)/webkit/support/webkit_support.gyp:user_agent', |
53 ], | 52 ], |
54 'sources': [ | 53 'sources': [ |
(...skipping 48 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
103 'common/automation_constants.h', | 102 'common/automation_constants.h', |
104 'common/automation_events.cc', | 103 'common/automation_events.cc', |
105 'common/automation_events.h', | 104 'common/automation_events.h', |
106 'common/automation_id.cc', | 105 'common/automation_id.cc', |
107 'common/automation_id.h', | 106 'common/automation_id.h', |
108 'common/automation_messages.cc', | 107 'common/automation_messages.cc', |
109 'common/automation_messages.h', | 108 'common/automation_messages.h', |
110 'common/automation_messages_internal.h', | 109 'common/automation_messages_internal.h', |
111 'common/badge_util.cc', | 110 'common/badge_util.cc', |
112 'common/badge_util.h', | 111 'common/badge_util.h', |
113 'common/bzip2_error_handler.cc', | |
114 'common/cancelable_task_tracker.cc', | 112 'common/cancelable_task_tracker.cc', |
115 'common/cancelable_task_tracker.h', | 113 'common/cancelable_task_tracker.h', |
116 'common/child_process_logging.h', | 114 'common/child_process_logging.h', |
117 'common/child_process_logging_mac.mm', | 115 'common/child_process_logging_mac.mm', |
118 'common/child_process_logging_posix.cc', | 116 'common/child_process_logging_posix.cc', |
119 'common/child_process_logging_win.cc', | 117 'common/child_process_logging_win.cc', |
120 'common/chrome_content_client.cc', | 118 'common/chrome_content_client.cc', |
121 'common/chrome_content_client.h', | 119 'common/chrome_content_client.h', |
122 'common/chrome_content_client_ios.mm', | 120 'common/chrome_content_client_ios.mm', |
123 'common/chrome_notification_types.h', | 121 'common/chrome_notification_types.h', |
(...skipping 628 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
752 'common/metrics/proto/user_action_event.proto', | 750 'common/metrics/proto/user_action_event.proto', |
753 ], | 751 ], |
754 'variables': { | 752 'variables': { |
755 'proto_in_dir': 'common/metrics/proto', | 753 'proto_in_dir': 'common/metrics/proto', |
756 'proto_out_dir': 'chrome/common/metrics/proto', | 754 'proto_out_dir': 'chrome/common/metrics/proto', |
757 }, | 755 }, |
758 'includes': [ '../build/protoc.gypi' ], | 756 'includes': [ '../build/protoc.gypi' ], |
759 }, | 757 }, |
760 ], | 758 ], |
761 } | 759 } |
OLD | NEW |