| 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 'targets': [ | 6 'targets': [ |
| 7 { | 7 { |
| 8 'target_name': 'common', | 8 'target_name': 'common', |
| 9 'type': 'static_library', | 9 'type': 'static_library', |
| 10 'variables': { | 10 'variables': { |
| (...skipping 120 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 131 'common/extensions/extension_resource.h', | 131 'common/extensions/extension_resource.h', |
| 132 'common/extensions/extension_set.cc', | 132 'common/extensions/extension_set.cc', |
| 133 'common/extensions/extension_set.h', | 133 'common/extensions/extension_set.h', |
| 134 'common/extensions/extension_sidebar_defaults.h', | 134 'common/extensions/extension_sidebar_defaults.h', |
| 135 'common/extensions/extension_sidebar_utils.cc', | 135 'common/extensions/extension_sidebar_utils.cc', |
| 136 'common/extensions/extension_sidebar_utils.h', | 136 'common/extensions/extension_sidebar_utils.h', |
| 137 'common/extensions/extension_unpacker.cc', | 137 'common/extensions/extension_unpacker.cc', |
| 138 'common/extensions/extension_unpacker.h', | 138 'common/extensions/extension_unpacker.h', |
| 139 'common/extensions/file_browser_handler.cc', | 139 'common/extensions/file_browser_handler.cc', |
| 140 'common/extensions/file_browser_handler.h', | 140 'common/extensions/file_browser_handler.h', |
| 141 'common/extensions/manifest.cc', | |
| 142 'common/extensions/manifest.h', | |
| 143 'common/extensions/update_manifest.cc', | 141 'common/extensions/update_manifest.cc', |
| 144 'common/extensions/update_manifest.h', | 142 'common/extensions/update_manifest.h', |
| 145 'common/extensions/url_pattern.cc', | 143 'common/extensions/url_pattern.cc', |
| 146 'common/extensions/url_pattern.h', | 144 'common/extensions/url_pattern.h', |
| 147 'common/extensions/url_pattern_set.cc', | 145 'common/extensions/url_pattern_set.cc', |
| 148 'common/extensions/url_pattern_set.h', | 146 'common/extensions/url_pattern_set.h', |
| 149 'common/extensions/user_script.cc', | 147 'common/extensions/user_script.cc', |
| 150 'common/extensions/user_script.h', | 148 'common/extensions/user_script.h', |
| 151 'common/extensions/api/extension_api.cc', | 149 'common/extensions/api/extension_api.cc', |
| 152 'common/extensions/api/extension_api.h', | 150 'common/extensions/api/extension_api.h', |
| (...skipping 282 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 435 'common/safe_browsing/csd.proto' | 433 'common/safe_browsing/csd.proto' |
| 436 ], | 434 ], |
| 437 'variables': { | 435 'variables': { |
| 438 'proto_in_dir': 'common/safe_browsing', | 436 'proto_in_dir': 'common/safe_browsing', |
| 439 'proto_out_dir': 'chrome/common/safe_browsing', | 437 'proto_out_dir': 'chrome/common/safe_browsing', |
| 440 }, | 438 }, |
| 441 'includes': [ '../build/protoc.gypi' ], | 439 'includes': [ '../build/protoc.gypi' ], |
| 442 }, | 440 }, |
| 443 ], | 441 ], |
| 444 } | 442 } |
| OLD | NEW |