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

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: rebase 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
« no previous file with comments | « chrome/browser/chromeos/input_method/litify_proto_file.py ('k') | chrome/chrome_tests.gypi » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 4077 matching lines...) Expand 10 before | Expand all | Expand 10 after
4088 ['exclude', 'browser/ui/views/status_icons/status_icon_chromeos.h'], 4088 ['exclude', 'browser/ui/views/status_icons/status_icon_chromeos.h'],
4089 ['exclude', 'browser/ui/webui/active_downloads_ui.cc'], 4089 ['exclude', 'browser/ui/webui/active_downloads_ui.cc'],
4090 ['exclude', 'browser/ui/webui/fileicon_source_chromeos.cc'], 4090 ['exclude', 'browser/ui/webui/fileicon_source_chromeos.cc'],
4091 ['exclude', 'browser/ui/webui/fileicon_source_chromeos.h'], 4091 ['exclude', 'browser/ui/webui/fileicon_source_chromeos.h'],
4092 ], 4092 ],
4093 }], 4093 }],
4094 ['chromeos==1', { 4094 ['chromeos==1', {
4095 'dependencies': [ 4095 'dependencies': [
4096 '../build/linux/system.gyp:dbus-glib', 4096 '../build/linux/system.gyp:dbus-glib',
4097 '../third_party/libevent/libevent.gyp:libevent', 4097 '../third_party/libevent/libevent.gyp:libevent',
4098 '../third_party/mozc/chrome/chromeos/renderer/chromeos_renderer.gyp: mozc_candidates_proto',
4098 'browser/chromeos/input_method/input_method.gyp:gencode', 4099 'browser/chromeos/input_method/input_method.gyp:gencode',
4099 'browser/chromeos/input_method/input_method.gyp:mozc_commands_proto' ,
4100 ], 4100 ],
4101 'sources!': [ 4101 'sources!': [
4102 'browser/background/background_mode_manager_gtk.cc', 4102 'browser/background/background_mode_manager_gtk.cc',
4103 'browser/extensions/default_apps.cc', 4103 'browser/extensions/default_apps.cc',
4104 'browser/extensions/default_apps.h', 4104 'browser/extensions/default_apps.h',
4105 'browser/first_run/upgrade_util.cc', 4105 'browser/first_run/upgrade_util.cc',
4106 'browser/first_run/upgrade_util.h', 4106 'browser/first_run/upgrade_util.h',
4107 'browser/first_run/upgrade_util_linux.cc', 4107 'browser/first_run/upgrade_util_linux.cc',
4108 'browser/idle_linux.cc', 4108 'browser/idle_linux.cc',
4109 'browser/password_manager/native_backend_gnome_x.cc', 4109 'browser/password_manager/native_backend_gnome_x.cc',
(...skipping 1132 matching lines...) Expand 10 before | Expand all | Expand 10 after
5242 'type': 'static_library', 5242 'type': 'static_library',
5243 'sources': [ 'browser/history/in_memory_url_index_cache.proto' ], 5243 'sources': [ 'browser/history/in_memory_url_index_cache.proto' ],
5244 'variables': { 5244 'variables': {
5245 'proto_in_dir': 'browser/history', 5245 'proto_in_dir': 'browser/history',
5246 'proto_out_dir': 'chrome/browser/history', 5246 'proto_out_dir': 'chrome/browser/history',
5247 }, 5247 },
5248 'includes': [ '../build/protoc.gypi' ] 5248 'includes': [ '../build/protoc.gypi' ]
5249 }, 5249 },
5250 ], 5250 ],
5251 } 5251 }
OLDNEW
« no previous file with comments | « chrome/browser/chromeos/input_method/litify_proto_file.py ('k') | chrome/chrome_tests.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698