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

Side by Side Diff: chrome/chrome_browser_chromeos.gypi

Issue 55423004: Enable Google Drive offline mode automatically on first run. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 7 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
« no previous file with comments | « chrome/browser/chromeos/login/login_display_host_impl.cc ('k') | chromeos/chromeos_switches.h » ('j') | 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_chromeos', 9 'target_name': 'browser_chromeos',
10 'type': 'static_library', 10 'type': 'static_library',
(...skipping 348 matching lines...) Expand 10 before | Expand all | Expand 10 after
359 'browser/chromeos/file_manager/volume_manager_factory.cc', 359 'browser/chromeos/file_manager/volume_manager_factory.cc',
360 'browser/chromeos/file_manager/volume_manager_factory.h', 360 'browser/chromeos/file_manager/volume_manager_factory.h',
361 'browser/chromeos/file_manager/volume_manager_observer.h', 361 'browser/chromeos/file_manager/volume_manager_observer.h',
362 'browser/chromeos/file_manager/zip_file_creator.cc', 362 'browser/chromeos/file_manager/zip_file_creator.cc',
363 'browser/chromeos/file_manager/zip_file_creator.h', 363 'browser/chromeos/file_manager/zip_file_creator.h',
364 'browser/chromeos/fileapi/file_access_permissions.cc', 364 'browser/chromeos/fileapi/file_access_permissions.cc',
365 'browser/chromeos/fileapi/file_access_permissions.h', 365 'browser/chromeos/fileapi/file_access_permissions.h',
366 'browser/chromeos/fileapi/file_system_backend.cc', 366 'browser/chromeos/fileapi/file_system_backend.cc',
367 'browser/chromeos/fileapi/file_system_backend.h', 367 'browser/chromeos/fileapi/file_system_backend.h',
368 'browser/chromeos/fileapi/file_system_backend_delegate.h', 368 'browser/chromeos/fileapi/file_system_backend_delegate.h',
369 'browser/chromeos/first_run/drive_first_run_controller.cc',
370 'browser/chromeos/first_run/drive_first_run_controller.h',
369 'browser/chromeos/first_run/first_run_controller.cc', 371 'browser/chromeos/first_run/first_run_controller.cc',
370 'browser/chromeos/first_run/first_run_controller.h', 372 'browser/chromeos/first_run/first_run_controller.h',
371 'browser/chromeos/first_run/first_run_view.cc', 373 'browser/chromeos/first_run/first_run_view.cc',
372 'browser/chromeos/first_run/first_run_view.h', 374 'browser/chromeos/first_run/first_run_view.h',
373 'browser/chromeos/genius_app/app_id.h', 375 'browser/chromeos/genius_app/app_id.h',
374 'browser/chromeos/imageburner/burn_controller.cc', 376 'browser/chromeos/imageburner/burn_controller.cc',
375 'browser/chromeos/imageburner/burn_controller.h', 377 'browser/chromeos/imageburner/burn_controller.h',
376 'browser/chromeos/imageburner/burn_device_handler.cc', 378 'browser/chromeos/imageburner/burn_device_handler.cc',
377 'browser/chromeos/imageburner/burn_device_handler.h', 379 'browser/chromeos/imageburner/burn_device_handler.h',
378 'browser/chromeos/imageburner/burn_manager.cc', 380 'browser/chromeos/imageburner/burn_manager.cc',
(...skipping 603 matching lines...) Expand 10 before | Expand all | Expand 10 after
982 'browser/chromeos/attestation/attestation_signed_data.proto', 984 'browser/chromeos/attestation/attestation_signed_data.proto',
983 ], 985 ],
984 'variables': { 986 'variables': {
985 'proto_in_dir': 'browser/chromeos/attestation', 987 'proto_in_dir': 'browser/chromeos/attestation',
986 'proto_out_dir': 'chrome/browser/chromeos/attestation', 988 'proto_out_dir': 'chrome/browser/chromeos/attestation',
987 }, 989 },
988 'includes': [ '../build/protoc.gypi' ] 990 'includes': [ '../build/protoc.gypi' ]
989 }, 991 },
990 ], 992 ],
991 } 993 }
OLDNEW
« no previous file with comments | « chrome/browser/chromeos/login/login_display_host_impl.cc ('k') | chromeos/chromeos_switches.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698