| 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 433 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 444 'browser/info_map.h', | 444 'browser/info_map.h', |
| 445 'browser/install_flag.h', | 445 'browser/install_flag.h', |
| 446 'browser/file_highlighter.cc', | 446 'browser/file_highlighter.cc', |
| 447 'browser/file_highlighter.h', | 447 'browser/file_highlighter.h', |
| 448 'browser/file_reader.cc', | 448 'browser/file_reader.cc', |
| 449 'browser/file_reader.h', | 449 'browser/file_reader.h', |
| 450 'browser/lazy_background_task_queue.cc', | 450 'browser/lazy_background_task_queue.cc', |
| 451 'browser/lazy_background_task_queue.h', | 451 'browser/lazy_background_task_queue.h', |
| 452 'browser/management_policy.cc', | 452 'browser/management_policy.cc', |
| 453 'browser/management_policy.h', | 453 'browser/management_policy.h', |
| 454 'browser/notification_types.h', |
| 454 'browser/pref_names.cc', | 455 'browser/pref_names.cc', |
| 455 'browser/pref_names.h', | 456 'browser/pref_names.h', |
| 456 'browser/process_manager.cc', | 457 'browser/process_manager.cc', |
| 457 'browser/process_manager.h', | 458 'browser/process_manager.h', |
| 458 'browser/process_manager_delegate.h', | 459 'browser/process_manager_delegate.h', |
| 459 'browser/process_manager_observer.h', | 460 'browser/process_manager_observer.h', |
| 460 'browser/process_map.cc', | 461 'browser/process_map.cc', |
| 461 'browser/process_map.h', | 462 'browser/process_map.h', |
| 462 'browser/process_map_factory.cc', | 463 'browser/process_map_factory.cc', |
| 463 'browser/process_map_factory.h', | 464 'browser/process_map_factory.h', |
| (...skipping 390 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 854 'type': 'static_library', | 855 'type': 'static_library', |
| 855 'sources': [ 'browser/api/cast_channel/cast_channel.proto' ], | 856 'sources': [ 'browser/api/cast_channel/cast_channel.proto' ], |
| 856 'variables': { | 857 'variables': { |
| 857 'proto_in_dir': 'browser/api/cast_channel', | 858 'proto_in_dir': 'browser/api/cast_channel', |
| 858 'proto_out_dir': 'extensions/browser/api/cast_channel', | 859 'proto_out_dir': 'extensions/browser/api/cast_channel', |
| 859 }, | 860 }, |
| 860 'includes': [ '../build/protoc.gypi' ] | 861 'includes': [ '../build/protoc.gypi' ] |
| 861 }, | 862 }, |
| 862 ] | 863 ] |
| 863 } | 864 } |
| OLD | NEW |