| 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 123 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 134 'common/extensions/file_browser_handler.cc', | 134 'common/extensions/file_browser_handler.cc', |
| 135 'common/extensions/file_browser_handler.h', | 135 'common/extensions/file_browser_handler.h', |
| 136 'common/extensions/update_manifest.cc', | 136 'common/extensions/update_manifest.cc', |
| 137 'common/extensions/update_manifest.h', | 137 'common/extensions/update_manifest.h', |
| 138 'common/extensions/url_pattern.cc', | 138 'common/extensions/url_pattern.cc', |
| 139 'common/extensions/url_pattern.h', | 139 'common/extensions/url_pattern.h', |
| 140 'common/extensions/url_pattern_set.cc', | 140 'common/extensions/url_pattern_set.cc', |
| 141 'common/extensions/url_pattern_set.h', | 141 'common/extensions/url_pattern_set.h', |
| 142 'common/extensions/user_script.cc', | 142 'common/extensions/user_script.cc', |
| 143 'common/extensions/user_script.h', | 143 'common/extensions/user_script.h', |
| 144 'common/extensions/api/extension_api.cc', |
| 145 'common/extensions/api/extension_api.h', |
| 144 'common/external_ipc_fuzzer.h', | 146 'common/external_ipc_fuzzer.h', |
| 145 'common/external_ipc_fuzzer.cc', | 147 'common/external_ipc_fuzzer.cc', |
| 146 'common/favicon_url.cc', | 148 'common/favicon_url.cc', |
| 147 'common/favicon_url.h', | 149 'common/favicon_url.h', |
| 148 'common/guid.cc', | 150 'common/guid.cc', |
| 149 'common/guid.h', | 151 'common/guid.h', |
| 150 'common/guid_posix.cc', | 152 'common/guid_posix.cc', |
| 151 'common/guid_win.cc', | 153 'common/guid_win.cc', |
| 152 'common/icon_messages.h', | 154 'common/icon_messages.h', |
| 153 'common/important_file_writer.cc', | 155 'common/important_file_writer.cc', |
| (...skipping 271 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 425 'common/safe_browsing/csd.proto' | 427 'common/safe_browsing/csd.proto' |
| 426 ], | 428 ], |
| 427 'variables': { | 429 'variables': { |
| 428 'proto_in_dir': 'common/safe_browsing', | 430 'proto_in_dir': 'common/safe_browsing', |
| 429 'proto_out_dir': 'chrome/common/safe_browsing', | 431 'proto_out_dir': 'chrome/common/safe_browsing', |
| 430 }, | 432 }, |
| 431 'includes': [ '../build/protoc.gypi' ], | 433 'includes': [ '../build/protoc.gypi' ], |
| 432 }, | 434 }, |
| 433 ], | 435 ], |
| 434 } | 436 } |
| OLD | NEW |