| 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 649 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 660 'browser/runtime_data.h', | 660 'browser/runtime_data.h', |
| 661 'browser/script_execution_observer.h', | 661 'browser/script_execution_observer.h', |
| 662 'browser/script_executor.cc', | 662 'browser/script_executor.cc', |
| 663 'browser/script_executor.h', | 663 'browser/script_executor.h', |
| 664 'browser/state_store.cc', | 664 'browser/state_store.cc', |
| 665 'browser/state_store.h', | 665 'browser/state_store.h', |
| 666 'browser/suggest_permission_util.cc', | 666 'browser/suggest_permission_util.cc', |
| 667 'browser/suggest_permission_util.h', | 667 'browser/suggest_permission_util.h', |
| 668 'browser/uninstall_reason.h', | 668 'browser/uninstall_reason.h', |
| 669 'browser/update_observer.h', | 669 'browser/update_observer.h', |
| 670 'browser/updater/manifest_fetch_data.cc', |
| 671 'browser/updater/manifest_fetch_data.h', |
| 670 'browser/url_request_util.cc', | 672 'browser/url_request_util.cc', |
| 671 'browser/url_request_util.h', | 673 'browser/url_request_util.h', |
| 672 'browser/value_store/leveldb_value_store.cc', | 674 'browser/value_store/leveldb_value_store.cc', |
| 673 'browser/value_store/leveldb_value_store.h', | 675 'browser/value_store/leveldb_value_store.h', |
| 674 'browser/value_store/testing_value_store.cc', | 676 'browser/value_store/testing_value_store.cc', |
| 675 'browser/value_store/testing_value_store.h', | 677 'browser/value_store/testing_value_store.h', |
| 676 'browser/value_store/value_store.cc', | 678 'browser/value_store/value_store.cc', |
| 677 'browser/value_store/value_store.h', | 679 'browser/value_store/value_store.h', |
| 678 'browser/value_store/value_store_change.cc', | 680 'browser/value_store/value_store_change.cc', |
| 679 'browser/value_store/value_store_change.h', | 681 'browser/value_store/value_store_change.h', |
| (...skipping 462 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1142 'browser/api/cast_channel/logging.proto' | 1144 'browser/api/cast_channel/logging.proto' |
| 1143 ], | 1145 ], |
| 1144 'variables': { | 1146 'variables': { |
| 1145 'proto_in_dir': 'browser/api/cast_channel', | 1147 'proto_in_dir': 'browser/api/cast_channel', |
| 1146 'proto_out_dir': 'extensions/browser/api/cast_channel', | 1148 'proto_out_dir': 'extensions/browser/api/cast_channel', |
| 1147 }, | 1149 }, |
| 1148 'includes': [ '../build/protoc.gypi' ] | 1150 'includes': [ '../build/protoc.gypi' ] |
| 1149 }, | 1151 }, |
| 1150 ] | 1152 ] |
| 1151 } | 1153 } |
| OLD | NEW |