OLD | NEW |
1 # Copyright 2013 The Chromium Authors. All rights reserved. | 1 # Copyright 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 'chromium_code': 1, | 7 'chromium_code': 1, |
8 }, | 8 }, |
9 'targets': [ | 9 'targets': [ |
10 { | 10 { |
(...skipping 429 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
440 'browser/extension_system_provider.h', | 440 'browser/extension_system_provider.h', |
441 'browser/extension_util.cc', | 441 'browser/extension_util.cc', |
442 'browser/extension_util.h', | 442 'browser/extension_util.h', |
443 'browser/extension_web_contents_observer.cc', | 443 'browser/extension_web_contents_observer.cc', |
444 'browser/extension_web_contents_observer.h', | 444 'browser/extension_web_contents_observer.h', |
445 'browser/extensions_browser_client.cc', | 445 'browser/extensions_browser_client.cc', |
446 'browser/extensions_browser_client.h', | 446 'browser/extensions_browser_client.h', |
447 'browser/external_provider_interface.h', | 447 'browser/external_provider_interface.h', |
448 'browser/granted_file_entry.cc', | 448 'browser/granted_file_entry.cc', |
449 'browser/granted_file_entry.h', | 449 'browser/granted_file_entry.h', |
| 450 'browser/guest_view/guest_view_constants.cc', |
| 451 'browser/guest_view/guest_view_constants.h', |
450 'browser/image_loader.cc', | 452 'browser/image_loader.cc', |
451 'browser/image_loader.h', | 453 'browser/image_loader.h', |
452 'browser/image_loader_factory.cc', | 454 'browser/image_loader_factory.cc', |
453 'browser/image_loader_factory.h', | 455 'browser/image_loader_factory.h', |
454 'browser/image_util.cc', | 456 'browser/image_util.cc', |
455 'browser/image_util.h', | 457 'browser/image_util.h', |
456 'browser/info_map.cc', | 458 'browser/info_map.cc', |
457 'browser/info_map.h', | 459 'browser/info_map.h', |
458 'browser/install_flag.h', | 460 'browser/install_flag.h', |
459 'browser/file_highlighter.cc', | 461 'browser/file_highlighter.cc', |
(...skipping 438 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
898 'type': 'static_library', | 900 'type': 'static_library', |
899 'sources': [ 'browser/api/cast_channel/cast_channel.proto' ], | 901 'sources': [ 'browser/api/cast_channel/cast_channel.proto' ], |
900 'variables': { | 902 'variables': { |
901 'proto_in_dir': 'browser/api/cast_channel', | 903 'proto_in_dir': 'browser/api/cast_channel', |
902 'proto_out_dir': 'extensions/browser/api/cast_channel', | 904 'proto_out_dir': 'extensions/browser/api/cast_channel', |
903 }, | 905 }, |
904 'includes': [ '../build/protoc.gypi' ] | 906 'includes': [ '../build/protoc.gypi' ] |
905 }, | 907 }, |
906 ] | 908 ] |
907 } | 909 } |
OLD | NEW |