| 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/default_manifest_fetch_data_delegate.cc', |
| 494 'browser/updater/default_manifest_fetch_data_delegate.h', |
| 495 'browser/updater/manifest_fetch_data.cc', |
| 496 'browser/updater/manifest_fetch_data.h', |
| 497 'browser/updater/manifest_fetch_data_delegate.h', |
| 493 'browser/value_store/leveldb_value_store.cc', | 498 'browser/value_store/leveldb_value_store.cc', |
| 494 'browser/value_store/leveldb_value_store.h', | 499 'browser/value_store/leveldb_value_store.h', |
| 495 'browser/value_store/testing_value_store.cc', | 500 'browser/value_store/testing_value_store.cc', |
| 496 'browser/value_store/testing_value_store.h', | 501 'browser/value_store/testing_value_store.h', |
| 497 'browser/value_store/value_store.cc', | 502 'browser/value_store/value_store.cc', |
| 498 'browser/value_store/value_store.h', | 503 'browser/value_store/value_store.h', |
| 499 'browser/value_store/value_store_change.cc', | 504 'browser/value_store/value_store_change.cc', |
| 500 'browser/value_store/value_store_change.h', | 505 'browser/value_store/value_store_change.h', |
| 501 'browser/value_store/value_store_frontend.cc', | 506 'browser/value_store/value_store_frontend.cc', |
| 502 'browser/value_store/value_store_frontend.h', | 507 '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' | 911 'browser/api/cast_channel/logging.proto' |
| 907 ], | 912 ], |
| 908 'variables': { | 913 'variables': { |
| 909 'proto_in_dir': 'browser/api/cast_channel', | 914 'proto_in_dir': 'browser/api/cast_channel', |
| 910 'proto_out_dir': 'extensions/browser/api/cast_channel', | 915 'proto_out_dir': 'extensions/browser/api/cast_channel', |
| 911 }, | 916 }, |
| 912 'includes': [ '../build/protoc.gypi' ] | 917 'includes': [ '../build/protoc.gypi' ] |
| 913 }, | 918 }, |
| 914 ] | 919 ] |
| 915 } | 920 } |
| OLD | NEW |