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 21 matching lines...) Expand all Loading... | |
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:json_schema', | 39 '<(DEPTH)/components/components.gyp:json_schema', |
40 '<(DEPTH)/components/components.gyp:policy_component', | 40 '<(DEPTH)/components/components.gyp:policy_component', |
41 '<(DEPTH)/components/components.gyp:variations', | 41 '<(DEPTH)/components/components.gyp:variations', |
42 '<(DEPTH)/content/content.gyp:content_common', | 42 '<(DEPTH)/content/content.gyp:content_common', |
blundell
2014/01/06 12:04:52
Should this depend on translate_core_common?
droger
2014/01/06 13:21:31
In chrome/common, only render_messages.h depends o
| |
43 '<(DEPTH)/net/net.gyp:net', | 43 '<(DEPTH)/net/net.gyp:net', |
44 '<(DEPTH)/skia/skia.gyp:skia', | 44 '<(DEPTH)/skia/skia.gyp:skia', |
45 '<(DEPTH)/third_party/icu/icu.gyp:icui18n', | 45 '<(DEPTH)/third_party/icu/icu.gyp:icui18n', |
46 '<(DEPTH)/third_party/icu/icu.gyp:icuuc', | 46 '<(DEPTH)/third_party/icu/icu.gyp:icuuc', |
47 '<(DEPTH)/third_party/libxml/libxml.gyp:libxml', | 47 '<(DEPTH)/third_party/libxml/libxml.gyp:libxml', |
48 '<(DEPTH)/third_party/sqlite/sqlite.gyp:sqlite', | 48 '<(DEPTH)/third_party/sqlite/sqlite.gyp:sqlite', |
49 '<(DEPTH)/third_party/zlib/google/zip.gyp:zip', | 49 '<(DEPTH)/third_party/zlib/google/zip.gyp:zip', |
50 '<(DEPTH)/ui/resources/ui_resources.gyp:ui_resources', | 50 '<(DEPTH)/ui/resources/ui_resources.gyp:ui_resources', |
51 '<(DEPTH)/url/url.gyp:url_lib', | 51 '<(DEPTH)/url/url.gyp:url_lib', |
52 '<(DEPTH)/webkit/common/user_agent/webkit_user_agent.gyp:user_agent', | 52 '<(DEPTH)/webkit/common/user_agent/webkit_user_agent.gyp:user_agent', |
(...skipping 308 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
361 'common/service_process_util_win.cc', | 361 'common/service_process_util_win.cc', |
362 'common/spellcheck_common.cc', | 362 'common/spellcheck_common.cc', |
363 'common/spellcheck_common.h', | 363 'common/spellcheck_common.h', |
364 'common/spellcheck_marker.h', | 364 'common/spellcheck_marker.h', |
365 'common/spellcheck_messages.h', | 365 'common/spellcheck_messages.h', |
366 'common/spellcheck_result.h', | 366 'common/spellcheck_result.h', |
367 'common/switch_utils.cc', | 367 'common/switch_utils.cc', |
368 'common/switch_utils.h', | 368 'common/switch_utils.h', |
369 'common/thumbnail_score.cc', | 369 'common/thumbnail_score.cc', |
370 'common/thumbnail_score.h', | 370 'common/thumbnail_score.h', |
371 'common/translate/language_detection_details.cc', | |
372 'common/translate/language_detection_details.h', | |
373 'common/translate/translate_errors.h', | |
374 'common/tts_messages.h', | 371 'common/tts_messages.h', |
375 'common/tts_utterance_request.cc', | 372 'common/tts_utterance_request.cc', |
376 'common/tts_utterance_request.h', | 373 'common/tts_utterance_request.h', |
377 'common/url_constants.cc', | 374 'common/url_constants.cc', |
378 'common/url_constants.h', | 375 'common/url_constants.h', |
379 'common/web_application_info.cc', | 376 'common/web_application_info.cc', |
380 'common/web_application_info.h', | 377 'common/web_application_info.h', |
381 'common/worker_thread_ticker.cc', | 378 'common/worker_thread_ticker.cc', |
382 'common/worker_thread_ticker.h', | 379 'common/worker_thread_ticker.h', |
383 ], | 380 ], |
(...skipping 376 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
760 'common/metrics/proto/user_action_event.proto', | 757 'common/metrics/proto/user_action_event.proto', |
761 ], | 758 ], |
762 'variables': { | 759 'variables': { |
763 'proto_in_dir': 'common/metrics/proto', | 760 'proto_in_dir': 'common/metrics/proto', |
764 'proto_out_dir': 'chrome/common/metrics/proto', | 761 'proto_out_dir': 'chrome/common/metrics/proto', |
765 }, | 762 }, |
766 'includes': [ '../build/protoc.gypi' ], | 763 'includes': [ '../build/protoc.gypi' ], |
767 }, | 764 }, |
768 ], | 765 ], |
769 } | 766 } |
OLD | NEW |