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 472 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
483 'browser/quota_service.cc', | 483 'browser/quota_service.cc', |
484 'browser/quota_service.h', | 484 'browser/quota_service.h', |
485 'browser/renderer_startup_helper.cc', | 485 'browser/renderer_startup_helper.cc', |
486 'browser/renderer_startup_helper.h', | 486 'browser/renderer_startup_helper.h', |
487 'browser/runtime_data.cc', | 487 'browser/runtime_data.cc', |
488 'browser/runtime_data.h', | 488 'browser/runtime_data.h', |
489 'browser/state_store.cc', | 489 'browser/state_store.cc', |
490 'browser/state_store.h', | 490 'browser/state_store.h', |
491 'browser/uninstall_reason.h', | 491 'browser/uninstall_reason.h', |
492 'browser/update_observer.h', | 492 'browser/update_observer.h', |
| 493 'browser/updater/manifest_fetch_data.cc', |
| 494 'browser/updater/manifest_fetch_data.h', |
493 'browser/value_store/leveldb_value_store.cc', | 495 'browser/value_store/leveldb_value_store.cc', |
494 'browser/value_store/leveldb_value_store.h', | 496 'browser/value_store/leveldb_value_store.h', |
495 'browser/value_store/testing_value_store.cc', | 497 'browser/value_store/testing_value_store.cc', |
496 'browser/value_store/testing_value_store.h', | 498 'browser/value_store/testing_value_store.h', |
497 'browser/value_store/value_store.cc', | 499 'browser/value_store/value_store.cc', |
498 'browser/value_store/value_store.h', | 500 'browser/value_store/value_store.h', |
499 'browser/value_store/value_store_change.cc', | 501 'browser/value_store/value_store_change.cc', |
500 'browser/value_store/value_store_change.h', | 502 'browser/value_store/value_store_change.h', |
501 'browser/value_store/value_store_frontend.cc', | 503 'browser/value_store/value_store_frontend.cc', |
502 'browser/value_store/value_store_frontend.h', | 504 'browser/value_store/value_store_frontend.h', |
(...skipping 403 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
906 'browser/api/cast_channel/logging.proto' | 908 'browser/api/cast_channel/logging.proto' |
907 ], | 909 ], |
908 'variables': { | 910 'variables': { |
909 'proto_in_dir': 'browser/api/cast_channel', | 911 'proto_in_dir': 'browser/api/cast_channel', |
910 'proto_out_dir': 'extensions/browser/api/cast_channel', | 912 'proto_out_dir': 'extensions/browser/api/cast_channel', |
911 }, | 913 }, |
912 'includes': [ '../build/protoc.gypi' ] | 914 'includes': [ '../build/protoc.gypi' ] |
913 }, | 915 }, |
914 ] | 916 ] |
915 } | 917 } |
OLD | NEW |