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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 10207030: Asynchronously load wallpapers when user pod is selected. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Nits Created 8 years, 7 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
« no previous file with comments | « chrome/browser/ui/webui/options2/chromeos/set_wallpaper_options_handler2.cc ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 385 matching lines...) Expand 10 before | Expand all | Expand 10 after
396 'browser/chrome_to_mobile_service_factory.h', 396 'browser/chrome_to_mobile_service_factory.h',
397 'browser/chromeos/accessibility/accessibility_util.cc', 397 'browser/chromeos/accessibility/accessibility_util.cc',
398 'browser/chromeos/accessibility/accessibility_util.h', 398 'browser/chromeos/accessibility/accessibility_util.h',
399 'browser/chromeos/audio/audio_handler.cc', 399 'browser/chromeos/audio/audio_handler.cc',
400 'browser/chromeos/audio/audio_handler.h', 400 'browser/chromeos/audio/audio_handler.h',
401 'browser/chromeos/audio/audio_mixer.h', 401 'browser/chromeos/audio/audio_mixer.h',
402 'browser/chromeos/audio/audio_mixer_alsa.cc', 402 'browser/chromeos/audio/audio_mixer_alsa.cc',
403 'browser/chromeos/audio/audio_mixer_alsa.h', 403 'browser/chromeos/audio/audio_mixer_alsa.h',
404 'browser/chromeos/audio/audio_mixer_cras.cc', 404 'browser/chromeos/audio/audio_mixer_cras.cc',
405 'browser/chromeos/audio/audio_mixer_cras.h', 405 'browser/chromeos/audio/audio_mixer_cras.h',
406 'browser/chromeos/background/desktop_background_observer.cc', 406 'browser/chromeos/background/ash_user_wallpaper_delegate.cc',
407 'browser/chromeos/background/desktop_background_observer.h', 407 'browser/chromeos/background/ash_user_wallpaper_delegate.h',
408 'browser/chromeos/bluetooth/bluetooth_adapter.cc', 408 'browser/chromeos/bluetooth/bluetooth_adapter.cc',
409 'browser/chromeos/bluetooth/bluetooth_adapter.h', 409 'browser/chromeos/bluetooth/bluetooth_adapter.h',
410 'browser/chromeos/bluetooth/bluetooth_device.cc', 410 'browser/chromeos/bluetooth/bluetooth_device.cc',
411 'browser/chromeos/bluetooth/bluetooth_device.h', 411 'browser/chromeos/bluetooth/bluetooth_device.h',
412 'browser/chromeos/bluetooth/bluetooth_service_record.cc', 412 'browser/chromeos/bluetooth/bluetooth_service_record.cc',
413 'browser/chromeos/bluetooth/bluetooth_service_record.h', 413 'browser/chromeos/bluetooth/bluetooth_service_record.h',
414 'browser/chromeos/bluetooth/bluetooth_socket.cc', 414 'browser/chromeos/bluetooth/bluetooth_socket.cc',
415 'browser/chromeos/bluetooth/bluetooth_socket.h', 415 'browser/chromeos/bluetooth/bluetooth_socket.h',
416 'browser/chromeos/bluetooth/bluetooth_utils.cc', 416 'browser/chromeos/bluetooth/bluetooth_utils.cc',
417 'browser/chromeos/bluetooth/bluetooth_utils.h', 417 'browser/chromeos/bluetooth/bluetooth_utils.h',
(...skipping 4583 matching lines...) Expand 10 before | Expand all | Expand 10 after
5001 'type': 'static_library', 5001 'type': 'static_library',
5002 'sources': [ 'browser/chromeos/gdata/gdata.proto' ], 5002 'sources': [ 'browser/chromeos/gdata/gdata.proto' ],
5003 'variables': { 5003 'variables': {
5004 'proto_in_dir': 'browser/chromeos/gdata', 5004 'proto_in_dir': 'browser/chromeos/gdata',
5005 'proto_out_dir': 'chrome/browser/chromeos/gdata', 5005 'proto_out_dir': 'chrome/browser/chromeos/gdata',
5006 }, 5006 },
5007 'includes': [ '../build/protoc.gypi' ] 5007 'includes': [ '../build/protoc.gypi' ]
5008 }, 5008 },
5009 ], 5009 ],
5010 } 5010 }
OLDNEW
« no previous file with comments | « chrome/browser/ui/webui/options2/chromeos/set_wallpaper_options_handler2.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698