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. |
11 'chrome_browser_extensions_extensions_sources': [ | 11 'chrome_browser_extensions_extensions_sources': [ |
12 'browser/apps/ephemeral_app_service.cc', | 12 'browser/apps/ephemeral_app_service.cc', |
13 'browser/apps/ephemeral_app_service.h', | 13 'browser/apps/ephemeral_app_service.h', |
| 14 'browser/extensions/active_install_data.h', |
| 15 'browser/extensions/active_install_data.cc', |
14 'browser/extensions/app_icon_loader.h', | 16 'browser/extensions/app_icon_loader.h', |
15 'browser/extensions/app_icon_loader_impl.cc', | 17 'browser/extensions/app_icon_loader_impl.cc', |
16 'browser/extensions/app_icon_loader_impl.h', | 18 'browser/extensions/app_icon_loader_impl.h', |
17 'browser/extensions/app_sync_bundle.cc', | 19 'browser/extensions/app_sync_bundle.cc', |
18 'browser/extensions/app_sync_bundle.h', | 20 'browser/extensions/app_sync_bundle.h', |
19 'browser/extensions/app_sync_data.cc', | 21 'browser/extensions/app_sync_data.cc', |
20 'browser/extensions/app_sync_data.h', | 22 'browser/extensions/app_sync_data.h', |
21 'browser/extensions/blacklist.cc', | 23 'browser/extensions/blacklist.cc', |
22 'browser/extensions/blacklist.h', | 24 'browser/extensions/blacklist.h', |
23 'browser/extensions/blacklist_state_fetcher.cc', | 25 'browser/extensions/blacklist_state_fetcher.cc', |
(...skipping 1182 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1206 'type': 'static_library', | 1208 'type': 'static_library', |
1207 'sources': [ 'browser/extensions/api/cast_channel/cast_channel.proto' ], | 1209 'sources': [ 'browser/extensions/api/cast_channel/cast_channel.proto' ], |
1208 'variables': { | 1210 'variables': { |
1209 'proto_in_dir': 'browser/extensions/api/cast_channel', | 1211 'proto_in_dir': 'browser/extensions/api/cast_channel', |
1210 'proto_out_dir': 'chrome/browser/extensions/api/cast_channel', | 1212 'proto_out_dir': 'chrome/browser/extensions/api/cast_channel', |
1211 }, | 1213 }, |
1212 'includes': [ '../build/protoc.gypi' ] | 1214 'includes': [ '../build/protoc.gypi' ] |
1213 }, | 1215 }, |
1214 ], | 1216 ], |
1215 } | 1217 } |
OLD | NEW |