| OLD | NEW |
| 1 # Copyright (c) 2013 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 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 'targets': [ | 6 'targets': [ |
| 7 { | 7 { |
| 8 'target_name': 'browser_extensions', | 8 'target_name': 'browser_extensions', |
| 9 'type': 'static_library', | 9 'type': 'static_library', |
| 10 'variables': { 'enable_wexit_time_destructors': 1, }, | 10 'variables': { 'enable_wexit_time_destructors': 1, }, |
| (...skipping 204 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 215 'browser/extensions/api/downloads_internal/downloads_internal_api.cc', | 215 'browser/extensions/api/downloads_internal/downloads_internal_api.cc', |
| 216 'browser/extensions/api/downloads_internal/downloads_internal_api.h', | 216 'browser/extensions/api/downloads_internal/downloads_internal_api.h', |
| 217 'browser/extensions/api/execute_code_function.cc', | 217 'browser/extensions/api/execute_code_function.cc', |
| 218 'browser/extensions/api/execute_code_function.h', | 218 'browser/extensions/api/execute_code_function.h', |
| 219 'browser/extensions/api/extension_action/extension_page_actions_api_cons
tants.cc', | 219 'browser/extensions/api/extension_action/extension_page_actions_api_cons
tants.cc', |
| 220 'browser/extensions/api/extension_action/extension_page_actions_api_cons
tants.h', | 220 'browser/extensions/api/extension_action/extension_page_actions_api_cons
tants.h', |
| 221 'browser/extensions/api/file_handlers/app_file_handler_util.cc', | 221 'browser/extensions/api/file_handlers/app_file_handler_util.cc', |
| 222 'browser/extensions/api/file_handlers/app_file_handler_util.h', | 222 'browser/extensions/api/file_handlers/app_file_handler_util.h', |
| 223 'browser/extensions/api/file_system/file_system_api.cc', | 223 'browser/extensions/api/file_system/file_system_api.cc', |
| 224 'browser/extensions/api/file_system/file_system_api.h', | 224 'browser/extensions/api/file_system/file_system_api.h', |
| 225 'browser/extensions/api/file_system/saved_files_service.cc', |
| 226 'browser/extensions/api/file_system/saved_files_service.h', |
| 227 'browser/extensions/api/file_system/saved_files_service_factory.cc', |
| 228 'browser/extensions/api/file_system/saved_files_service_factory.h', |
| 225 'browser/extensions/api/font_settings/font_settings_api.cc', | 229 'browser/extensions/api/font_settings/font_settings_api.cc', |
| 226 'browser/extensions/api/font_settings/font_settings_api.h', | 230 'browser/extensions/api/font_settings/font_settings_api.h', |
| 227 'browser/extensions/api/history/history_api.h', | 231 'browser/extensions/api/history/history_api.h', |
| 228 'browser/extensions/api/history/history_api.cc', | 232 'browser/extensions/api/history/history_api.cc', |
| 229 'browser/extensions/api/i18n/i18n_api.cc', | 233 'browser/extensions/api/i18n/i18n_api.cc', |
| 230 'browser/extensions/api/i18n/i18n_api.h', | 234 'browser/extensions/api/i18n/i18n_api.h', |
| 231 'browser/extensions/api/identity/experimental_identity_api.cc', | 235 'browser/extensions/api/identity/experimental_identity_api.cc', |
| 232 'browser/extensions/api/identity/experimental_identity_api.h', | 236 'browser/extensions/api/identity/experimental_identity_api.h', |
| 233 'browser/extensions/api/identity/experimental_web_auth_flow.cc', | 237 'browser/extensions/api/identity/experimental_web_auth_flow.cc', |
| 234 'browser/extensions/api/identity/experimental_web_auth_flow.h', | 238 'browser/extensions/api/identity/experimental_web_auth_flow.h', |
| (...skipping 718 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 953 'variables': { | 957 'variables': { |
| 954 'proto_in_dir': 'browser/chromeos/contacts', | 958 'proto_in_dir': 'browser/chromeos/contacts', |
| 955 'proto_out_dir': 'chrome/browser/chromeos/contacts', | 959 'proto_out_dir': 'chrome/browser/chromeos/contacts', |
| 956 }, | 960 }, |
| 957 'includes': [ '../build/protoc.gypi' ] | 961 'includes': [ '../build/protoc.gypi' ] |
| 958 }, | 962 }, |
| 959 ], | 963 ], |
| 960 },], # 'chromeos=1' | 964 },], # 'chromeos=1' |
| 961 ], # 'conditions' | 965 ], # 'conditions' |
| 962 } | 966 } |
| OLD | NEW |