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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 11611004: Move the InputComponents out of extensions entirely. (Closed) Base URL: http://src.chromium.org/svn/trunk/src/
Patch Set: Created 7 years, 12 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 2012 The Chromium Authors. All rights reserved. 1 # Copyright 2012 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': 'static_library', 9 'type': 'static_library',
10 'variables': { 'enable_wexit_time_destructors': 1, }, 10 'variables': { 'enable_wexit_time_destructors': 1, },
(...skipping 2470 matching lines...) Expand 10 before | Expand all | Expand 10 after
2481 }], 2481 }],
2482 ['OS=="linux" and chromeos==0', { 2482 ['OS=="linux" and chromeos==0', {
2483 'dependencies': [ 2483 'dependencies': [
2484 '../build/linux/system.gyp:libspeechd', 2484 '../build/linux/system.gyp:libspeechd',
2485 ], 2485 ],
2486 }], 2486 }],
2487 ['chromeos==0', { 2487 ['chromeos==0', {
2488 'sources!': [ 2488 'sources!': [
2489 'browser/extensions/api/input_ime/input_ime_api.cc', 2489 'browser/extensions/api/input_ime/input_ime_api.cc',
2490 'browser/extensions/api/input_ime/input_ime_api.h', 2490 'browser/extensions/api/input_ime/input_ime_api.h',
2491 'browser/extensions/api/input_ime/input_ime_api_factory.cc',
2492 'browser/extensions/api/input_ime/input_ime_api_factory.h',
2493 'browser/extensions/api/terminal/terminal_extension_helper.cc', 2491 'browser/extensions/api/terminal/terminal_extension_helper.cc',
2494 'browser/extensions/api/terminal/terminal_extension_helper.h', 2492 'browser/extensions/api/terminal/terminal_extension_helper.h',
2495 'browser/extensions/api/terminal/terminal_private_api.cc', 2493 'browser/extensions/api/terminal/terminal_private_api.cc',
2496 'browser/extensions/api/terminal/terminal_private_api.h', 2494 'browser/extensions/api/terminal/terminal_private_api.h',
2497 'browser/net/gaia/gaia_oauth_consumer.h', 2495 'browser/net/gaia/gaia_oauth_consumer.h',
2498 'browser/net/gaia/gaia_oauth_fetcher.cc', 2496 'browser/net/gaia/gaia_oauth_fetcher.cc',
2499 'browser/net/gaia/gaia_oauth_fetcher.h', 2497 'browser/net/gaia/gaia_oauth_fetcher.h',
2500 'browser/policy/app_pack_updater.cc', 2498 'browser/policy/app_pack_updater.cc',
2501 'browser/policy/app_pack_updater.h', 2499 'browser/policy/app_pack_updater.h',
2502 'browser/policy/auto_enrollment_client.cc', 2500 'browser/policy/auto_enrollment_client.cc',
(...skipping 654 matching lines...) Expand 10 before | Expand all | Expand 10 after
3157 'proto_in_dir': '../third_party/cros_system_api/dbus', 3155 'proto_in_dir': '../third_party/cros_system_api/dbus',
3158 'proto_out_dir': 'chrome/browser/media_transfer_protocol', 3156 'proto_out_dir': 'chrome/browser/media_transfer_protocol',
3159 }, 3157 },
3160 'includes': ['../build/protoc.gypi'], 3158 'includes': ['../build/protoc.gypi'],
3161 }, 3159 },
3162 ], 3160 ],
3163 }, 3161 },
3164 ], 3162 ],
3165 ], 3163 ],
3166 } 3164 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698