OLD | NEW |
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 529 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
540 'browser/chromeos/gdata/gdata_db.h', | 540 'browser/chromeos/gdata/gdata_db.h', |
541 'browser/chromeos/gdata/gdata_db_factory.cc', | 541 'browser/chromeos/gdata/gdata_db_factory.cc', |
542 'browser/chromeos/gdata/gdata_db_factory.h', | 542 'browser/chromeos/gdata/gdata_db_factory.h', |
543 'browser/chromeos/gdata/gdata_documents_service.cc', | 543 'browser/chromeos/gdata/gdata_documents_service.cc', |
544 'browser/chromeos/gdata/gdata_documents_service.h', | 544 'browser/chromeos/gdata/gdata_documents_service.h', |
545 'browser/chromeos/gdata/gdata_download_observer.cc', | 545 'browser/chromeos/gdata/gdata_download_observer.cc', |
546 'browser/chromeos/gdata/gdata_download_observer.h', | 546 'browser/chromeos/gdata/gdata_download_observer.h', |
547 'browser/chromeos/gdata/gdata_errorcode.h', | 547 'browser/chromeos/gdata/gdata_errorcode.h', |
548 'browser/chromeos/gdata/gdata_file_system.cc', | 548 'browser/chromeos/gdata/gdata_file_system.cc', |
549 'browser/chromeos/gdata/gdata_file_system.h', | 549 'browser/chromeos/gdata/gdata_file_system.h', |
| 550 'browser/chromeos/gdata/gdata_file_system_interface.h', |
550 'browser/chromeos/gdata/gdata_file_system_proxy.cc', | 551 'browser/chromeos/gdata/gdata_file_system_proxy.cc', |
551 'browser/chromeos/gdata/gdata_file_system_proxy.h', | 552 'browser/chromeos/gdata/gdata_file_system_proxy.h', |
552 'browser/chromeos/gdata/gdata_files.cc', | 553 'browser/chromeos/gdata/gdata_files.cc', |
553 'browser/chromeos/gdata/gdata_files.h', | 554 'browser/chromeos/gdata/gdata_files.h', |
554 'browser/chromeos/gdata/gdata_leveldb.cc', | 555 'browser/chromeos/gdata/gdata_leveldb.cc', |
555 'browser/chromeos/gdata/gdata_leveldb.h', | 556 'browser/chromeos/gdata/gdata_leveldb.h', |
556 'browser/chromeos/gdata/gdata_operation_registry.cc', | 557 'browser/chromeos/gdata/gdata_operation_registry.cc', |
557 'browser/chromeos/gdata/gdata_operation_registry.h', | 558 'browser/chromeos/gdata/gdata_operation_registry.h', |
558 'browser/chromeos/gdata/gdata_operation_runner.cc', | 559 'browser/chromeos/gdata/gdata_operation_runner.cc', |
559 'browser/chromeos/gdata/gdata_operation_runner.h', | 560 'browser/chromeos/gdata/gdata_operation_runner.h', |
(...skipping 4821 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
5381 'browser/metrics/proto/study.proto', | 5382 'browser/metrics/proto/study.proto', |
5382 ], | 5383 ], |
5383 'variables': { | 5384 'variables': { |
5384 'proto_in_dir': 'browser/metrics/proto', | 5385 'proto_in_dir': 'browser/metrics/proto', |
5385 'proto_out_dir': 'chrome/browser/metrics/proto', | 5386 'proto_out_dir': 'chrome/browser/metrics/proto', |
5386 }, | 5387 }, |
5387 'includes': [ '../build/protoc.gypi' ] | 5388 'includes': [ '../build/protoc.gypi' ] |
5388 }, | 5389 }, |
5389 ], | 5390 ], |
5390 } | 5391 } |
OLD | NEW |