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 274 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
285 'browser/extensions/webstore_installer.h', | 285 'browser/extensions/webstore_installer.h', |
286 'browser/extensions/webstore_standalone_installer.cc', | 286 'browser/extensions/webstore_standalone_installer.cc', |
287 'browser/extensions/webstore_standalone_installer.h', | 287 'browser/extensions/webstore_standalone_installer.h', |
288 'browser/extensions/webstore_startup_installer.cc', | 288 'browser/extensions/webstore_startup_installer.cc', |
289 'browser/extensions/webstore_startup_installer.h', | 289 'browser/extensions/webstore_startup_installer.h', |
290 'browser/extensions/window_controller.cc', | 290 'browser/extensions/window_controller.cc', |
291 'browser/extensions/window_controller.h', | 291 'browser/extensions/window_controller.h', |
292 'browser/extensions/window_controller_list.cc', | 292 'browser/extensions/window_controller_list.cc', |
293 'browser/extensions/window_controller_list.h', | 293 'browser/extensions/window_controller_list.h', |
294 'browser/extensions/window_controller_list_observer.h', | 294 'browser/extensions/window_controller_list_observer.h', |
| 295 'browser/extensions/zipfile_installer.cc', |
| 296 'browser/extensions/zipfile_installer.h', |
295 ], | 297 ], |
296 'chrome_browser_extensions_chromeos_sources': [ | 298 'chrome_browser_extensions_chromeos_sources': [ |
297 'browser/extensions/api/diagnostics/diagnostics_api.cc', | 299 'browser/extensions/api/diagnostics/diagnostics_api.cc', |
298 'browser/extensions/api/diagnostics/diagnostics_api.h', | 300 'browser/extensions/api/diagnostics/diagnostics_api.h', |
299 'browser/extensions/api/diagnostics/diagnostics_api_chromeos.cc', | 301 'browser/extensions/api/diagnostics/diagnostics_api_chromeos.cc', |
300 'browser/extensions/api/enterprise_platform_keys/enterprise_platform_keys_
api.cc', | 302 'browser/extensions/api/enterprise_platform_keys/enterprise_platform_keys_
api.cc', |
301 'browser/extensions/api/enterprise_platform_keys/enterprise_platform_keys_
api.h', | 303 'browser/extensions/api/enterprise_platform_keys/enterprise_platform_keys_
api.h', |
302 'browser/extensions/api/enterprise_platform_keys_private/enterprise_platfo
rm_keys_private_api.cc', | 304 'browser/extensions/api/enterprise_platform_keys_private/enterprise_platfo
rm_keys_private_api.cc', |
303 'browser/extensions/api/enterprise_platform_keys_private/enterprise_platfo
rm_keys_private_api.h', | 305 'browser/extensions/api/enterprise_platform_keys_private/enterprise_platfo
rm_keys_private_api.h', |
304 'browser/extensions/api/input_ime/input_ime_api.cc', | 306 'browser/extensions/api/input_ime/input_ime_api.cc', |
(...skipping 907 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1212 'type': 'static_library', | 1214 'type': 'static_library', |
1213 'sources': [ 'browser/extensions/api/cast_channel/cast_channel.proto' ], | 1215 'sources': [ 'browser/extensions/api/cast_channel/cast_channel.proto' ], |
1214 'variables': { | 1216 'variables': { |
1215 'proto_in_dir': 'browser/extensions/api/cast_channel', | 1217 'proto_in_dir': 'browser/extensions/api/cast_channel', |
1216 'proto_out_dir': 'chrome/browser/extensions/api/cast_channel', | 1218 'proto_out_dir': 'chrome/browser/extensions/api/cast_channel', |
1217 }, | 1219 }, |
1218 'includes': [ '../build/protoc.gypi' ] | 1220 'includes': [ '../build/protoc.gypi' ] |
1219 }, | 1221 }, |
1220 ], | 1222 ], |
1221 } | 1223 } |
OLD | NEW |