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

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: Review (#8) fix 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 561 matching lines...) Expand 10 before | Expand all | Expand 10 after
572 'browser/chromeos/gdata/gdata_file_system_proxy.cc', 572 'browser/chromeos/gdata/gdata_file_system_proxy.cc',
573 'browser/chromeos/gdata/gdata_file_system_proxy.h', 573 'browser/chromeos/gdata/gdata_file_system_proxy.h',
574 'browser/chromeos/gdata/gdata_files.cc', 574 'browser/chromeos/gdata/gdata_files.cc',
575 'browser/chromeos/gdata/gdata_files.h', 575 'browser/chromeos/gdata/gdata_files.h',
576 'browser/chromeos/gdata/gdata_operation_registry.cc', 576 'browser/chromeos/gdata/gdata_operation_registry.cc',
577 'browser/chromeos/gdata/gdata_operation_registry.h', 577 'browser/chromeos/gdata/gdata_operation_registry.h',
578 'browser/chromeos/gdata/gdata_operation_runner.cc', 578 'browser/chromeos/gdata/gdata_operation_runner.cc',
579 'browser/chromeos/gdata/gdata_operation_runner.h', 579 'browser/chromeos/gdata/gdata_operation_runner.h',
580 'browser/chromeos/gdata/gdata_operations.cc', 580 'browser/chromeos/gdata/gdata_operations.cc',
581 'browser/chromeos/gdata/gdata_operations.h', 581 'browser/chromeos/gdata/gdata_operations.h',
582 'browser/chromeos/gdata/gdata_params.cc', 582 'browser/chromeos/gdata/gdata_operations_callback.cc',
583 'browser/chromeos/gdata/gdata_params.h', 583 'browser/chromeos/gdata/gdata_operations_callback.h',
584 'browser/chromeos/gdata/gdata_protocol_handler.cc', 584 'browser/chromeos/gdata/gdata_protocol_handler.cc',
585 'browser/chromeos/gdata/gdata_protocol_handler.h', 585 'browser/chromeos/gdata/gdata_protocol_handler.h',
586 'browser/chromeos/gdata/gdata_sync_client.cc', 586 'browser/chromeos/gdata/gdata_sync_client.cc',
587 'browser/chromeos/gdata/gdata_sync_client.h', 587 'browser/chromeos/gdata/gdata_sync_client.h',
588 'browser/chromeos/gdata/gdata_system_service.cc', 588 'browser/chromeos/gdata/gdata_system_service.cc',
589 'browser/chromeos/gdata/gdata_system_service.h', 589 'browser/chromeos/gdata/gdata_system_service.h',
590 'browser/chromeos/gdata/gdata_upload_file_info.cc', 590 'browser/chromeos/gdata/gdata_upload_file_info.cc',
591 'browser/chromeos/gdata/gdata_upload_file_info.h', 591 'browser/chromeos/gdata/gdata_upload_file_info.h',
592 'browser/chromeos/gdata/gdata_uploader.cc', 592 'browser/chromeos/gdata/gdata_uploader.cc',
593 'browser/chromeos/gdata/gdata_uploader.h', 593 'browser/chromeos/gdata/gdata_uploader.h',
(...skipping 4925 matching lines...) Expand 10 before | Expand all | Expand 10 after
5519 'includes': [ '../build/jni_generator.gypi' ], 5519 'includes': [ '../build/jni_generator.gypi' ],
5520 'dependencies': [ 5520 'dependencies': [
5521 'android_jar_jni_headers', 5521 'android_jar_jni_headers',
5522 ], 5522 ],
5523 }, 5523 },
5524 ], 5524 ],
5525 }, 5525 },
5526 ], 5526 ],
5527 ], 5527 ],
5528 } 5528 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698