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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 10273006: Introduced SpeechRecognitionDispatcher(Host) classes, handling dispatch of IPC messages for continu… (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebased (because of CL1.11 reverted and recommitted) Created 8 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 | Annotate | Revision Log
OLDNEW
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 # 2 #
3 # Use of this source code is governed by a BSD-style license that can be 3 # Use of this source code is governed by a BSD-style license that can be
4 # found in the LICENSE file. 4 # found in the LICENSE file.
5 5
6 { 6 {
7 'targets': [ 7 'targets': [
8 { 8 {
9 'target_name': 'browser', 9 'target_name': 'browser',
10 'type': 'static_library', 10 'type': 'static_library',
(...skipping 4486 matching lines...) Expand 10 before | Expand all | Expand 10 after
4497 }], 4497 }],
4498 ['use_gnome_keyring==1', { 4498 ['use_gnome_keyring==1', {
4499 'dependencies': [ 4499 'dependencies': [
4500 '../build/linux/system.gyp:gnome_keyring', 4500 '../build/linux/system.gyp:gnome_keyring',
4501 ], 4501 ],
4502 }], 4502 }],
4503 ], 4503 ],
4504 }], 4504 }],
4505 ['input_speech==0', { 4505 ['input_speech==0', {
4506 'sources/': [ 4506 'sources/': [
4507 ['exclude', '^browser/speech/'], 4507 ['exclude', '^browser/speech/*speech_recognition*'],
4508 ['exclude', '^browser/speech/*speech_input*'],
4508 ], 4509 ],
4509 }], 4510 }],
4510 ['notifications==0', { 4511 ['notifications==0', {
4511 'sources/': [ 4512 'sources/': [
4512 ['exclude', '^browser/notifications/'], 4513 ['exclude', '^browser/notifications/'],
4513 ], 4514 ],
4514 }], 4515 }],
4515 ['enable_themes==0', { 4516 ['enable_themes==0', {
4516 'sources!': [ 4517 'sources!': [
4517 'browser/sync/glue/theme_change_processor.cc', 4518 'browser/sync/glue/theme_change_processor.cc',
(...skipping 571 matching lines...) Expand 10 before | Expand all | Expand 10 after
5089 'browser/metrics/proto/study.proto', 5090 'browser/metrics/proto/study.proto',
5090 ], 5091 ],
5091 'variables': { 5092 'variables': {
5092 'proto_in_dir': 'browser/metrics/proto', 5093 'proto_in_dir': 'browser/metrics/proto',
5093 'proto_out_dir': 'chrome/browser/metrics/proto', 5094 'proto_out_dir': 'chrome/browser/metrics/proto',
5094 }, 5095 },
5095 'includes': [ '../build/protoc.gypi' ] 5096 'includes': [ '../build/protoc.gypi' ]
5096 }, 5097 },
5097 ], 5098 ],
5098 } 5099 }
OLDNEW
« no previous file with comments | « chrome/browser/extensions/extension_function_registry.cc ('k') | content/browser/renderer_host/render_process_host_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698