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 8747003: Add private system extension API to get system update status (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Codereview 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 363 matching lines...) Expand 10 before | Expand all | Expand 10 after
374 'browser/chrome_page_zoom.cc', 374 'browser/chrome_page_zoom.cc',
375 'browser/chrome_page_zoom.h', 375 'browser/chrome_page_zoom.h',
376 'browser/chrome_plugin_message_filter.cc', 376 'browser/chrome_plugin_message_filter.cc',
377 'browser/chrome_plugin_message_filter.h', 377 'browser/chrome_plugin_message_filter.h',
378 'browser/chrome_plugin_service_filter.cc', 378 'browser/chrome_plugin_service_filter.cc',
379 'browser/chrome_plugin_service_filter.h', 379 'browser/chrome_plugin_service_filter.h',
380 'browser/chrome_quota_permission_context.cc', 380 'browser/chrome_quota_permission_context.cc',
381 'browser/chrome_quota_permission_context.h', 381 'browser/chrome_quota_permission_context.h',
382 'browser/chromeos/accessibility/system_event_observer.cc', 382 'browser/chromeos/accessibility/system_event_observer.cc',
383 'browser/chromeos/accessibility/system_event_observer.h', 383 'browser/chromeos/accessibility/system_event_observer.h',
384 'browser/chromeos/accessibility/accessibility_private_extension_api.cc',
385 'browser/chromeos/accessibility/accessibility_private_extension_api.h',
384 'browser/chromeos/accessibility/accessibility_util.cc', 386 'browser/chromeos/accessibility/accessibility_util.cc',
385 'browser/chromeos/accessibility/accessibility_util.h', 387 'browser/chromeos/accessibility/accessibility_util.h',
386 'browser/chromeos/audio_handler.cc', 388 'browser/chromeos/audio_handler.cc',
387 'browser/chromeos/audio_handler.h', 389 'browser/chromeos/audio_handler.h',
388 'browser/chromeos/audio_mixer.h', 390 'browser/chromeos/audio_mixer.h',
389 'browser/chromeos/audio_mixer_alsa.cc', 391 'browser/chromeos/audio_mixer_alsa.cc',
390 'browser/chromeos/audio_mixer_alsa.h', 392 'browser/chromeos/audio_mixer_alsa.h',
391 'browser/chromeos/bluetooth/bluetooth_adapter.cc', 393 'browser/chromeos/bluetooth/bluetooth_adapter.cc',
392 'browser/chromeos/bluetooth/bluetooth_adapter.h', 394 'browser/chromeos/bluetooth/bluetooth_adapter.h',
393 'browser/chromeos/bluetooth/bluetooth_device.cc', 395 'browser/chromeos/bluetooth/bluetooth_device.cc',
(...skipping 4858 matching lines...) Expand 10 before | Expand all | Expand 10 after
5252 'type': 'static_library', 5254 'type': 'static_library',
5253 'sources': [ 'browser/history/in_memory_url_index_cache.proto' ], 5255 'sources': [ 'browser/history/in_memory_url_index_cache.proto' ],
5254 'variables': { 5256 'variables': {
5255 'proto_in_dir': 'browser/history', 5257 'proto_in_dir': 'browser/history',
5256 'proto_out_dir': 'chrome/browser/history', 5258 'proto_out_dir': 'chrome/browser/history',
5257 }, 5259 },
5258 'includes': [ '../build/protoc.gypi' ] 5260 'includes': [ '../build/protoc.gypi' ]
5259 }, 5261 },
5260 ], 5262 ],
5261 } 5263 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698