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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 10024013: chromeos: Add support for the battery status API on chromeos. Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 8 years, 5 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 | Annotate | Revision Log
OLDNEW
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 # 2 #
3 # Use of this source code is governed by a BSD-style license that can be 3 # Use of this source code is governed by a BSD-style license that can be
4 # found in the LICENSE file. 4 # found in the LICENSE file.
5 5
6 { 6 {
7 'targets': [ 7 'targets': [
8 { 8 {
9 'target_name': 'browser', 9 'target_name': 'browser',
10 'type': 'static_library', 10 'type': 'static_library',
(...skipping 410 matching lines...) Expand 10 before | Expand all | Expand 10 after
421 'browser/chromeos/accessibility/accessibility_util.h', 421 'browser/chromeos/accessibility/accessibility_util.h',
422 'browser/chromeos/audio/audio_handler.cc', 422 'browser/chromeos/audio/audio_handler.cc',
423 'browser/chromeos/audio/audio_handler.h', 423 'browser/chromeos/audio/audio_handler.h',
424 'browser/chromeos/audio/audio_mixer.h', 424 'browser/chromeos/audio/audio_mixer.h',
425 'browser/chromeos/audio/audio_mixer_alsa.cc', 425 'browser/chromeos/audio/audio_mixer_alsa.cc',
426 'browser/chromeos/audio/audio_mixer_alsa.h', 426 'browser/chromeos/audio/audio_mixer_alsa.h',
427 'browser/chromeos/audio/audio_mixer_cras.cc', 427 'browser/chromeos/audio/audio_mixer_cras.cc',
428 'browser/chromeos/audio/audio_mixer_cras.h', 428 'browser/chromeos/audio/audio_mixer_cras.h',
429 'browser/chromeos/background/ash_user_wallpaper_delegate.cc', 429 'browser/chromeos/background/ash_user_wallpaper_delegate.cc',
430 'browser/chromeos/background/ash_user_wallpaper_delegate.h', 430 'browser/chromeos/background/ash_user_wallpaper_delegate.h',
431 'browser/chromeos/battery_status_provider_chromeos.cc',
432 'browser/chromeos/battery_status_provider_chromeos.h',
431 'browser/chromeos/bluetooth/bluetooth_adapter.cc', 433 'browser/chromeos/bluetooth/bluetooth_adapter.cc',
432 'browser/chromeos/bluetooth/bluetooth_adapter.h', 434 'browser/chromeos/bluetooth/bluetooth_adapter.h',
433 'browser/chromeos/bluetooth/bluetooth_device.cc', 435 'browser/chromeos/bluetooth/bluetooth_device.cc',
434 'browser/chromeos/bluetooth/bluetooth_device.h', 436 'browser/chromeos/bluetooth/bluetooth_device.h',
435 'browser/chromeos/bluetooth/bluetooth_service_record.cc', 437 'browser/chromeos/bluetooth/bluetooth_service_record.cc',
436 'browser/chromeos/bluetooth/bluetooth_service_record.h', 438 'browser/chromeos/bluetooth/bluetooth_service_record.h',
437 'browser/chromeos/bluetooth/bluetooth_socket.cc', 439 'browser/chromeos/bluetooth/bluetooth_socket.cc',
438 'browser/chromeos/bluetooth/bluetooth_socket.h', 440 'browser/chromeos/bluetooth/bluetooth_socket.h',
439 'browser/chromeos/bluetooth/bluetooth_utils.cc', 441 'browser/chromeos/bluetooth/bluetooth_utils.cc',
440 'browser/chromeos/bluetooth/bluetooth_utils.h', 442 'browser/chromeos/bluetooth/bluetooth_utils.h',
(...skipping 4918 matching lines...) Expand 10 before | Expand all | Expand 10 after
5359 'browser/metrics/proto/study.proto', 5361 'browser/metrics/proto/study.proto',
5360 ], 5362 ],
5361 'variables': { 5363 'variables': {
5362 'proto_in_dir': 'browser/metrics/proto', 5364 'proto_in_dir': 'browser/metrics/proto',
5363 'proto_out_dir': 'chrome/browser/metrics/proto', 5365 'proto_out_dir': 'chrome/browser/metrics/proto',
5364 }, 5366 },
5365 'includes': [ '../build/protoc.gypi' ] 5367 'includes': [ '../build/protoc.gypi' ]
5366 }, 5368 },
5367 ], 5369 ],
5368 } 5370 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698