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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 11618005: Pull InputIme stuff out of ExtensionService (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: nit fixed Created 8 years 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 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 2434 matching lines...) Expand 10 before | Expand all | Expand 10 after
2445 }], 2445 }],
2446 ['OS=="linux" and chromeos==0', { 2446 ['OS=="linux" and chromeos==0', {
2447 'dependencies': [ 2447 'dependencies': [
2448 '../build/linux/system.gyp:libspeechd', 2448 '../build/linux/system.gyp:libspeechd',
2449 ], 2449 ],
2450 }], 2450 }],
2451 ['chromeos==0', { 2451 ['chromeos==0', {
2452 'sources!': [ 2452 'sources!': [
2453 'browser/extensions/api/input_ime/input_ime_api.cc', 2453 'browser/extensions/api/input_ime/input_ime_api.cc',
2454 'browser/extensions/api/input_ime/input_ime_api.h', 2454 'browser/extensions/api/input_ime/input_ime_api.h',
2455 'browser/extensions/api/input_ime/input_ime_api_factory.cc',
2456 'browser/extensions/api/input_ime/input_ime_api_factory.h',
2455 'browser/extensions/api/terminal/terminal_extension_helper.cc', 2457 'browser/extensions/api/terminal/terminal_extension_helper.cc',
2456 'browser/extensions/api/terminal/terminal_extension_helper.h', 2458 'browser/extensions/api/terminal/terminal_extension_helper.h',
2457 'browser/extensions/api/terminal/terminal_private_api.cc', 2459 'browser/extensions/api/terminal/terminal_private_api.cc',
2458 'browser/extensions/api/terminal/terminal_private_api.h', 2460 'browser/extensions/api/terminal/terminal_private_api.h',
2459 'browser/net/gaia/gaia_oauth_consumer.h', 2461 'browser/net/gaia/gaia_oauth_consumer.h',
2460 'browser/net/gaia/gaia_oauth_fetcher.cc', 2462 'browser/net/gaia/gaia_oauth_fetcher.cc',
2461 'browser/net/gaia/gaia_oauth_fetcher.h', 2463 'browser/net/gaia/gaia_oauth_fetcher.h',
2462 'browser/policy/app_pack_updater.cc', 2464 'browser/policy/app_pack_updater.cc',
2463 'browser/policy/app_pack_updater.h', 2465 'browser/policy/app_pack_updater.h',
2464 'browser/policy/auto_enrollment_client.cc', 2466 'browser/policy/auto_enrollment_client.cc',
(...skipping 651 matching lines...) Expand 10 before | Expand all | Expand 10 after
3116 'proto_in_dir': '../third_party/cros_system_api/dbus', 3118 'proto_in_dir': '../third_party/cros_system_api/dbus',
3117 'proto_out_dir': 'chrome/browser/media_transfer_protocol', 3119 'proto_out_dir': 'chrome/browser/media_transfer_protocol',
3118 }, 3120 },
3119 'includes': ['../build/protoc.gypi'], 3121 'includes': ['../build/protoc.gypi'],
3120 }, 3122 },
3121 ], 3123 ],
3122 }, 3124 },
3123 ], 3125 ],
3124 ], 3126 ],
3125 } 3127 }
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