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 19 matching lines...) Expand all Loading... | |
30 'metrics_proto', | 30 'metrics_proto', |
31 '<(DEPTH)/base/base.gyp:base', | 31 '<(DEPTH)/base/base.gyp:base', |
32 '<(DEPTH)/base/base.gyp:base_i18n', | 32 '<(DEPTH)/base/base.gyp:base_i18n', |
33 '<(DEPTH)/base/base.gyp:base_prefs', | 33 '<(DEPTH)/base/base.gyp:base_prefs', |
34 '<(DEPTH)/base/base.gyp:base_static', | 34 '<(DEPTH)/base/base.gyp:base_static', |
35 '<(DEPTH)/chrome/chrome_resources.gyp:chrome_resources', | 35 '<(DEPTH)/chrome/chrome_resources.gyp:chrome_resources', |
36 '<(DEPTH)/chrome/chrome_resources.gyp:chrome_strings', | 36 '<(DEPTH)/chrome/chrome_resources.gyp:chrome_strings', |
37 '<(DEPTH)/chrome/chrome_resources.gyp:theme_resources', | 37 '<(DEPTH)/chrome/chrome_resources.gyp:theme_resources', |
38 '<(DEPTH)/chrome/common_constants.gyp:common_constants', | 38 '<(DEPTH)/chrome/common_constants.gyp:common_constants', |
39 '<(DEPTH)/components/components.gyp:cloud_devices_common', | 39 '<(DEPTH)/components/components.gyp:cloud_devices_common', |
40 '<(DEPTH)/components/components.gyp:history', | |
sdefresne
2014/06/02 19:56:55
s/history/history_core_common/
nshaik
2014/06/08 08:43:41
Done.
| |
40 '<(DEPTH)/components/components.gyp:json_schema', | 41 '<(DEPTH)/components/components.gyp:json_schema', |
41 '<(DEPTH)/components/components.gyp:metrics', | 42 '<(DEPTH)/components/components.gyp:metrics', |
42 '<(DEPTH)/components/components.gyp:policy_component_common', | 43 '<(DEPTH)/components/components.gyp:policy_component_common', |
43 '<(DEPTH)/components/components.gyp:translate_core_common', | 44 '<(DEPTH)/components/components.gyp:translate_core_common', |
44 '<(DEPTH)/components/components.gyp:variations', | 45 '<(DEPTH)/components/components.gyp:variations', |
45 '<(DEPTH)/content/content.gyp:content_common', | 46 '<(DEPTH)/content/content.gyp:content_common', |
46 '<(DEPTH)/crypto/crypto.gyp:crypto', | 47 '<(DEPTH)/crypto/crypto.gyp:crypto', |
47 '<(DEPTH)/extensions/extensions_resources.gyp:extensions_resources', | 48 '<(DEPTH)/extensions/extensions_resources.gyp:extensions_resources', |
48 '<(DEPTH)/extensions/extensions_strings.gyp:extensions_strings', | 49 '<(DEPTH)/extensions/extensions_strings.gyp:extensions_strings', |
49 '<(DEPTH)/media/cast/cast.gyp:cast_transport', | 50 '<(DEPTH)/media/cast/cast.gyp:cast_transport', |
(...skipping 237 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
287 'common/service_process_util_posix.cc', | 288 'common/service_process_util_posix.cc', |
288 'common/service_process_util_posix.h', | 289 'common/service_process_util_posix.h', |
289 'common/service_process_util_win.cc', | 290 'common/service_process_util_win.cc', |
290 'common/spellcheck_common.cc', | 291 'common/spellcheck_common.cc', |
291 'common/spellcheck_common.h', | 292 'common/spellcheck_common.h', |
292 'common/spellcheck_marker.h', | 293 'common/spellcheck_marker.h', |
293 'common/spellcheck_messages.h', | 294 'common/spellcheck_messages.h', |
294 'common/spellcheck_result.h', | 295 'common/spellcheck_result.h', |
295 'common/switch_utils.cc', | 296 'common/switch_utils.cc', |
296 'common/switch_utils.h', | 297 'common/switch_utils.h', |
297 'common/thumbnail_score.cc', | |
298 'common/thumbnail_score.h', | |
299 'common/tts_messages.h', | 298 'common/tts_messages.h', |
300 'common/tts_utterance_request.cc', | 299 'common/tts_utterance_request.cc', |
301 'common/tts_utterance_request.h', | 300 'common/tts_utterance_request.h', |
302 'common/url_constants.cc', | 301 'common/url_constants.cc', |
303 'common/url_constants.h', | 302 'common/url_constants.h', |
304 'common/variations/experiment_labels.cc', | 303 'common/variations/experiment_labels.cc', |
305 'common/variations/experiment_labels.h', | 304 'common/variations/experiment_labels.h', |
306 'common/variations/uniformity_field_trials.cc', | 305 'common/variations/uniformity_field_trials.cc', |
307 'common/variations/uniformity_field_trials.h', | 306 'common/variations/uniformity_field_trials.h', |
308 'common/variations/variations_util.cc', | 307 'common/variations/variations_util.cc', |
(...skipping 370 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
679 'common/metrics/proto/chrome_experiments.proto', | 678 'common/metrics/proto/chrome_experiments.proto', |
680 ], | 679 ], |
681 'variables': { | 680 'variables': { |
682 'proto_in_dir': 'common/metrics/proto', | 681 'proto_in_dir': 'common/metrics/proto', |
683 'proto_out_dir': 'chrome/common/metrics/proto', | 682 'proto_out_dir': 'chrome/common/metrics/proto', |
684 }, | 683 }, |
685 'includes': [ '../build/protoc.gypi' ], | 684 'includes': [ '../build/protoc.gypi' ], |
686 }, | 685 }, |
687 ], | 686 ], |
688 } | 687 } |
OLD | NEW |