| 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 202 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 213 'browser/extensions/api/file_handlers/file_handlers_api.cc', | 213 'browser/extensions/api/file_handlers/file_handlers_api.cc', |
| 214 'browser/extensions/api/file_handlers/file_handlers_api.h', | 214 'browser/extensions/api/file_handlers/file_handlers_api.h', |
| 215 'browser/extensions/api/file_system/file_system_api.cc', | 215 'browser/extensions/api/file_system/file_system_api.cc', |
| 216 'browser/extensions/api/file_system/file_system_api.h', | 216 'browser/extensions/api/file_system/file_system_api.h', |
| 217 'browser/extensions/api/font_settings/font_settings_api.cc', | 217 'browser/extensions/api/font_settings/font_settings_api.cc', |
| 218 'browser/extensions/api/font_settings/font_settings_api.h', | 218 'browser/extensions/api/font_settings/font_settings_api.h', |
| 219 'browser/extensions/api/history/history_api.h', | 219 'browser/extensions/api/history/history_api.h', |
| 220 'browser/extensions/api/history/history_api.cc', | 220 'browser/extensions/api/history/history_api.cc', |
| 221 'browser/extensions/api/i18n/i18n_api.cc', | 221 'browser/extensions/api/i18n/i18n_api.cc', |
| 222 'browser/extensions/api/i18n/i18n_api.h', | 222 'browser/extensions/api/i18n/i18n_api.h', |
| 223 'browser/extensions/api/icons/icons_api.cc', | |
| 224 'browser/extensions/api/icons/icons_api.h', | |
| 225 'browser/extensions/api/identity/identity_api.cc', | 223 'browser/extensions/api/identity/identity_api.cc', |
| 226 'browser/extensions/api/identity/identity_api.h', | 224 'browser/extensions/api/identity/identity_api.h', |
| 227 'browser/extensions/api/identity/identity_signin_flow.cc', | 225 'browser/extensions/api/identity/identity_signin_flow.cc', |
| 228 'browser/extensions/api/identity/identity_signin_flow.h', | 226 'browser/extensions/api/identity/identity_signin_flow.h', |
| 229 'browser/extensions/api/identity/web_auth_flow.cc', | 227 'browser/extensions/api/identity/web_auth_flow.cc', |
| 230 'browser/extensions/api/identity/web_auth_flow.h', | 228 'browser/extensions/api/identity/web_auth_flow.h', |
| 231 'browser/extensions/api/idle/idle_api.cc', | 229 'browser/extensions/api/idle/idle_api.cc', |
| 232 'browser/extensions/api/idle/idle_api.h', | 230 'browser/extensions/api/idle/idle_api.h', |
| 233 'browser/extensions/api/idle/idle_api_constants.cc', | 231 'browser/extensions/api/idle/idle_api_constants.cc', |
| 234 'browser/extensions/api/idle/idle_api_constants.h', | 232 'browser/extensions/api/idle/idle_api_constants.h', |
| (...skipping 701 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 936 'variables': { | 934 'variables': { |
| 937 'proto_in_dir': 'browser/chromeos/contacts', | 935 'proto_in_dir': 'browser/chromeos/contacts', |
| 938 'proto_out_dir': 'chrome/browser/chromeos/contacts', | 936 'proto_out_dir': 'chrome/browser/chromeos/contacts', |
| 939 }, | 937 }, |
| 940 'includes': [ '../build/protoc.gypi' ] | 938 'includes': [ '../build/protoc.gypi' ] |
| 941 }, | 939 }, |
| 942 ], | 940 ], |
| 943 },], # 'chromeos=1' | 941 },], # 'chromeos=1' |
| 944 ], # 'conditions' | 942 ], # 'conditions' |
| 945 } | 943 } |
| OLD | NEW |