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 'variables': { | 6 'variables': { |
7 # These variables are shared with the GN build. | 7 # These variables are shared with the GN build. |
8 # Name is that these are the extensions files for the extensions target. | 8 # Name is that these are the extensions files for the extensions target. |
9 # "chrome_browser_extensions_sources' are the extensions files in the | 9 # "chrome_browser_extensions_sources' are the extensions files in the |
10 # browser target. | 10 # browser target. |
(...skipping 558 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
569 'browser/extensions/api/hid/hid_connection_resource.cc', | 569 'browser/extensions/api/hid/hid_connection_resource.cc', |
570 'browser/extensions/api/hid/hid_connection_resource.h', | 570 'browser/extensions/api/hid/hid_connection_resource.h', |
571 'browser/extensions/api/hid/hid_device_manager.cc', | 571 'browser/extensions/api/hid/hid_device_manager.cc', |
572 'browser/extensions/api/hid/hid_device_manager.h', | 572 'browser/extensions/api/hid/hid_device_manager.h', |
573 'browser/extensions/api/history/history_api.cc', | 573 'browser/extensions/api/history/history_api.cc', |
574 'browser/extensions/api/history/history_api.h', | 574 'browser/extensions/api/history/history_api.h', |
575 'browser/extensions/api/hotword_private/hotword_private_api.cc', | 575 'browser/extensions/api/hotword_private/hotword_private_api.cc', |
576 'browser/extensions/api/hotword_private/hotword_private_api.h', | 576 'browser/extensions/api/hotword_private/hotword_private_api.h', |
577 'browser/extensions/api/i18n/i18n_api.cc', | 577 'browser/extensions/api/i18n/i18n_api.cc', |
578 'browser/extensions/api/i18n/i18n_api.h', | 578 'browser/extensions/api/i18n/i18n_api.h', |
579 'browser/extensions/api/identity/account_tracker.cc', | |
580 'browser/extensions/api/identity/account_tracker.h', | |
581 'browser/extensions/api/identity/extension_token_key.cc', | 579 'browser/extensions/api/identity/extension_token_key.cc', |
582 'browser/extensions/api/identity/extension_token_key.h', | 580 'browser/extensions/api/identity/extension_token_key.h', |
583 'browser/extensions/api/identity/gaia_web_auth_flow.cc', | 581 'browser/extensions/api/identity/gaia_web_auth_flow.cc', |
584 'browser/extensions/api/identity/gaia_web_auth_flow.h', | 582 'browser/extensions/api/identity/gaia_web_auth_flow.h', |
585 'browser/extensions/api/identity/identity_api.cc', | 583 'browser/extensions/api/identity/identity_api.cc', |
586 'browser/extensions/api/identity/identity_api.h', | 584 'browser/extensions/api/identity/identity_api.h', |
587 'browser/extensions/api/identity/identity_mint_queue.cc', | 585 'browser/extensions/api/identity/identity_mint_queue.cc', |
588 'browser/extensions/api/identity/identity_mint_queue.h', | 586 'browser/extensions/api/identity/identity_mint_queue.h', |
589 'browser/extensions/api/identity/identity_signin_flow.cc', | 587 'browser/extensions/api/identity/identity_signin_flow.cc', |
590 'browser/extensions/api/identity/identity_signin_flow.h', | 588 'browser/extensions/api/identity/identity_signin_flow.h', |
(...skipping 613 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1204 'type': 'static_library', | 1202 'type': 'static_library', |
1205 'sources': [ 'browser/extensions/api/cast_channel/cast_channel.proto' ], | 1203 'sources': [ 'browser/extensions/api/cast_channel/cast_channel.proto' ], |
1206 'variables': { | 1204 'variables': { |
1207 'proto_in_dir': 'browser/extensions/api/cast_channel', | 1205 'proto_in_dir': 'browser/extensions/api/cast_channel', |
1208 'proto_out_dir': 'chrome/browser/extensions/api/cast_channel', | 1206 'proto_out_dir': 'chrome/browser/extensions/api/cast_channel', |
1209 }, | 1207 }, |
1210 'includes': [ '../build/protoc.gypi' ] | 1208 'includes': [ '../build/protoc.gypi' ] |
1211 }, | 1209 }, |
1212 ], | 1210 ], |
1213 } | 1211 } |
OLD | NEW |