OLD | NEW |
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 4075 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
4086 ['exclude', 'browser/ui/views/status_icons/status_icon_chromeos.h'], | 4086 ['exclude', 'browser/ui/views/status_icons/status_icon_chromeos.h'], |
4087 ['exclude', 'browser/ui/webui/active_downloads_ui.cc'], | 4087 ['exclude', 'browser/ui/webui/active_downloads_ui.cc'], |
4088 ['exclude', 'browser/ui/webui/fileicon_source_chromeos.cc'], | 4088 ['exclude', 'browser/ui/webui/fileicon_source_chromeos.cc'], |
4089 ['exclude', 'browser/ui/webui/fileicon_source_chromeos.h'], | 4089 ['exclude', 'browser/ui/webui/fileicon_source_chromeos.h'], |
4090 ], | 4090 ], |
4091 }], | 4091 }], |
4092 ['chromeos==1', { | 4092 ['chromeos==1', { |
4093 'dependencies': [ | 4093 'dependencies': [ |
4094 '../build/linux/system.gyp:dbus-glib', | 4094 '../build/linux/system.gyp:dbus-glib', |
4095 '../third_party/libevent/libevent.gyp:libevent', | 4095 '../third_party/libevent/libevent.gyp:libevent', |
| 4096 '../third_party/mozc/chrome/chromeos/renderer/chromeos_renderer.gyp:
mozc_commands_proto', |
4096 'browser/chromeos/input_method/input_method.gyp:gencode', | 4097 'browser/chromeos/input_method/input_method.gyp:gencode', |
4097 'browser/chromeos/input_method/input_method.gyp:mozc_commands_proto'
, | |
4098 ], | 4098 ], |
4099 'sources!': [ | 4099 'sources!': [ |
4100 'browser/background/background_mode_manager_gtk.cc', | 4100 'browser/background/background_mode_manager_gtk.cc', |
4101 'browser/extensions/default_apps.cc', | 4101 'browser/extensions/default_apps.cc', |
4102 'browser/extensions/default_apps.h', | 4102 'browser/extensions/default_apps.h', |
4103 'browser/first_run/upgrade_util.cc', | 4103 'browser/first_run/upgrade_util.cc', |
4104 'browser/first_run/upgrade_util.h', | 4104 'browser/first_run/upgrade_util.h', |
4105 'browser/first_run/upgrade_util_linux.cc', | 4105 'browser/first_run/upgrade_util_linux.cc', |
4106 'browser/idle_linux.cc', | 4106 'browser/idle_linux.cc', |
4107 'browser/password_manager/native_backend_gnome_x.cc', | 4107 'browser/password_manager/native_backend_gnome_x.cc', |
(...skipping 1132 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
5240 'type': 'static_library', | 5240 'type': 'static_library', |
5241 'sources': [ 'browser/history/in_memory_url_index_cache.proto' ], | 5241 'sources': [ 'browser/history/in_memory_url_index_cache.proto' ], |
5242 'variables': { | 5242 'variables': { |
5243 'proto_in_dir': 'browser/history', | 5243 'proto_in_dir': 'browser/history', |
5244 'proto_out_dir': 'chrome/browser/history', | 5244 'proto_out_dir': 'chrome/browser/history', |
5245 }, | 5245 }, |
5246 'includes': [ '../build/protoc.gypi' ] | 5246 'includes': [ '../build/protoc.gypi' ] |
5247 }, | 5247 }, |
5248 ], | 5248 ], |
5249 } | 5249 } |
OLD | NEW |