OLD | NEW |
1 # Copyright 2012 The Chromium Authors. All rights reserved. | 1 # Copyright 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 'variables': { | 6 'variables': { |
7 # All .cc, .h, .m, and .mm files under browser except for: | 7 # All .cc, .h, .m, and .mm files under browser except for: |
8 # * tests and mocks. | 8 # * tests and mocks. |
9 # * code below browser/chromeos | 9 # * code below browser/chromeos |
10 # * code below browser/extensions | 10 # * code below browser/extensions |
(...skipping 2075 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2086 'browser/media_galleries/win/snapshot_file_details.h', | 2086 'browser/media_galleries/win/snapshot_file_details.h', |
2087 'browser/net/firefox_proxy_settings.cc', | 2087 'browser/net/firefox_proxy_settings.cc', |
2088 'browser/net/firefox_proxy_settings.h', | 2088 'browser/net/firefox_proxy_settings.h', |
2089 'browser/net/predictor_tab_helper.cc', | 2089 'browser/net/predictor_tab_helper.cc', |
2090 'browser/net/predictor_tab_helper.h', | 2090 'browser/net/predictor_tab_helper.h', |
2091 'browser/process_singleton_modal_dialog_lock.cc', | 2091 'browser/process_singleton_modal_dialog_lock.cc', |
2092 'browser/process_singleton_modal_dialog_lock.h', | 2092 'browser/process_singleton_modal_dialog_lock.h', |
2093 'browser/process_singleton_posix.cc', | 2093 'browser/process_singleton_posix.cc', |
2094 'browser/process_singleton_startup_lock.cc', | 2094 'browser/process_singleton_startup_lock.cc', |
2095 'browser/process_singleton_startup_lock.h', | 2095 'browser/process_singleton_startup_lock.h', |
| 2096 'browser/profile_resetter/automatic_profile_resetter.cc', |
| 2097 'browser/profile_resetter/automatic_profile_resetter_delegate.cc', |
| 2098 'browser/profile_resetter/automatic_profile_resetter_delegate.h', |
| 2099 'browser/profile_resetter/automatic_profile_resetter_factory.cc', |
| 2100 'browser/profile_resetter/automatic_profile_resetter_factory.h', |
| 2101 'browser/profile_resetter/automatic_profile_resetter.h', |
| 2102 'browser/profile_resetter/automatic_profile_resetter_mementos.cc', |
| 2103 'browser/profile_resetter/automatic_profile_resetter_mementos.h', |
2096 'browser/profile_resetter/brandcode_config_fetcher.cc', | 2104 'browser/profile_resetter/brandcode_config_fetcher.cc', |
2097 'browser/profile_resetter/brandcode_config_fetcher.h', | 2105 'browser/profile_resetter/brandcode_config_fetcher.h', |
2098 'browser/profile_resetter/brandcoded_default_settings.cc', | 2106 'browser/profile_resetter/brandcoded_default_settings.cc', |
2099 'browser/profile_resetter/brandcoded_default_settings.h', | 2107 'browser/profile_resetter/brandcoded_default_settings.h', |
| 2108 'browser/profile_resetter/jtl_foundation.cc', |
| 2109 'browser/profile_resetter/jtl_foundation.h', |
| 2110 'browser/profile_resetter/jtl_instructions.h', |
| 2111 'browser/profile_resetter/jtl_interpreter.cc', |
| 2112 'browser/profile_resetter/jtl_interpreter.h', |
| 2113 'browser/profile_resetter/profile_reset_global_error.cc', |
| 2114 'browser/profile_resetter/profile_reset_global_error.h', |
2100 'browser/profile_resetter/profile_resetter.cc', | 2115 'browser/profile_resetter/profile_resetter.cc', |
2101 'browser/profile_resetter/profile_resetter.h', | 2116 'browser/profile_resetter/profile_resetter.h', |
2102 'browser/profile_resetter/resettable_settings_snapshot.cc', | 2117 'browser/profile_resetter/resettable_settings_snapshot.cc', |
2103 'browser/profile_resetter/resettable_settings_snapshot.h', | 2118 'browser/profile_resetter/resettable_settings_snapshot.h', |
2104 'browser/profiles/profile_shortcut_manager.cc', | 2119 'browser/profiles/profile_shortcut_manager.cc', |
2105 'browser/profiles/profile_shortcut_manager.h', | 2120 'browser/profiles/profile_shortcut_manager.h', |
2106 'browser/renderer_context_menu/render_view_context_menu.cc', | 2121 'browser/renderer_context_menu/render_view_context_menu.cc', |
2107 'browser/renderer_context_menu/render_view_context_menu.h', | 2122 'browser/renderer_context_menu/render_view_context_menu.h', |
2108 'browser/renderer_context_menu/spelling_bubble_model.cc', | 2123 'browser/renderer_context_menu/spelling_bubble_model.cc', |
2109 'browser/renderer_context_menu/spelling_bubble_model.h', | 2124 'browser/renderer_context_menu/spelling_bubble_model.h', |
(...skipping 1431 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3541 'variables': { | 3556 'variables': { |
3542 'proto_in_dir': 'browser/sync_file_system/drive_backend', | 3557 'proto_in_dir': 'browser/sync_file_system/drive_backend', |
3543 'proto_out_dir': 'chrome/browser/sync_file_system/drive_backend', | 3558 'proto_out_dir': 'chrome/browser/sync_file_system/drive_backend', |
3544 }, | 3559 }, |
3545 'includes': [ '../build/protoc.gypi' ] | 3560 'includes': [ '../build/protoc.gypi' ] |
3546 }, | 3561 }, |
3547 ], | 3562 ], |
3548 },], | 3563 },], |
3549 ], | 3564 ], |
3550 } | 3565 } |
OLD | NEW |