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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 10827068: gdata: Fix "save as pdf" to work on Google Drive. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Split from GDataFileSystem, add test. Created 8 years, 4 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 549 matching lines...) Expand 10 before | Expand all | Expand 10 after
560 'browser/chromeos/gdata/gdata_documents_service.cc', 560 'browser/chromeos/gdata/gdata_documents_service.cc',
561 'browser/chromeos/gdata/gdata_documents_service.h', 561 'browser/chromeos/gdata/gdata_documents_service.h',
562 'browser/chromeos/gdata/gdata_download_observer.cc', 562 'browser/chromeos/gdata/gdata_download_observer.cc',
563 'browser/chromeos/gdata/gdata_download_observer.h', 563 'browser/chromeos/gdata/gdata_download_observer.h',
564 'browser/chromeos/gdata/gdata_errorcode.h', 564 'browser/chromeos/gdata/gdata_errorcode.h',
565 'browser/chromeos/gdata/gdata_file_system.cc', 565 'browser/chromeos/gdata/gdata_file_system.cc',
566 'browser/chromeos/gdata/gdata_file_system.h', 566 'browser/chromeos/gdata/gdata_file_system.h',
567 'browser/chromeos/gdata/gdata_file_system_interface.h', 567 'browser/chromeos/gdata/gdata_file_system_interface.h',
568 'browser/chromeos/gdata/gdata_file_system_proxy.cc', 568 'browser/chromeos/gdata/gdata_file_system_proxy.cc',
569 'browser/chromeos/gdata/gdata_file_system_proxy.h', 569 'browser/chromeos/gdata/gdata_file_system_proxy.h',
570 'browser/chromeos/gdata/gdata_file_writing.cc',
571 'browser/chromeos/gdata/gdata_file_writing.h',
570 'browser/chromeos/gdata/gdata_files.cc', 572 'browser/chromeos/gdata/gdata_files.cc',
571 'browser/chromeos/gdata/gdata_files.h', 573 'browser/chromeos/gdata/gdata_files.h',
572 'browser/chromeos/gdata/gdata_leveldb.cc', 574 'browser/chromeos/gdata/gdata_leveldb.cc',
573 'browser/chromeos/gdata/gdata_leveldb.h', 575 'browser/chromeos/gdata/gdata_leveldb.h',
574 'browser/chromeos/gdata/gdata_operation_registry.cc', 576 'browser/chromeos/gdata/gdata_operation_registry.cc',
575 'browser/chromeos/gdata/gdata_operation_registry.h', 577 'browser/chromeos/gdata/gdata_operation_registry.h',
576 'browser/chromeos/gdata/gdata_operation_runner.cc', 578 'browser/chromeos/gdata/gdata_operation_runner.cc',
577 'browser/chromeos/gdata/gdata_operation_runner.h', 579 'browser/chromeos/gdata/gdata_operation_runner.h',
578 'browser/chromeos/gdata/gdata_operations.cc', 580 'browser/chromeos/gdata/gdata_operations.cc',
579 'browser/chromeos/gdata/gdata_operations.h', 581 'browser/chromeos/gdata/gdata_operations.h',
(...skipping 4909 matching lines...) Expand 10 before | Expand all | Expand 10 after
5489 'variables': { 5491 'variables': {
5490 'jni_gen_dir': 'chrome', 5492 'jni_gen_dir': 'chrome',
5491 }, 5493 },
5492 'includes': [ '../build/jni_generator.gypi' ], 5494 'includes': [ '../build/jni_generator.gypi' ],
5493 }, 5495 },
5494 ], 5496 ],
5495 }, 5497 },
5496 ], 5498 ],
5497 ], 5499 ],
5498 } 5500 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698