| 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 1059 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1070 'renderer/runtime_custom_bindings.h', | 1070 'renderer/runtime_custom_bindings.h', |
| 1071 'renderer/safe_builtins.cc', | 1071 'renderer/safe_builtins.cc', |
| 1072 'renderer/safe_builtins.h', | 1072 'renderer/safe_builtins.h', |
| 1073 'renderer/scoped_persistent.h', | 1073 'renderer/scoped_persistent.h', |
| 1074 'renderer/script_context.cc', | 1074 'renderer/script_context.cc', |
| 1075 'renderer/script_context.h', | 1075 'renderer/script_context.h', |
| 1076 'renderer/script_context_set.cc', | 1076 'renderer/script_context_set.cc', |
| 1077 'renderer/script_context_set.h', | 1077 'renderer/script_context_set.h', |
| 1078 'renderer/script_injection.cc', | 1078 'renderer/script_injection.cc', |
| 1079 'renderer/script_injection.h', | 1079 'renderer/script_injection.h', |
| 1080 'renderer/script_injection_callback.cc', |
| 1081 'renderer/script_injection_callback.h', |
| 1080 'renderer/script_injection_manager.cc', | 1082 'renderer/script_injection_manager.cc', |
| 1081 'renderer/script_injection_manager.h', | 1083 'renderer/script_injection_manager.h', |
| 1082 'renderer/script_injector.h', | 1084 'renderer/script_injector.h', |
| 1083 'renderer/scripts_run_info.cc', | 1085 'renderer/scripts_run_info.cc', |
| 1084 'renderer/scripts_run_info.h', | 1086 'renderer/scripts_run_info.h', |
| 1085 'renderer/send_request_natives.cc', | 1087 'renderer/send_request_natives.cc', |
| 1086 'renderer/send_request_natives.h', | 1088 'renderer/send_request_natives.h', |
| 1087 'renderer/set_icon_natives.cc', | 1089 'renderer/set_icon_natives.cc', |
| 1088 'renderer/set_icon_natives.h', | 1090 'renderer/set_icon_natives.h', |
| 1089 'renderer/static_v8_external_one_byte_string_resource.cc', | 1091 'renderer/static_v8_external_one_byte_string_resource.cc', |
| (...skipping 153 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1243 '<(SHARED_INTERMEDIATE_DIR)/blink/devtools_resources.pak', | 1245 '<(SHARED_INTERMEDIATE_DIR)/blink/devtools_resources.pak', |
| 1244 ], | 1246 ], |
| 1245 'pak_output': '<(PRODUCT_DIR)/extensions_shell_and_test.pak', | 1247 'pak_output': '<(PRODUCT_DIR)/extensions_shell_and_test.pak', |
| 1246 }, | 1248 }, |
| 1247 'includes': [ '../build/repack_action.gypi' ], | 1249 'includes': [ '../build/repack_action.gypi' ], |
| 1248 }, | 1250 }, |
| 1249 ], | 1251 ], |
| 1250 }, | 1252 }, |
| 1251 ] | 1253 ] |
| 1252 } | 1254 } |
| OLD | NEW |