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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 8505051: Support mozc suggest window on ChromeOS. (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: Apply latest mozc repository. Created 9 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 | Annotate | Revision Log
OLDNEW
1 # Copyright (c) 2011 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2011 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 4070 matching lines...) Expand 10 before | Expand all | Expand 10 after
4081 ['exclude', 'browser/ui/views/status_icons/status_icon_chromeos.h'], 4081 ['exclude', 'browser/ui/views/status_icons/status_icon_chromeos.h'],
4082 ['exclude', 'browser/ui/webui/active_downloads_ui.cc'], 4082 ['exclude', 'browser/ui/webui/active_downloads_ui.cc'],
4083 ['exclude', 'browser/ui/webui/fileicon_source_chromeos.cc'], 4083 ['exclude', 'browser/ui/webui/fileicon_source_chromeos.cc'],
4084 ['exclude', 'browser/ui/webui/fileicon_source_chromeos.h'], 4084 ['exclude', 'browser/ui/webui/fileicon_source_chromeos.h'],
4085 ], 4085 ],
4086 }], 4086 }],
4087 ['chromeos==1', { 4087 ['chromeos==1', {
4088 'dependencies': [ 4088 'dependencies': [
4089 '../build/linux/system.gyp:dbus-glib', 4089 '../build/linux/system.gyp:dbus-glib',
4090 '../third_party/libevent/libevent.gyp:libevent', 4090 '../third_party/libevent/libevent.gyp:libevent',
4091 '../third_party/mozc/chrome/chromeos/renderer/chromeos_renderer.gyp: mozc_commands_proto',
4091 'browser/chromeos/input_method/input_method.gyp:gencode', 4092 'browser/chromeos/input_method/input_method.gyp:gencode',
4092 'browser/chromeos/input_method/input_method.gyp:mozc_commands_proto' ,
4093 ], 4093 ],
4094 'sources!': [ 4094 'sources!': [
4095 'browser/background/background_mode_manager_gtk.cc', 4095 'browser/background/background_mode_manager_gtk.cc',
4096 'browser/extensions/default_apps.cc', 4096 'browser/extensions/default_apps.cc',
4097 'browser/extensions/default_apps.h', 4097 'browser/extensions/default_apps.h',
4098 'browser/first_run/upgrade_util.cc', 4098 'browser/first_run/upgrade_util.cc',
4099 'browser/first_run/upgrade_util.h', 4099 'browser/first_run/upgrade_util.h',
4100 'browser/first_run/upgrade_util_linux.cc', 4100 'browser/first_run/upgrade_util_linux.cc',
4101 'browser/idle_linux.cc', 4101 'browser/idle_linux.cc',
4102 'browser/password_manager/native_backend_gnome_x.cc', 4102 'browser/password_manager/native_backend_gnome_x.cc',
(...skipping 1151 matching lines...) Expand 10 before | Expand all | Expand 10 after
5254 'type': 'static_library', 5254 'type': 'static_library',
5255 'sources': [ 'browser/history/in_memory_url_index_cache.proto' ], 5255 'sources': [ 'browser/history/in_memory_url_index_cache.proto' ],
5256 'variables': { 5256 'variables': {
5257 'proto_in_dir': 'browser/history', 5257 'proto_in_dir': 'browser/history',
5258 'proto_out_dir': 'chrome/browser/history', 5258 'proto_out_dir': 'chrome/browser/history',
5259 }, 5259 },
5260 'includes': [ '../build/protoc.gypi' ] 5260 'includes': [ '../build/protoc.gypi' ]
5261 }, 5261 },
5262 ], 5262 ],
5263 } 5263 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698