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

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, 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 | 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 2469 matching lines...) Expand 10 before | Expand all | Expand 10 after
2480 }], 2480 }],
2481 ['OS=="linux" and chromeos==0', { 2481 ['OS=="linux" and chromeos==0', {
2482 'dependencies': [ 2482 'dependencies': [
2483 '../build/linux/system.gyp:libspeechd', 2483 '../build/linux/system.gyp:libspeechd',
2484 ], 2484 ],
2485 }], 2485 }],
2486 ['chromeos==0', { 2486 ['chromeos==0', {
2487 'sources!': [ 2487 'sources!': [
2488 'browser/extensions/api/input_ime/input_ime_api.cc', 2488 'browser/extensions/api/input_ime/input_ime_api.cc',
2489 'browser/extensions/api/input_ime/input_ime_api.h', 2489 'browser/extensions/api/input_ime/input_ime_api.h',
2490 'browser/extensions/api/input_ime/input_ime_api_factory.cc',
2491 'browser/extensions/api/input_ime/input_ime_api_factory.h',
2492 'browser/extensions/api/terminal/terminal_extension_helper.cc', 2490 'browser/extensions/api/terminal/terminal_extension_helper.cc',
2493 'browser/extensions/api/terminal/terminal_extension_helper.h', 2491 'browser/extensions/api/terminal/terminal_extension_helper.h',
2494 'browser/extensions/api/terminal/terminal_private_api.cc', 2492 'browser/extensions/api/terminal/terminal_private_api.cc',
2495 'browser/extensions/api/terminal/terminal_private_api.h', 2493 'browser/extensions/api/terminal/terminal_private_api.h',
2496 'browser/net/gaia/gaia_oauth_consumer.h', 2494 'browser/net/gaia/gaia_oauth_consumer.h',
2497 'browser/net/gaia/gaia_oauth_fetcher.cc', 2495 'browser/net/gaia/gaia_oauth_fetcher.cc',
2498 'browser/net/gaia/gaia_oauth_fetcher.h', 2496 'browser/net/gaia/gaia_oauth_fetcher.h',
2499 'browser/policy/app_pack_updater.cc', 2497 'browser/policy/app_pack_updater.cc',
2500 'browser/policy/app_pack_updater.h', 2498 'browser/policy/app_pack_updater.h',
2501 'browser/policy/auto_enrollment_client.cc', 2499 'browser/policy/auto_enrollment_client.cc',
(...skipping 657 matching lines...) Expand 10 before | Expand all | Expand 10 after
3159 'proto_in_dir': '../third_party/cros_system_api/dbus', 3157 'proto_in_dir': '../third_party/cros_system_api/dbus',
3160 'proto_out_dir': 'chrome/browser/media_transfer_protocol', 3158 'proto_out_dir': 'chrome/browser/media_transfer_protocol',
3161 }, 3159 },
3162 'includes': ['../build/protoc.gypi'], 3160 'includes': ['../build/protoc.gypi'],
3163 }, 3161 },
3164 ], 3162 ],
3165 }, 3163 },
3166 ], 3164 ],
3167 ], 3165 ],
3168 } 3166 }
OLDNEW
« no previous file with comments | « chrome/browser/profiles/profile_dependency_manager.cc ('k') | chrome/chrome_browser_extensions.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698