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 168 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
179 'common/extensions/extension_resource.cc', | 179 'common/extensions/extension_resource.cc', |
180 'common/extensions/extension_resource.h', | 180 'common/extensions/extension_resource.h', |
181 'common/extensions/extension_set.cc', | 181 'common/extensions/extension_set.cc', |
182 'common/extensions/extension_set.h', | 182 'common/extensions/extension_set.h', |
183 'common/extensions/extension_sidebar_defaults.h', | 183 'common/extensions/extension_sidebar_defaults.h', |
184 'common/extensions/extension_sidebar_utils.cc', | 184 'common/extensions/extension_sidebar_utils.cc', |
185 'common/extensions/extension_sidebar_utils.h', | 185 'common/extensions/extension_sidebar_utils.h', |
186 'common/extensions/extension_unpacker.cc', | 186 'common/extensions/extension_unpacker.cc', |
187 'common/extensions/extension_unpacker.h', | 187 'common/extensions/extension_unpacker.h', |
188 'common/extensions/file_browser_handler.cc', | 188 'common/extensions/file_browser_handler.cc', |
189 'common/extensions/file_browser_hanlder.h', | 189 'common/extensions/file_browser_handler.h', |
190 'common/extensions/update_manifest.cc', | 190 'common/extensions/update_manifest.cc', |
191 'common/extensions/update_manifest.h', | 191 'common/extensions/update_manifest.h', |
192 'common/extensions/url_pattern.cc', | 192 'common/extensions/url_pattern.cc', |
193 'common/extensions/url_pattern.h', | 193 'common/extensions/url_pattern.h', |
194 'common/extensions/url_pattern_set.cc', | 194 'common/extensions/url_pattern_set.cc', |
195 'common/extensions/url_pattern_set.h', | 195 'common/extensions/url_pattern_set.h', |
196 'common/extensions/user_script.cc', | 196 'common/extensions/user_script.cc', |
197 'common/extensions/user_script.h', | 197 'common/extensions/user_script.h', |
198 'common/favicon_url.cc', | 198 'common/favicon_url.cc', |
199 'common/favicon_url.h', | 199 'common/favicon_url.h', |
(...skipping 332 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
532 'configurations': { | 532 'configurations': { |
533 'Common_Base': { | 533 'Common_Base': { |
534 'msvs_target_platform': 'x64', | 534 'msvs_target_platform': 'x64', |
535 }, | 535 }, |
536 }, | 536 }, |
537 }, | 537 }, |
538 ], | 538 ], |
539 }], | 539 }], |
540 ], | 540 ], |
541 } | 541 } |
OLD | NEW |