| 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 115 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 126 'common/manifest_handlers/externally_connectable.cc', | 126 'common/manifest_handlers/externally_connectable.cc', |
| 127 'common/manifest_handlers/externally_connectable.h', | 127 'common/manifest_handlers/externally_connectable.h', |
| 128 'common/manifest_handlers/file_handler_info.cc', | 128 'common/manifest_handlers/file_handler_info.cc', |
| 129 'common/manifest_handlers/file_handler_info.h', | 129 'common/manifest_handlers/file_handler_info.h', |
| 130 'common/manifest_handlers/icons_handler.cc', | 130 'common/manifest_handlers/icons_handler.cc', |
| 131 'common/manifest_handlers/icons_handler.h', | 131 'common/manifest_handlers/icons_handler.h', |
| 132 'common/manifest_handlers/incognito_info.cc', | 132 'common/manifest_handlers/incognito_info.cc', |
| 133 'common/manifest_handlers/incognito_info.h', | 133 'common/manifest_handlers/incognito_info.h', |
| 134 'common/manifest_handlers/kiosk_mode_info.cc', | 134 'common/manifest_handlers/kiosk_mode_info.cc', |
| 135 'common/manifest_handlers/kiosk_mode_info.h', | 135 'common/manifest_handlers/kiosk_mode_info.h', |
| 136 'common/manifest_handlers/launcher_page_info.cc', |
| 137 'common/manifest_handlers/launcher_page_info.h', |
| 136 'common/manifest_handlers/offline_enabled_info.cc', | 138 'common/manifest_handlers/offline_enabled_info.cc', |
| 137 'common/manifest_handlers/offline_enabled_info.h', | 139 'common/manifest_handlers/offline_enabled_info.h', |
| 138 'common/manifest_handlers/permissions_parser.cc', | 140 'common/manifest_handlers/permissions_parser.cc', |
| 139 'common/manifest_handlers/permissions_parser.h', | 141 'common/manifest_handlers/permissions_parser.h', |
| 140 'common/manifest_handlers/requirements_info.cc', | 142 'common/manifest_handlers/requirements_info.cc', |
| 141 'common/manifest_handlers/requirements_info.h', | 143 'common/manifest_handlers/requirements_info.h', |
| 142 'common/manifest_handlers/sandboxed_page_info.cc', | 144 'common/manifest_handlers/sandboxed_page_info.cc', |
| 143 'common/manifest_handlers/sandboxed_page_info.h', | 145 'common/manifest_handlers/sandboxed_page_info.h', |
| 144 'common/manifest_handlers/shared_module_info.cc', | 146 'common/manifest_handlers/shared_module_info.cc', |
| 145 'common/manifest_handlers/shared_module_info.h', | 147 'common/manifest_handlers/shared_module_info.h', |
| (...skipping 780 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 926 'browser/api/cast_channel/logging.proto' | 928 'browser/api/cast_channel/logging.proto' |
| 927 ], | 929 ], |
| 928 'variables': { | 930 'variables': { |
| 929 'proto_in_dir': 'browser/api/cast_channel', | 931 'proto_in_dir': 'browser/api/cast_channel', |
| 930 'proto_out_dir': 'extensions/browser/api/cast_channel', | 932 'proto_out_dir': 'extensions/browser/api/cast_channel', |
| 931 }, | 933 }, |
| 932 'includes': [ '../build/protoc.gypi' ] | 934 'includes': [ '../build/protoc.gypi' ] |
| 933 }, | 935 }, |
| 934 ] | 936 ] |
| 935 } | 937 } |
| OLD | NEW |