OLD | NEW |
1 # Copyright (c) 2011 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2011 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 'target_defaults': { | 6 'target_defaults': { |
7 'variables': { | 7 'variables': { |
8 'chrome_common_target': 0, | 8 'chrome_common_target': 0, |
9 }, | 9 }, |
10 'target_conditions': [ | 10 'target_conditions': [ |
(...skipping 164 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
175 'common/extensions/extension_messages.h', | 175 'common/extensions/extension_messages.h', |
176 'common/extensions/extension_resource.cc', | 176 'common/extensions/extension_resource.cc', |
177 'common/extensions/extension_resource.h', | 177 'common/extensions/extension_resource.h', |
178 'common/extensions/extension_set.cc', | 178 'common/extensions/extension_set.cc', |
179 'common/extensions/extension_set.h', | 179 'common/extensions/extension_set.h', |
180 'common/extensions/extension_sidebar_defaults.h', | 180 'common/extensions/extension_sidebar_defaults.h', |
181 'common/extensions/extension_sidebar_utils.cc', | 181 'common/extensions/extension_sidebar_utils.cc', |
182 'common/extensions/extension_sidebar_utils.h', | 182 'common/extensions/extension_sidebar_utils.h', |
183 'common/extensions/extension_unpacker.cc', | 183 'common/extensions/extension_unpacker.cc', |
184 'common/extensions/extension_unpacker.h', | 184 'common/extensions/extension_unpacker.h', |
| 185 'common/extensions/file_browser_handler.cc', |
| 186 'common/extensions/file_browser_hanlder.h', |
185 'common/extensions/update_manifest.cc', | 187 'common/extensions/update_manifest.cc', |
186 'common/extensions/update_manifest.h', | 188 'common/extensions/update_manifest.h', |
187 'common/extensions/url_pattern.cc', | 189 'common/extensions/url_pattern.cc', |
188 'common/extensions/url_pattern.h', | 190 'common/extensions/url_pattern.h', |
189 'common/extensions/user_script.cc', | 191 'common/extensions/user_script.cc', |
190 'common/extensions/user_script.h', | 192 'common/extensions/user_script.h', |
191 'common/important_file_writer.cc', | 193 'common/important_file_writer.cc', |
192 'common/important_file_writer.h', | 194 'common/important_file_writer.h', |
193 'common/json_pref_store.cc', | 195 'common/json_pref_store.cc', |
194 'common/json_pref_store.h', | 196 'common/json_pref_store.h', |
(...skipping 282 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
477 'configurations': { | 479 'configurations': { |
478 'Common_Base': { | 480 'Common_Base': { |
479 'msvs_target_platform': 'x64', | 481 'msvs_target_platform': 'x64', |
480 }, | 482 }, |
481 }, | 483 }, |
482 }, | 484 }, |
483 ], | 485 ], |
484 }], | 486 }], |
485 ], | 487 ], |
486 } | 488 } |
OLD | NEW |