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 496 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
507 'browser/chromeos/extensions/input_method_event_router.cc', | 507 'browser/chromeos/extensions/input_method_event_router.cc', |
508 'browser/chromeos/extensions/input_method_event_router.h', | 508 'browser/chromeos/extensions/input_method_event_router.h', |
509 'browser/chromeos/extensions/media_player_event_router.cc', | 509 'browser/chromeos/extensions/media_player_event_router.cc', |
510 'browser/chromeos/extensions/media_player_event_router.h', | 510 'browser/chromeos/extensions/media_player_event_router.h', |
511 'browser/chromeos/external_metrics.cc', | 511 'browser/chromeos/external_metrics.cc', |
512 'browser/chromeos/external_metrics.h', | 512 'browser/chromeos/external_metrics.h', |
513 'browser/chromeos/external_protocol_dialog.cc', | 513 'browser/chromeos/external_protocol_dialog.cc', |
514 'browser/chromeos/external_protocol_dialog.h', | 514 'browser/chromeos/external_protocol_dialog.h', |
515 'browser/chromeos/gdata/drive_webapps_registry.cc', | 515 'browser/chromeos/gdata/drive_webapps_registry.cc', |
516 'browser/chromeos/gdata/drive_webapps_registry.h', | 516 'browser/chromeos/gdata/drive_webapps_registry.h', |
517 'browser/chromeos/gdata/find_entry_callback.cc', | |
518 'browser/chromeos/gdata/find_entry_callback.h', | |
519 'browser/chromeos/gdata/gdata_auth_service.cc', | 517 'browser/chromeos/gdata/gdata_auth_service.cc', |
520 'browser/chromeos/gdata/gdata_auth_service.h', | 518 'browser/chromeos/gdata/gdata_auth_service.h', |
521 'browser/chromeos/gdata/gdata_cache.cc', | 519 'browser/chromeos/gdata/gdata_cache.cc', |
522 'browser/chromeos/gdata/gdata_cache.h', | 520 'browser/chromeos/gdata/gdata_cache.h', |
523 'browser/chromeos/gdata/gdata_db.h', | 521 'browser/chromeos/gdata/gdata_db.h', |
524 'browser/chromeos/gdata/gdata_db_factory.cc', | 522 'browser/chromeos/gdata/gdata_db_factory.cc', |
525 'browser/chromeos/gdata/gdata_db_factory.h', | 523 'browser/chromeos/gdata/gdata_db_factory.h', |
526 'browser/chromeos/gdata/gdata_documents_service.cc', | 524 'browser/chromeos/gdata/gdata_documents_service.cc', |
527 'browser/chromeos/gdata/gdata_documents_service.h', | 525 'browser/chromeos/gdata/gdata_documents_service.h', |
528 'browser/chromeos/gdata/gdata_download_observer.cc', | 526 'browser/chromeos/gdata/gdata_download_observer.cc', |
(...skipping 4681 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
5210 'browser/metrics/proto/study.proto', | 5208 'browser/metrics/proto/study.proto', |
5211 ], | 5209 ], |
5212 'variables': { | 5210 'variables': { |
5213 'proto_in_dir': 'browser/metrics/proto', | 5211 'proto_in_dir': 'browser/metrics/proto', |
5214 'proto_out_dir': 'chrome/browser/metrics/proto', | 5212 'proto_out_dir': 'chrome/browser/metrics/proto', |
5215 }, | 5213 }, |
5216 'includes': [ '../build/protoc.gypi' ] | 5214 'includes': [ '../build/protoc.gypi' ] |
5217 }, | 5215 }, |
5218 ], | 5216 ], |
5219 } | 5217 } |
OLD | NEW |