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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 10855034: Drive: Remove gdata_params.h (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix reviews (#12) and Rebase 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 567 matching lines...) Expand 10 before | Expand all | Expand 10 after
578 'browser/chromeos/gdata/gdata_file_system_proxy.cc', 578 'browser/chromeos/gdata/gdata_file_system_proxy.cc',
579 'browser/chromeos/gdata/gdata_file_system_proxy.h', 579 'browser/chromeos/gdata/gdata_file_system_proxy.h',
580 'browser/chromeos/gdata/gdata_files.cc', 580 'browser/chromeos/gdata/gdata_files.cc',
581 'browser/chromeos/gdata/gdata_files.h', 581 'browser/chromeos/gdata/gdata_files.h',
582 'browser/chromeos/gdata/gdata_operation_registry.cc', 582 'browser/chromeos/gdata/gdata_operation_registry.cc',
583 'browser/chromeos/gdata/gdata_operation_registry.h', 583 'browser/chromeos/gdata/gdata_operation_registry.h',
584 'browser/chromeos/gdata/gdata_operation_runner.cc', 584 'browser/chromeos/gdata/gdata_operation_runner.cc',
585 'browser/chromeos/gdata/gdata_operation_runner.h', 585 'browser/chromeos/gdata/gdata_operation_runner.h',
586 'browser/chromeos/gdata/gdata_operations.cc', 586 'browser/chromeos/gdata/gdata_operations.cc',
587 'browser/chromeos/gdata/gdata_operations.h', 587 'browser/chromeos/gdata/gdata_operations.h',
588 'browser/chromeos/gdata/gdata_params.cc',
589 'browser/chromeos/gdata/gdata_params.h',
590 'browser/chromeos/gdata/gdata_protocol_handler.cc', 588 'browser/chromeos/gdata/gdata_protocol_handler.cc',
591 'browser/chromeos/gdata/gdata_protocol_handler.h', 589 'browser/chromeos/gdata/gdata_protocol_handler.h',
592 'browser/chromeos/gdata/gdata_sync_client.cc', 590 'browser/chromeos/gdata/gdata_sync_client.cc',
593 'browser/chromeos/gdata/gdata_sync_client.h', 591 'browser/chromeos/gdata/gdata_sync_client.h',
594 'browser/chromeos/gdata/gdata_system_service.cc', 592 'browser/chromeos/gdata/gdata_system_service.cc',
595 'browser/chromeos/gdata/gdata_system_service.h', 593 'browser/chromeos/gdata/gdata_system_service.h',
596 'browser/chromeos/gdata/gdata_upload_file_info.cc', 594 'browser/chromeos/gdata/gdata_upload_file_info.cc',
597 'browser/chromeos/gdata/gdata_upload_file_info.h', 595 'browser/chromeos/gdata/gdata_upload_file_info.h',
598 'browser/chromeos/gdata/gdata_uploader.cc', 596 'browser/chromeos/gdata/gdata_uploader.cc',
599 'browser/chromeos/gdata/gdata_uploader.h', 597 'browser/chromeos/gdata/gdata_uploader.h',
(...skipping 4942 matching lines...) Expand 10 before | Expand all | Expand 10 after
5542 'includes': [ '../build/jni_generator.gypi' ], 5540 'includes': [ '../build/jni_generator.gypi' ],
5543 'dependencies': [ 5541 'dependencies': [
5544 'android_jar_jni_headers', 5542 'android_jar_jni_headers',
5545 ], 5543 ],
5546 }, 5544 },
5547 ], 5545 ],
5548 }, 5546 },
5549 ], 5547 ],
5550 ], 5548 ],
5551 } 5549 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698