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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 9318007: Adding using protobuf based communication for the power information transfer. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Fixed a plethora of build issues Created 8 years, 10 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
OLDNEW
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 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 4308 matching lines...) Expand 10 before | Expand all | Expand 10 after
4319 }, { # !chromeos==0 4319 }, { # !chromeos==0
4320 'dependencies': [ 4320 'dependencies': [
4321 'browser/chromeos/input_method/input_method.gyp:gencode', 4321 'browser/chromeos/input_method/input_method.gyp:gencode',
4322 '../build/linux/system.gyp:dbus', 4322 '../build/linux/system.gyp:dbus',
4323 '../build/linux/system.gyp:dbus-glib', 4323 '../build/linux/system.gyp:dbus-glib',
4324 '../build/linux/system.gyp:fontconfig', 4324 '../build/linux/system.gyp:fontconfig',
4325 '../build/linux/system.gyp:x11', 4325 '../build/linux/system.gyp:x11',
4326 '../dbus/dbus.gyp:dbus', 4326 '../dbus/dbus.gyp:dbus',
4327 '../third_party/libevent/libevent.gyp:libevent', 4327 '../third_party/libevent/libevent.gyp:libevent',
4328 '../third_party/mozc/chrome/chromeos/renderer/chromeos_renderer.gyp: mozc_candidates_proto', 4328 '../third_party/mozc/chrome/chromeos/renderer/chromeos_renderer.gyp: mozc_candidates_proto',
4329 'power_supply_properties_proto',
4329 ], 4330 ],
4330 'sources/': [ 4331 'sources/': [
4331 ['exclude', 'browser/extensions/default_apps.cc'], 4332 ['exclude', 'browser/extensions/default_apps.cc'],
4332 ['exclude', 'browser/extensions/default_apps.h'], 4333 ['exclude', 'browser/extensions/default_apps.h'],
4333 ['exclude', 'browser/first_run/upgrade_util.cc'], 4334 ['exclude', 'browser/first_run/upgrade_util.cc'],
4334 ['exclude', 'browser/first_run/upgrade_util.h'], 4335 ['exclude', 'browser/first_run/upgrade_util.h'],
4335 ['exclude', 'browser/first_run/upgrade_util_linux.cc'], 4336 ['exclude', 'browser/first_run/upgrade_util_linux.cc'],
4336 ['exclude', 'browser/icon_loader_linux.cc'], 4337 ['exclude', 'browser/icon_loader_linux.cc'],
4337 ['exclude', 'browser/icon_manager_linux.cc'], 4338 ['exclude', 'browser/icon_manager_linux.cc'],
4338 ['exclude', 'browser/idle_linux.cc'], 4339 ['exclude', 'browser/idle_linux.cc'],
(...skipping 789 matching lines...) Expand 10 before | Expand all | Expand 10 after
5128 ['exclude', '^browser/ui/panels/panel_browser_window_gtk.h'], 5129 ['exclude', '^browser/ui/panels/panel_browser_window_gtk.h'],
5129 ], 5130 ],
5130 }, { # else: OS=="linux" and toolkit_views==1 5131 }, { # else: OS=="linux" and toolkit_views==1
5131 'sources/': [ 5132 'sources/': [
5132 ['exclude', '^browser/ui/login/login_prompt_ui.cc'], 5133 ['exclude', '^browser/ui/login/login_prompt_ui.cc'],
5133 ['exclude', '^browser/ui/webui/collected_cookies_ui_delegate.cc' ], 5134 ['exclude', '^browser/ui/webui/collected_cookies_ui_delegate.cc' ],
5134 ['exclude', '^browser/ui/webui/collected_cookies_ui_delegate.h'] , 5135 ['exclude', '^browser/ui/webui/collected_cookies_ui_delegate.h'] ,
5135 ['exclude', '^browser/ui/webui/cookies_tree_model_adapter.cc'], 5136 ['exclude', '^browser/ui/webui/cookies_tree_model_adapter.cc'],
5136 ['exclude', '^browser/ui/webui/cookies_tree_model_adapter.h'], 5137 ['exclude', '^browser/ui/webui/cookies_tree_model_adapter.h'],
5137 ['exclude', '^browser/ui/webui/tab_modal_confirm_dialog_webui.cc '], 5138 ['exclude', '^browser/ui/webui/tab_modal_confirm_dialog_webui.cc '],
5138 ['exclude', '^browser/ui/webui/tab_modal_confirm_dialog_webui.h' ], 5139 ['exclude', '^browser/ui/webui/tab_modal_confirm_dialog_webui.h' ],
5139 ] 5140 ]
5140 }], 5141 }],
5141 # Exclude these toolkit_views specific files again. 5142 # Exclude these toolkit_views specific files again.
5142 # (Required because of the '^browser/extensions/' include above) 5143 # (Required because of the '^browser/extensions/' include above)
5143 ['toolkit_views==0', { 5144 ['toolkit_views==0', {
5144 'sources/': [ 5145 'sources/': [
5145 ['exclude', '^browser/extensions/extension_input_api.cc'], 5146 ['exclude', '^browser/extensions/extension_input_api.cc'],
5146 ['exclude', '^browser/extensions/extension_input_api.h'], 5147 ['exclude', '^browser/extensions/extension_input_api.h'],
5147 ['exclude', '^browser/extensions/key_identifier_conversion_views .cc'], 5148 ['exclude', '^browser/extensions/key_identifier_conversion_views .cc'],
5148 ['exclude', '^browser/extensions/key_identifier_conversion_views .h'], 5149 ['exclude', '^browser/extensions/key_identifier_conversion_views .h'],
(...skipping 288 matching lines...) Expand 10 before | Expand all | Expand 10 after
5437 # protocol buffer. 5438 # protocol buffer.
5438 'target_name': 'in_memory_url_index_cache_proto', 5439 'target_name': 'in_memory_url_index_cache_proto',
5439 'type': 'static_library', 5440 'type': 'static_library',
5440 'sources': [ 'browser/history/in_memory_url_index_cache.proto' ], 5441 'sources': [ 'browser/history/in_memory_url_index_cache.proto' ],
5441 'variables': { 5442 'variables': {
5442 'proto_in_dir': 'browser/history', 5443 'proto_in_dir': 'browser/history',
5443 'proto_out_dir': 'chrome/browser/history', 5444 'proto_out_dir': 'chrome/browser/history',
5444 }, 5445 },
5445 'includes': [ '../build/protoc.gypi' ] 5446 'includes': [ '../build/protoc.gypi' ]
5446 }, 5447 },
5448 {
5449 # Protobuf compiler / generator for the PowerSupplyProperties protocol
5450 # buffer.
5451 'target_name': 'power_supply_properties_proto',
5452 'type': 'static_library',
5453 'sources': [
5454 '../third_party/cros_system_api/dbus/power_supply_properties.proto',
5455 ],
5456 'variables': {
5457 'proto_in_dir': '../third_party/cros_system_api/dbus/',
5458 'proto_out_dir': 'chrome/browser/chromeos/dbus',
5459 },
5460 'includes': ['../build/protoc.gypi'],
5461 },
5447 ], 5462 ],
5448 } 5463 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698