| 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 494 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 505 'browser/chromeos/extensions/input_method_event_router.cc', | 505 'browser/chromeos/extensions/input_method_event_router.cc', |
| 506 'browser/chromeos/extensions/input_method_event_router.h', | 506 'browser/chromeos/extensions/input_method_event_router.h', |
| 507 'browser/chromeos/extensions/media_player_event_router.cc', | 507 'browser/chromeos/extensions/media_player_event_router.cc', |
| 508 'browser/chromeos/extensions/media_player_event_router.h', | 508 'browser/chromeos/extensions/media_player_event_router.h', |
| 509 'browser/chromeos/external_metrics.cc', | 509 'browser/chromeos/external_metrics.cc', |
| 510 'browser/chromeos/external_metrics.h', | 510 'browser/chromeos/external_metrics.h', |
| 511 'browser/chromeos/external_protocol_dialog.cc', | 511 'browser/chromeos/external_protocol_dialog.cc', |
| 512 'browser/chromeos/external_protocol_dialog.h', | 512 'browser/chromeos/external_protocol_dialog.h', |
| 513 'browser/chromeos/gdata/drive_webapps_registry.cc', | 513 'browser/chromeos/gdata/drive_webapps_registry.cc', |
| 514 'browser/chromeos/gdata/drive_webapps_registry.h', | 514 'browser/chromeos/gdata/drive_webapps_registry.h', |
| 515 'browser/chromeos/gdata/find_entry_callback.cc', | |
| 516 'browser/chromeos/gdata/find_entry_callback.h', | |
| 517 'browser/chromeos/gdata/gdata_auth_service.cc', | 515 'browser/chromeos/gdata/gdata_auth_service.cc', |
| 518 'browser/chromeos/gdata/gdata_auth_service.h', | 516 'browser/chromeos/gdata/gdata_auth_service.h', |
| 519 'browser/chromeos/gdata/gdata_cache.cc', | 517 'browser/chromeos/gdata/gdata_cache.cc', |
| 520 'browser/chromeos/gdata/gdata_cache.h', | 518 'browser/chromeos/gdata/gdata_cache.h', |
| 521 'browser/chromeos/gdata/gdata_db.h', | 519 'browser/chromeos/gdata/gdata_db.h', |
| 522 'browser/chromeos/gdata/gdata_db_factory.cc', | 520 'browser/chromeos/gdata/gdata_db_factory.cc', |
| 523 'browser/chromeos/gdata/gdata_db_factory.h', | 521 'browser/chromeos/gdata/gdata_db_factory.h', |
| 524 'browser/chromeos/gdata/gdata_documents_service.cc', | 522 'browser/chromeos/gdata/gdata_documents_service.cc', |
| 525 'browser/chromeos/gdata/gdata_documents_service.h', | 523 'browser/chromeos/gdata/gdata_documents_service.h', |
| 526 'browser/chromeos/gdata/gdata_download_observer.cc', | 524 'browser/chromeos/gdata/gdata_download_observer.cc', |
| (...skipping 4674 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 5201 'browser/metrics/proto/study.proto', | 5199 'browser/metrics/proto/study.proto', |
| 5202 ], | 5200 ], |
| 5203 'variables': { | 5201 'variables': { |
| 5204 'proto_in_dir': 'browser/metrics/proto', | 5202 'proto_in_dir': 'browser/metrics/proto', |
| 5205 'proto_out_dir': 'chrome/browser/metrics/proto', | 5203 'proto_out_dir': 'chrome/browser/metrics/proto', |
| 5206 }, | 5204 }, |
| 5207 'includes': [ '../build/protoc.gypi' ] | 5205 'includes': [ '../build/protoc.gypi' ] |
| 5208 }, | 5206 }, |
| 5209 ], | 5207 ], |
| 5210 } | 5208 } |
| OLD | NEW |