| 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 271 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 282 'browser/extensions/api/file_handlers/app_file_handler_util.cc', | 282 'browser/extensions/api/file_handlers/app_file_handler_util.cc', |
| 283 'browser/extensions/api/file_handlers/app_file_handler_util.h', | 283 'browser/extensions/api/file_handlers/app_file_handler_util.h', |
| 284 'browser/extensions/api/file_system/file_system_api.cc', | 284 'browser/extensions/api/file_system/file_system_api.cc', |
| 285 'browser/extensions/api/file_system/file_system_api.h', | 285 'browser/extensions/api/file_system/file_system_api.h', |
| 286 'browser/extensions/api/font_settings/font_settings_api.cc', | 286 'browser/extensions/api/font_settings/font_settings_api.cc', |
| 287 'browser/extensions/api/font_settings/font_settings_api.h', | 287 'browser/extensions/api/font_settings/font_settings_api.h', |
| 288 'browser/extensions/api/gcm/gcm_api.cc', | 288 'browser/extensions/api/gcm/gcm_api.cc', |
| 289 'browser/extensions/api/gcm/gcm_api.h', | 289 'browser/extensions/api/gcm/gcm_api.h', |
| 290 'browser/extensions/api/hid/hid_api.cc', | 290 'browser/extensions/api/hid/hid_api.cc', |
| 291 'browser/extensions/api/hid/hid_api.h', | 291 'browser/extensions/api/hid/hid_api.h', |
| 292 'browser/extensions/api/hid/hid_device_resource.cc', | 292 'browser/extensions/api/hid/hid_connection_resource.cc', |
| 293 'browser/extensions/api/hid/hid_device_resource.h', | 293 'browser/extensions/api/hid/hid_connection_resource.h', |
| 294 'browser/extensions/api/hid/hid_device_manager.cc', |
| 295 'browser/extensions/api/hid/hid_device_manager.h', |
| 294 'browser/extensions/api/history/history_api.h', | 296 'browser/extensions/api/history/history_api.h', |
| 295 'browser/extensions/api/history/history_api.cc', | 297 'browser/extensions/api/history/history_api.cc', |
| 296 'browser/extensions/api/hotword_private/hotword_private_api.h', | 298 'browser/extensions/api/hotword_private/hotword_private_api.h', |
| 297 'browser/extensions/api/hotword_private/hotword_private_api.cc', | 299 'browser/extensions/api/hotword_private/hotword_private_api.cc', |
| 298 'browser/extensions/api/i18n/i18n_api.cc', | 300 'browser/extensions/api/i18n/i18n_api.cc', |
| 299 'browser/extensions/api/i18n/i18n_api.h', | 301 'browser/extensions/api/i18n/i18n_api.h', |
| 300 'browser/extensions/api/identity/account_tracker.cc', | 302 'browser/extensions/api/identity/account_tracker.cc', |
| 301 'browser/extensions/api/identity/account_tracker.h', | 303 'browser/extensions/api/identity/account_tracker.h', |
| 302 'browser/extensions/api/identity/extension_token_key.cc', | 304 'browser/extensions/api/identity/extension_token_key.cc', |
| 303 'browser/extensions/api/identity/extension_token_key.h', | 305 'browser/extensions/api/identity/extension_token_key.h', |
| (...skipping 942 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1246 'variables': { | 1248 'variables': { |
| 1247 'proto_in_dir': 'browser/chromeos/contacts', | 1249 'proto_in_dir': 'browser/chromeos/contacts', |
| 1248 'proto_out_dir': 'chrome/browser/chromeos/contacts', | 1250 'proto_out_dir': 'chrome/browser/chromeos/contacts', |
| 1249 }, | 1251 }, |
| 1250 'includes': [ '../build/protoc.gypi' ] | 1252 'includes': [ '../build/protoc.gypi' ] |
| 1251 }, | 1253 }, |
| 1252 ], | 1254 ], |
| 1253 },], # 'chromeos=1' | 1255 },], # 'chromeos=1' |
| 1254 ], # 'conditions' | 1256 ], # 'conditions' |
| 1255 } | 1257 } |
| OLD | NEW |