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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 8558014: Add experimental extension APIs to notify about wakeup and screen unlock (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Codereview Created 9 years, 1 month 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 'dependencies': [ 10 'dependencies': [
(...skipping 354 matching lines...) Expand 10 before | Expand all | Expand 10 after
365 'browser/chrome_content_browser_client.cc', 365 'browser/chrome_content_browser_client.cc',
366 'browser/chrome_content_browser_client.h', 366 'browser/chrome_content_browser_client.h',
367 'browser/chrome_plugin_message_filter.cc', 367 'browser/chrome_plugin_message_filter.cc',
368 'browser/chrome_plugin_message_filter.h', 368 'browser/chrome_plugin_message_filter.h',
369 'browser/chrome_plugin_service_filter.cc', 369 'browser/chrome_plugin_service_filter.cc',
370 'browser/chrome_plugin_service_filter.h', 370 'browser/chrome_plugin_service_filter.h',
371 'browser/chrome_quota_permission_context.cc', 371 'browser/chrome_quota_permission_context.cc',
372 'browser/chrome_quota_permission_context.h', 372 'browser/chrome_quota_permission_context.h',
373 'browser/chromeos/accessibility_util.cc', 373 'browser/chromeos/accessibility_util.cc',
374 'browser/chromeos/accessibility_util.h', 374 'browser/chromeos/accessibility_util.h',
375 'browser/chromeos/accessibility/system_event_observer.cc',
376 'browser/chromeos/accessibility/system_event_observer.h',
375 'browser/chromeos/audio_handler.cc', 377 'browser/chromeos/audio_handler.cc',
376 'browser/chromeos/audio_handler.h', 378 'browser/chromeos/audio_handler.h',
377 'browser/chromeos/audio_mixer.h', 379 'browser/chromeos/audio_mixer.h',
378 'browser/chromeos/audio_mixer_alsa.cc', 380 'browser/chromeos/audio_mixer_alsa.cc',
379 'browser/chromeos/audio_mixer_alsa.h', 381 'browser/chromeos/audio_mixer_alsa.h',
380 'browser/chromeos/bluetooth/bluetooth_adapter.cc', 382 'browser/chromeos/bluetooth/bluetooth_adapter.cc',
381 'browser/chromeos/bluetooth/bluetooth_adapter.h', 383 'browser/chromeos/bluetooth/bluetooth_adapter.h',
382 'browser/chromeos/bluetooth/bluetooth_device.cc', 384 'browser/chromeos/bluetooth/bluetooth_device.cc',
383 'browser/chromeos/bluetooth/bluetooth_device.h', 385 'browser/chromeos/bluetooth/bluetooth_device.h',
384 'browser/chromeos/bluetooth/bluetooth_manager.cc', 386 'browser/chromeos/bluetooth/bluetooth_manager.cc',
(...skipping 4897 matching lines...) Expand 10 before | Expand all | Expand 10 after
5282 'type': 'static_library', 5284 'type': 'static_library',
5283 'sources': [ 'browser/history/in_memory_url_index_cache.proto' ], 5285 'sources': [ 'browser/history/in_memory_url_index_cache.proto' ],
5284 'variables': { 5286 'variables': {
5285 'proto_in_dir': 'browser/history', 5287 'proto_in_dir': 'browser/history',
5286 'proto_out_dir': 'chrome/browser/history', 5288 'proto_out_dir': 'chrome/browser/history',
5287 }, 5289 },
5288 'includes': [ '../build/protoc.gypi' ] 5290 'includes': [ '../build/protoc.gypi' ]
5289 }, 5291 },
5290 ], 5292 ],
5291 } 5293 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698