| 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 70 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 81 'common/api/sockets/sockets_manifest_data.cc', | 81 'common/api/sockets/sockets_manifest_data.cc', |
| 82 'common/api/sockets/sockets_manifest_data.h', | 82 'common/api/sockets/sockets_manifest_data.h', |
| 83 'common/api/sockets/sockets_manifest_handler.cc', | 83 'common/api/sockets/sockets_manifest_handler.cc', |
| 84 'common/api/sockets/sockets_manifest_handler.h', | 84 'common/api/sockets/sockets_manifest_handler.h', |
| 85 'common/api/sockets/sockets_manifest_permission.cc', | 85 'common/api/sockets/sockets_manifest_permission.cc', |
| 86 'common/api/sockets/sockets_manifest_permission.h', | 86 'common/api/sockets/sockets_manifest_permission.h', |
| 87 'common/cast/cast_cert_validator.cc', | 87 'common/cast/cast_cert_validator.cc', |
| 88 'common/cast/cast_cert_validator.h', | 88 'common/cast/cast_cert_validator.h', |
| 89 'common/common_manifest_handlers.cc', | 89 'common/common_manifest_handlers.cc', |
| 90 'common/common_manifest_handlers.h', | 90 'common/common_manifest_handlers.h', |
| 91 'common/host_id.h', |
| 91 'common/csp_validator.cc', | 92 'common/csp_validator.cc', |
| 92 'common/csp_validator.h', | 93 'common/csp_validator.h', |
| 93 'common/dom_action_types.h', | 94 'common/dom_action_types.h', |
| 94 'common/draggable_region.cc', | 95 'common/draggable_region.cc', |
| 95 'common/draggable_region.h', | 96 'common/draggable_region.h', |
| 96 'common/error_utils.cc', | 97 'common/error_utils.cc', |
| 97 'common/error_utils.h', | 98 'common/error_utils.h', |
| 98 'common/event_filter.cc', | 99 'common/event_filter.cc', |
| 99 'common/event_filter.h', | 100 'common/event_filter.h', |
| 100 'common/event_filtering_info.cc', | 101 'common/event_filtering_info.cc', |
| (...skipping 1141 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1242 '<(SHARED_INTERMEDIATE_DIR)/blink/devtools_resources.pak', | 1243 '<(SHARED_INTERMEDIATE_DIR)/blink/devtools_resources.pak', |
| 1243 ], | 1244 ], |
| 1244 'pak_output': '<(PRODUCT_DIR)/extensions_shell_and_test.pak', | 1245 'pak_output': '<(PRODUCT_DIR)/extensions_shell_and_test.pak', |
| 1245 }, | 1246 }, |
| 1246 'includes': [ '../build/repack_action.gypi' ], | 1247 'includes': [ '../build/repack_action.gypi' ], |
| 1247 }, | 1248 }, |
| 1248 ], | 1249 ], |
| 1249 }, | 1250 }, |
| 1250 ] | 1251 ] |
| 1251 } | 1252 } |
| OLD | NEW |