| OLD | NEW |
| 1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2012 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 'targets': [ | 6 'targets': [ |
| 7 { | 7 { |
| 8 'target_name': 'browser', | 8 'target_name': 'browser', |
| 9 'type': 'static_library', | 9 'type': 'static_library', |
| 10 'variables': { 'enable_wexit_time_destructors': 1, }, | 10 'variables': { 'enable_wexit_time_destructors': 1, }, |
| (...skipping 964 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 975 'browser/extensions/api/api_function.h', | 975 'browser/extensions/api/api_function.h', |
| 976 'browser/extensions/api/api_resource.cc', | 976 'browser/extensions/api/api_resource.cc', |
| 977 'browser/extensions/api/api_resource.h', | 977 'browser/extensions/api/api_resource.h', |
| 978 'browser/extensions/api/api_resource_controller.cc', | 978 'browser/extensions/api/api_resource_controller.cc', |
| 979 'browser/extensions/api/api_resource_controller.h', | 979 'browser/extensions/api/api_resource_controller.h', |
| 980 'browser/extensions/api/api_resource_event_notifier.cc', | 980 'browser/extensions/api/api_resource_event_notifier.cc', |
| 981 'browser/extensions/api/api_resource_event_notifier.h', | 981 'browser/extensions/api/api_resource_event_notifier.h', |
| 982 'browser/extensions/api/app/app_api.cc', | 982 'browser/extensions/api/app/app_api.cc', |
| 983 'browser/extensions/api/app/app_api.h', | 983 'browser/extensions/api/app/app_api.h', |
| 984 'browser/extensions/api/declarative/declarative_api.cc', | 984 'browser/extensions/api/declarative/declarative_api.cc', |
| 985 'browser/extensions/api/declarative/declarative_api_constants.cc', | |
| 986 'browser/extensions/api/declarative/declarative_api_constants.h', | |
| 987 'browser/extensions/api/declarative/declarative_api.h', | 985 'browser/extensions/api/declarative/declarative_api.h', |
| 988 'browser/extensions/api/declarative/initializing_rules_registry.cc', | 986 'browser/extensions/api/declarative/initializing_rules_registry.cc', |
| 989 'browser/extensions/api/declarative/initializing_rules_registry.h', | 987 'browser/extensions/api/declarative/initializing_rules_registry.h', |
| 990 'browser/extensions/api/declarative/rules_registry.h', | 988 'browser/extensions/api/declarative/rules_registry.h', |
| 991 'browser/extensions/api/declarative/rules_registry_service.cc', | 989 'browser/extensions/api/declarative/rules_registry_service.cc', |
| 992 'browser/extensions/api/declarative/rules_registry_service.h', | 990 'browser/extensions/api/declarative/rules_registry_service.h', |
| 993 'browser/extensions/api/declarative/substring_set_matcher.cc', | 991 'browser/extensions/api/declarative/substring_set_matcher.cc', |
| 994 'browser/extensions/api/declarative/substring_set_matcher.h', | 992 'browser/extensions/api/declarative/substring_set_matcher.h', |
| 995 'browser/extensions/api/declarative/test_rules_registry.cc', | 993 'browser/extensions/api/declarative/test_rules_registry.cc', |
| 996 'browser/extensions/api/declarative/test_rules_registry.h', | 994 'browser/extensions/api/declarative/test_rules_registry.h', |
| (...skipping 4584 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 5581 'type': 'static_library', | 5579 'type': 'static_library', |
| 5582 'sources': [ 'browser/history/in_memory_url_index_cache.proto' ], | 5580 'sources': [ 'browser/history/in_memory_url_index_cache.proto' ], |
| 5583 'variables': { | 5581 'variables': { |
| 5584 'proto_in_dir': 'browser/history', | 5582 'proto_in_dir': 'browser/history', |
| 5585 'proto_out_dir': 'chrome/browser/history', | 5583 'proto_out_dir': 'chrome/browser/history', |
| 5586 }, | 5584 }, |
| 5587 'includes': [ '../build/protoc.gypi' ] | 5585 'includes': [ '../build/protoc.gypi' ] |
| 5588 }, | 5586 }, |
| 5589 ], | 5587 ], |
| 5590 } | 5588 } |
| OLD | NEW |