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

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: Fix include order 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
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 350 matching lines...) Expand 10 before | Expand all | Expand 10 after
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
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 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698