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 269 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
280 'browser/extensions/api/history/history_api.h', | 280 'browser/extensions/api/history/history_api.h', |
281 'browser/extensions/api/history/history_api.cc', | 281 'browser/extensions/api/history/history_api.cc', |
282 'browser/extensions/api/i18n/i18n_api.cc', | 282 'browser/extensions/api/i18n/i18n_api.cc', |
283 'browser/extensions/api/i18n/i18n_api.h', | 283 'browser/extensions/api/i18n/i18n_api.h', |
284 'browser/extensions/api/identity/account_tracker.cc', | 284 'browser/extensions/api/identity/account_tracker.cc', |
285 'browser/extensions/api/identity/account_tracker.h', | 285 'browser/extensions/api/identity/account_tracker.h', |
286 'browser/extensions/api/identity/experimental_identity_api.cc', | 286 'browser/extensions/api/identity/experimental_identity_api.cc', |
287 'browser/extensions/api/identity/experimental_identity_api.h', | 287 'browser/extensions/api/identity/experimental_identity_api.h', |
288 'browser/extensions/api/identity/experimental_web_auth_flow.cc', | 288 'browser/extensions/api/identity/experimental_web_auth_flow.cc', |
289 'browser/extensions/api/identity/experimental_web_auth_flow.h', | 289 'browser/extensions/api/identity/experimental_web_auth_flow.h', |
| 290 'browser/extensions/api/identity/extension_token_key.cc', |
| 291 'browser/extensions/api/identity/extension_token_key.h', |
290 'browser/extensions/api/identity/gaia_web_auth_flow.cc', | 292 'browser/extensions/api/identity/gaia_web_auth_flow.cc', |
291 'browser/extensions/api/identity/gaia_web_auth_flow.h', | 293 'browser/extensions/api/identity/gaia_web_auth_flow.h', |
292 'browser/extensions/api/identity/identity_api.cc', | 294 'browser/extensions/api/identity/identity_api.cc', |
293 'browser/extensions/api/identity/identity_api.h', | 295 'browser/extensions/api/identity/identity_api.h', |
294 'browser/extensions/api/identity/identity_mint_queue.cc', | 296 'browser/extensions/api/identity/identity_mint_queue.cc', |
295 'browser/extensions/api/identity/identity_mint_queue.h', | 297 'browser/extensions/api/identity/identity_mint_queue.h', |
296 'browser/extensions/api/identity/identity_signin_flow.cc', | 298 'browser/extensions/api/identity/identity_signin_flow.cc', |
297 'browser/extensions/api/identity/identity_signin_flow.h', | 299 'browser/extensions/api/identity/identity_signin_flow.h', |
298 'browser/extensions/api/identity/web_auth_flow.cc', | 300 'browser/extensions/api/identity/web_auth_flow.cc', |
299 'browser/extensions/api/identity/web_auth_flow.h', | 301 'browser/extensions/api/identity/web_auth_flow.h', |
(...skipping 921 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1221 'variables': { | 1223 'variables': { |
1222 'proto_in_dir': 'browser/chromeos/contacts', | 1224 'proto_in_dir': 'browser/chromeos/contacts', |
1223 'proto_out_dir': 'chrome/browser/chromeos/contacts', | 1225 'proto_out_dir': 'chrome/browser/chromeos/contacts', |
1224 }, | 1226 }, |
1225 'includes': [ '../build/protoc.gypi' ] | 1227 'includes': [ '../build/protoc.gypi' ] |
1226 }, | 1228 }, |
1227 ], | 1229 ], |
1228 },], # 'chromeos=1' | 1230 },], # 'chromeos=1' |
1229 ], # 'conditions' | 1231 ], # 'conditions' |
1230 } | 1232 } |
OLD | NEW |