| 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 135 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 146 'common/features/simple_feature.cc', | 146 'common/features/simple_feature.cc', |
| 147 'common/features/simple_feature.h', | 147 'common/features/simple_feature.h', |
| 148 'common/features/simple_feature_filter.cc', | 148 'common/features/simple_feature_filter.cc', |
| 149 'common/features/simple_feature_filter.h', | 149 'common/features/simple_feature_filter.h', |
| 150 'common/features/behavior_feature.cc', | 150 'common/features/behavior_feature.cc', |
| 151 'common/features/behavior_feature.h', | 151 'common/features/behavior_feature.h', |
| 152 'common/file_util.cc', | 152 'common/file_util.cc', |
| 153 'common/file_util.h', | 153 'common/file_util.h', |
| 154 'common/guest_view/guest_view_constants.cc', | 154 'common/guest_view/guest_view_constants.cc', |
| 155 'common/guest_view/guest_view_constants.h', | 155 'common/guest_view/guest_view_constants.h', |
| 156 'common/guest_view_messages.h', |
| 156 'common/image_util.cc', | 157 'common/image_util.cc', |
| 157 'common/image_util.h', | 158 'common/image_util.h', |
| 158 'common/install_warning.cc', | 159 'common/install_warning.cc', |
| 159 'common/install_warning.h', | 160 'common/install_warning.h', |
| 160 'common/manifest.cc', | 161 'common/manifest.cc', |
| 161 'common/manifest.h', | 162 'common/manifest.h', |
| 162 'common/manifest_constants.cc', | 163 'common/manifest_constants.cc', |
| 163 'common/manifest_constants.h', | 164 'common/manifest_constants.h', |
| 164 'common/manifest_handler.cc', | 165 'common/manifest_handler.cc', |
| 165 'common/manifest_handler.h', | 166 'common/manifest_handler.h', |
| (...skipping 1069 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1235 '<(SHARED_INTERMEDIATE_DIR)/blink/devtools_resources.pak', | 1236 '<(SHARED_INTERMEDIATE_DIR)/blink/devtools_resources.pak', |
| 1236 ], | 1237 ], |
| 1237 'pak_output': '<(PRODUCT_DIR)/extensions_shell_and_test.pak', | 1238 'pak_output': '<(PRODUCT_DIR)/extensions_shell_and_test.pak', |
| 1238 }, | 1239 }, |
| 1239 'includes': [ '../build/repack_action.gypi' ], | 1240 'includes': [ '../build/repack_action.gypi' ], |
| 1240 }, | 1241 }, |
| 1241 ], | 1242 ], |
| 1242 }, | 1243 }, |
| 1243 ] | 1244 ] |
| 1244 } | 1245 } |
| OLD | NEW |