Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(156)

Side by Side Diff: chrome/chrome_common.gypi

Issue 93603006: Move Translate-related files to components/translate (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: review comments Created 6 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « chrome/chrome_browser.gypi ('k') | chrome/chrome_renderer.gypi » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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 20 matching lines...) Expand all
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: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:translate_core_common',
41 '<(DEPTH)/components/components.gyp:variations', 42 '<(DEPTH)/components/components.gyp:variations',
42 '<(DEPTH)/content/content.gyp:content_common', 43 '<(DEPTH)/content/content.gyp:content_common',
43 '<(DEPTH)/net/net.gyp:net', 44 '<(DEPTH)/net/net.gyp:net',
44 '<(DEPTH)/skia/skia.gyp:skia', 45 '<(DEPTH)/skia/skia.gyp:skia',
45 '<(DEPTH)/third_party/icu/icu.gyp:icui18n', 46 '<(DEPTH)/third_party/icu/icu.gyp:icui18n',
46 '<(DEPTH)/third_party/icu/icu.gyp:icuuc', 47 '<(DEPTH)/third_party/icu/icu.gyp:icuuc',
47 '<(DEPTH)/third_party/libxml/libxml.gyp:libxml', 48 '<(DEPTH)/third_party/libxml/libxml.gyp:libxml',
48 '<(DEPTH)/third_party/sqlite/sqlite.gyp:sqlite', 49 '<(DEPTH)/third_party/sqlite/sqlite.gyp:sqlite',
49 '<(DEPTH)/third_party/zlib/google/zip.gyp:zip', 50 '<(DEPTH)/third_party/zlib/google/zip.gyp:zip',
50 '<(DEPTH)/ui/resources/ui_resources.gyp:ui_resources', 51 '<(DEPTH)/ui/resources/ui_resources.gyp:ui_resources',
(...skipping 310 matching lines...) Expand 10 before | Expand all | Expand 10 after
361 'common/service_process_util_win.cc', 362 'common/service_process_util_win.cc',
362 'common/spellcheck_common.cc', 363 'common/spellcheck_common.cc',
363 'common/spellcheck_common.h', 364 'common/spellcheck_common.h',
364 'common/spellcheck_marker.h', 365 'common/spellcheck_marker.h',
365 'common/spellcheck_messages.h', 366 'common/spellcheck_messages.h',
366 'common/spellcheck_result.h', 367 'common/spellcheck_result.h',
367 'common/switch_utils.cc', 368 'common/switch_utils.cc',
368 'common/switch_utils.h', 369 'common/switch_utils.h',
369 'common/thumbnail_score.cc', 370 'common/thumbnail_score.cc',
370 'common/thumbnail_score.h', 371 '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', 372 'common/tts_messages.h',
375 'common/tts_utterance_request.cc', 373 'common/tts_utterance_request.cc',
376 'common/tts_utterance_request.h', 374 'common/tts_utterance_request.h',
377 'common/url_constants.cc', 375 'common/url_constants.cc',
378 'common/url_constants.h', 376 'common/url_constants.h',
379 'common/web_application_info.cc', 377 'common/web_application_info.cc',
380 'common/web_application_info.h', 378 'common/web_application_info.h',
381 'common/worker_thread_ticker.cc', 379 'common/worker_thread_ticker.cc',
382 'common/worker_thread_ticker.h', 380 'common/worker_thread_ticker.h',
383 ], 381 ],
(...skipping 376 matching lines...) Expand 10 before | Expand all | Expand 10 after
760 'common/metrics/proto/user_action_event.proto', 758 'common/metrics/proto/user_action_event.proto',
761 ], 759 ],
762 'variables': { 760 'variables': {
763 'proto_in_dir': 'common/metrics/proto', 761 'proto_in_dir': 'common/metrics/proto',
764 'proto_out_dir': 'chrome/common/metrics/proto', 762 'proto_out_dir': 'chrome/common/metrics/proto',
765 }, 763 },
766 'includes': [ '../build/protoc.gypi' ], 764 'includes': [ '../build/protoc.gypi' ],
767 }, 765 },
768 ], 766 ],
769 } 767 }
OLDNEW
« no previous file with comments | « chrome/chrome_browser.gypi ('k') | chrome/chrome_renderer.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698