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

Side by Side Diff: chrome/chrome_common.gypi

Issue 12589005: Implement web speech synthesis. (Closed) Base URL: http://git.chromium.org/chromium/src.git@webtts
Patch Set: Move from content to chrome, add runtime flag Created 7 years, 7 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 387 matching lines...) Expand 10 before | Expand all | Expand 10 after
398 'common/spellcheck_messages.h', 398 'common/spellcheck_messages.h',
399 'common/spellcheck_result.h', 399 'common/spellcheck_result.h',
400 'common/startup_metric_utils.cc', 400 'common/startup_metric_utils.cc',
401 'common/startup_metric_utils.h', 401 'common/startup_metric_utils.h',
402 'common/switch_utils.cc', 402 'common/switch_utils.cc',
403 'common/switch_utils.h', 403 'common/switch_utils.h',
404 'common/thumbnail_score.cc', 404 'common/thumbnail_score.cc',
405 'common/thumbnail_score.h', 405 'common/thumbnail_score.h',
406 'common/time_format.cc', 406 'common/time_format.cc',
407 'common/time_format.h', 407 'common/time_format.h',
408 'common/tts_messages.cc',
409 'common/tts_messages.h',
410 'common/tts_utterance_request.cc',
411 'common/tts_utterance_request.h',
408 'common/url_constants.cc', 412 'common/url_constants.cc',
409 'common/url_constants.h', 413 'common/url_constants.h',
410 'common/web_apps.cc', 414 'common/web_apps.cc',
411 'common/web_apps.h', 415 'common/web_apps.h',
412 'common/web_resource/web_resource_unpacker.cc', 416 'common/web_resource/web_resource_unpacker.cc',
413 'common/web_resource/web_resource_unpacker.h', 417 'common/web_resource/web_resource_unpacker.h',
414 'common/worker_thread_ticker.cc', 418 'common/worker_thread_ticker.cc',
415 'common/worker_thread_ticker.h', 419 'common/worker_thread_ticker.h',
416 ], 420 ],
417 'conditions': [ 421 'conditions': [
(...skipping 318 matching lines...) Expand 10 before | Expand all | Expand 10 after
736 'common/metrics/proto/user_action_event.proto', 740 'common/metrics/proto/user_action_event.proto',
737 ], 741 ],
738 'variables': { 742 'variables': {
739 'proto_in_dir': 'common/metrics/proto', 743 'proto_in_dir': 'common/metrics/proto',
740 'proto_out_dir': 'chrome/common/metrics/proto', 744 'proto_out_dir': 'chrome/common/metrics/proto',
741 }, 745 },
742 'includes': [ '../build/protoc.gypi' ], 746 'includes': [ '../build/protoc.gypi' ],
743 }, 747 },
744 ], 748 ],
745 } 749 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698