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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 3640001: Refactored TTS extension code so that the platform-specific TTS... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 10 years, 2 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) 2010 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2010 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': 'browser', 8 'target_name': 'browser',
9 'type': '<(library)', 9 'type': '<(library)',
10 'msvs_guid': '5BF908A7-68FB-4A4B-99E3-8C749F1FE4EA', 10 'msvs_guid': '5BF908A7-68FB-4A4B-99E3-8C749F1FE4EA',
(...skipping 1524 matching lines...) Expand 10 before | Expand all | Expand 10 after
1535 'browser/extensions/extension_sidebar_api.cc', 1535 'browser/extensions/extension_sidebar_api.cc',
1536 'browser/extensions/extension_sidebar_api.h', 1536 'browser/extensions/extension_sidebar_api.h',
1537 'browser/extensions/extension_tabs_module.cc', 1537 'browser/extensions/extension_tabs_module.cc',
1538 'browser/extensions/extension_tabs_module.h', 1538 'browser/extensions/extension_tabs_module.h',
1539 'browser/extensions/extension_tabs_module_constants.cc', 1539 'browser/extensions/extension_tabs_module_constants.cc',
1540 'browser/extensions/extension_tabs_module_constants.h', 1540 'browser/extensions/extension_tabs_module_constants.h',
1541 'browser/extensions/extension_test_api.cc', 1541 'browser/extensions/extension_test_api.cc',
1542 'browser/extensions/extension_test_api.h', 1542 'browser/extensions/extension_test_api.h',
1543 'browser/extensions/extension_tts_api.cc', 1543 'browser/extensions/extension_tts_api.cc',
1544 'browser/extensions/extension_tts_api.h', 1544 'browser/extensions/extension_tts_api.h',
1545 'browser/extensions/extension_tts_api_gtk.cc', 1545 'browser/extensions/extension_tts_api_chromeos.cc',
1546 'browser/extensions/extension_tts_api_linux.cc',
1546 'browser/extensions/extension_tts_api_mac.mm', 1547 'browser/extensions/extension_tts_api_mac.mm',
1547 'browser/extensions/extension_tts_api_util.cc', 1548 'browser/extensions/extension_tts_api_util.cc',
1548 'browser/extensions/extension_tts_api_util.h', 1549 'browser/extensions/extension_tts_api_util.h',
1549 'browser/extensions/extension_tts_api_win.cc', 1550 'browser/extensions/extension_tts_api_win.cc',
1550 'browser/extensions/extension_toolbar_model.cc', 1551 'browser/extensions/extension_toolbar_model.cc',
1551 'browser/extensions/extension_toolbar_model.h', 1552 'browser/extensions/extension_toolbar_model.h',
1552 'browser/extensions/extension_updater.cc', 1553 'browser/extensions/extension_updater.cc',
1553 'browser/extensions/extension_updater.h', 1554 'browser/extensions/extension_updater.h',
1554 'browser/extensions/extension_webrequest_api_constants.cc', 1555 'browser/extensions/extension_webrequest_api_constants.cc',
1555 'browser/extensions/extension_webrequest_api_constants.h', 1556 'browser/extensions/extension_webrequest_api_constants.h',
(...skipping 1714 matching lines...) Expand 10 before | Expand all | Expand 10 after
3270 'CHROME_V8', 3271 'CHROME_V8',
3271 ], 3272 ],
3272 }], 3273 }],
3273 ['chromeos==0', { 3274 ['chromeos==0', {
3274 'sources/': [ 3275 'sources/': [
3275 ['exclude', '^browser/chromeos'], 3276 ['exclude', '^browser/chromeos'],
3276 ['exclude', 'browser/dom_ui/chrome_about_ui.cc'], 3277 ['exclude', 'browser/dom_ui/chrome_about_ui.cc'],
3277 ['exclude', 'browser/dom_ui/filebrowse_ui.cc'], 3278 ['exclude', 'browser/dom_ui/filebrowse_ui.cc'],
3278 ['exclude', 'browser/dom_ui/mediaplayer_ui.cc'], 3279 ['exclude', 'browser/dom_ui/mediaplayer_ui.cc'],
3279 ['exclude', 'browser/dom_ui/slideshow_ui.cc'], 3280 ['exclude', 'browser/dom_ui/slideshow_ui.cc'],
3280 ['exclude', 'browser/extensions/extension_tts_api.cc'], 3281 ['exclude', 'browser/extensions/extension_tts_api_chromeos.cc'],
3281 ['exclude', 'browser/renderer_host/offline_resource_handler.cc'], 3282 ['exclude', 'browser/renderer_host/offline_resource_handler.cc'],
3282 ['exclude', 'browser/renderer_host/offline_resource_handler.h'], 3283 ['exclude', 'browser/renderer_host/offline_resource_handler.h'],
3283 ], 3284 ],
3284 }], 3285 }],
3285 ['chromeos==1', { 3286 ['chromeos==1', {
3286 'sources!': [ 3287 'sources!': [
3287 'browser/password_manager/native_backend_gnome_x.h', 3288 'browser/password_manager/native_backend_gnome_x.h',
3288 'browser/password_manager/native_backend_gnome_x.cc', 3289 'browser/password_manager/native_backend_gnome_x.cc',
3289 'browser/password_manager/native_backend_kwallet_x.h', 3290 'browser/password_manager/native_backend_kwallet_x.h',
3290 'browser/password_manager/native_backend_kwallet_x.cc', 3291 'browser/password_manager/native_backend_kwallet_x.cc',
(...skipping 666 matching lines...) Expand 10 before | Expand all | Expand 10 after
3957 ['include', '^browser/printing/print_dialog_gtk.cc'], 3958 ['include', '^browser/printing/print_dialog_gtk.cc'],
3958 ['include', '^browser/printing/print_dialog_gtk.h'], 3959 ['include', '^browser/printing/print_dialog_gtk.h'],
3959 ['exclude', '^browser/browser_list_stub.cc'], 3960 ['exclude', '^browser/browser_list_stub.cc'],
3960 ['exclude', '^browser/bookmarks/bookmark_drop_info.cc'], 3961 ['exclude', '^browser/bookmarks/bookmark_drop_info.cc'],
3961 ['exclude', '^browser/views/autocomplete/autocomplete_popup_gtk. cc'], 3962 ['exclude', '^browser/views/autocomplete/autocomplete_popup_gtk. cc'],
3962 ['exclude', '^browser/views/autocomplete/autocomplete_popup_gtk. h'], 3963 ['exclude', '^browser/views/autocomplete/autocomplete_popup_gtk. h'],
3963 ], 3964 ],
3964 }], 3965 }],
3965 ['OS=="linux" and chromeos==1',{ 3966 ['OS=="linux" and chromeos==1',{
3966 'sources/': [ 3967 'sources/': [
3967 ['exclude', '^browser/extensions/extension_tts_api_gtk.cc'], 3968 ['exclude', '^browser/extensions/extension_tts_api_linux.cc'],
3968 ['exclude', '^browser/notifications/balloon_collection.cc'], 3969 ['exclude', '^browser/notifications/balloon_collection.cc'],
3969 ['exclude', '^browser/notifications/balloon_collection_impl.h'], 3970 ['exclude', '^browser/notifications/balloon_collection_impl.h'],
3970 ['exclude', '^browser/notifications/balloon_collection_linux.cc' ], 3971 ['exclude', '^browser/notifications/balloon_collection_linux.cc' ],
3971 ], 3972 ],
3972 'dependencies': [ 3973 'dependencies': [
3973 '../third_party/protobuf/protobuf.gyp:protobuf_lite', 3974 '../third_party/protobuf/protobuf.gyp:protobuf_lite',
3974 #'../third_party/protobuf/protobuf.gyp:protobuf', 3975 #'../third_party/protobuf/protobuf.gyp:protobuf',
3975 '../third_party/protobuf/protobuf.gyp:protoc#host', 3976 '../third_party/protobuf/protobuf.gyp:protoc#host',
3976 ], 3977 ],
3977 'conditions': [ 3978 'conditions': [
(...skipping 142 matching lines...) Expand 10 before | Expand all | Expand 10 after
4120 ], 4121 ],
4121 }, 4122 },
4122 ], 4123 ],
4123 } 4124 }
4124 4125
4125 # Local Variables: 4126 # Local Variables:
4126 # tab-width:2 4127 # tab-width:2
4127 # indent-tabs-mode:nil 4128 # indent-tabs-mode:nil
4128 # End: 4129 # End:
4129 # vim: set expandtab tabstop=2 shiftwidth=2: 4130 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « chrome/browser/extensions/extension_tts_apitest.cc ('k') | chrome/test/data/extensions/api_test/tts/chromeos/manifest.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698