OLD | NEW |
1 # Copyright 2013 The Chromium Authors. All rights reserved. | 1 # Copyright 2013 The Chromium Authors. All rights reserved. |
2 # Use of this source code is governed by a BSD-style license that can be | 2 # Use of this source code is governed by a BSD-style license that can be |
3 # found in the LICENSE file. | 3 # found in the LICENSE file. |
4 | 4 |
5 { | 5 { |
6 'variables': { | 6 'variables': { |
7 'chromium_code': 1, | 7 'chromium_code': 1, |
8 }, | 8 }, |
9 'targets': [ | 9 'targets': [ |
10 { | 10 { |
(...skipping 478 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
489 'browser/quota_service.cc', | 489 'browser/quota_service.cc', |
490 'browser/quota_service.h', | 490 'browser/quota_service.h', |
491 'browser/renderer_startup_helper.cc', | 491 'browser/renderer_startup_helper.cc', |
492 'browser/renderer_startup_helper.h', | 492 'browser/renderer_startup_helper.h', |
493 'browser/runtime_data.cc', | 493 'browser/runtime_data.cc', |
494 'browser/runtime_data.h', | 494 'browser/runtime_data.h', |
495 'browser/state_store.cc', | 495 'browser/state_store.cc', |
496 'browser/state_store.h', | 496 'browser/state_store.h', |
497 'browser/uninstall_reason.h', | 497 'browser/uninstall_reason.h', |
498 'browser/update_observer.h', | 498 'browser/update_observer.h', |
| 499 'browser/updater/manifest_fetch_data.cc', |
| 500 'browser/updater/manifest_fetch_data.h', |
499 'browser/value_store/leveldb_value_store.cc', | 501 'browser/value_store/leveldb_value_store.cc', |
500 'browser/value_store/leveldb_value_store.h', | 502 'browser/value_store/leveldb_value_store.h', |
501 'browser/value_store/testing_value_store.cc', | 503 'browser/value_store/testing_value_store.cc', |
502 'browser/value_store/testing_value_store.h', | 504 'browser/value_store/testing_value_store.h', |
503 'browser/value_store/value_store.cc', | 505 'browser/value_store/value_store.cc', |
504 'browser/value_store/value_store.h', | 506 'browser/value_store/value_store.h', |
505 'browser/value_store/value_store_change.cc', | 507 'browser/value_store/value_store_change.cc', |
506 'browser/value_store/value_store_change.h', | 508 'browser/value_store/value_store_change.h', |
507 'browser/value_store/value_store_frontend.cc', | 509 'browser/value_store/value_store_frontend.cc', |
508 'browser/value_store/value_store_frontend.h', | 510 'browser/value_store/value_store_frontend.h', |
(...skipping 404 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
913 'browser/api/cast_channel/logging.proto' | 915 'browser/api/cast_channel/logging.proto' |
914 ], | 916 ], |
915 'variables': { | 917 'variables': { |
916 'proto_in_dir': 'browser/api/cast_channel', | 918 'proto_in_dir': 'browser/api/cast_channel', |
917 'proto_out_dir': 'extensions/browser/api/cast_channel', | 919 'proto_out_dir': 'extensions/browser/api/cast_channel', |
918 }, | 920 }, |
919 'includes': [ '../build/protoc.gypi' ] | 921 'includes': [ '../build/protoc.gypi' ] |
920 }, | 922 }, |
921 ] | 923 ] |
922 } | 924 } |
OLD | NEW |