| 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 1517 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1528 'browser/safe_browsing/safe_browsing_tab_observer.cc', | 1528 'browser/safe_browsing/safe_browsing_tab_observer.cc', |
| 1529 'browser/safe_browsing/safe_browsing_tab_observer.h', | 1529 'browser/safe_browsing/safe_browsing_tab_observer.h', |
| 1530 'browser/safe_browsing/safe_browsing_util.cc', | 1530 'browser/safe_browsing/safe_browsing_util.cc', |
| 1531 'browser/safe_browsing/safe_browsing_util.h', | 1531 'browser/safe_browsing/safe_browsing_util.h', |
| 1532 'browser/safe_browsing/sandboxed_zip_analyzer.cc', | 1532 'browser/safe_browsing/sandboxed_zip_analyzer.cc', |
| 1533 'browser/safe_browsing/sandboxed_zip_analyzer.h', | 1533 'browser/safe_browsing/sandboxed_zip_analyzer.h', |
| 1534 'browser/safe_browsing/two_phase_uploader.cc', | 1534 'browser/safe_browsing/two_phase_uploader.cc', |
| 1535 'browser/safe_browsing/two_phase_uploader.h', | 1535 'browser/safe_browsing/two_phase_uploader.h', |
| 1536 'browser/safe_browsing/ui_manager.cc', | 1536 'browser/safe_browsing/ui_manager.cc', |
| 1537 'browser/safe_browsing/ui_manager.h', | 1537 'browser/safe_browsing/ui_manager.h', |
| 1538 'browser/safe_json_parser.cc', | |
| 1539 'browser/safe_json_parser.h', | |
| 1540 'browser/screensaver_window_finder_x11.cc', | 1538 'browser/screensaver_window_finder_x11.cc', |
| 1541 'browser/screensaver_window_finder_x11.h', | 1539 'browser/screensaver_window_finder_x11.h', |
| 1542 'browser/search/hotword_client.h', | 1540 'browser/search/hotword_client.h', |
| 1543 'browser/search/hotword_service.cc', | 1541 'browser/search/hotword_service.cc', |
| 1544 'browser/search/hotword_service.h', | 1542 'browser/search/hotword_service.h', |
| 1545 'browser/search/hotword_service_factory.cc', | 1543 'browser/search/hotword_service_factory.cc', |
| 1546 'browser/search/hotword_service_factory.h', | 1544 'browser/search/hotword_service_factory.h', |
| 1547 'browser/search/iframe_source.cc', | 1545 'browser/search/iframe_source.cc', |
| 1548 'browser/search/iframe_source.h', | 1546 'browser/search/iframe_source.h', |
| 1549 'browser/search/instant_io_context.cc', | 1547 'browser/search/instant_io_context.cc', |
| (...skipping 593 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2143 'browser/guest_view/web_view/web_view_constants.h', | 2141 'browser/guest_view/web_view/web_view_constants.h', |
| 2144 'browser/guest_view/web_view/web_view_find_helper.cc', | 2142 'browser/guest_view/web_view/web_view_find_helper.cc', |
| 2145 'browser/guest_view/web_view/web_view_find_helper.h', | 2143 'browser/guest_view/web_view/web_view_find_helper.h', |
| 2146 'browser/guest_view/web_view/web_view_guest.cc', | 2144 'browser/guest_view/web_view/web_view_guest.cc', |
| 2147 'browser/guest_view/web_view/web_view_guest.h', | 2145 'browser/guest_view/web_view/web_view_guest.h', |
| 2148 'browser/guest_view/web_view/web_view_permission_types.h', | 2146 'browser/guest_view/web_view/web_view_permission_types.h', |
| 2149 'browser/infobars/infobar_extension_api.cc', | 2147 'browser/infobars/infobar_extension_api.cc', |
| 2150 'browser/infobars/infobar_extension_api.h', | 2148 'browser/infobars/infobar_extension_api.h', |
| 2151 'browser/renderer_host/chrome_extension_message_filter.cc', | 2149 'browser/renderer_host/chrome_extension_message_filter.cc', |
| 2152 'browser/renderer_host/chrome_extension_message_filter.h', | 2150 'browser/renderer_host/chrome_extension_message_filter.h', |
| 2151 'browser/safe_json_parser.cc', |
| 2152 'browser/safe_json_parser.h', |
| 2153 'browser/speech/extension_api/tts_engine_extension_api.cc', | 2153 'browser/speech/extension_api/tts_engine_extension_api.cc', |
| 2154 'browser/speech/extension_api/tts_engine_extension_api.h', | 2154 'browser/speech/extension_api/tts_engine_extension_api.h', |
| 2155 'browser/speech/extension_api/tts_extension_api.cc', | 2155 'browser/speech/extension_api/tts_extension_api.cc', |
| 2156 'browser/speech/extension_api/tts_extension_api.h', | 2156 'browser/speech/extension_api/tts_extension_api.h', |
| 2157 ], | 2157 ], |
| 2158 'chrome_browser_background_sources': [ | 2158 'chrome_browser_background_sources': [ |
| 2159 'browser/background/background_application_list_model.cc', | 2159 'browser/background/background_application_list_model.cc', |
| 2160 'browser/background/background_application_list_model.h', | 2160 'browser/background/background_application_list_model.h', |
| 2161 'browser/background/background_contents_service.cc', | 2161 'browser/background/background_contents_service.cc', |
| 2162 'browser/background/background_contents_service.h', | 2162 'browser/background/background_contents_service.h', |
| (...skipping 1589 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3752 'package_name': 'org/chromium/chrome/browser', | 3752 'package_name': 'org/chromium/chrome/browser', |
| 3753 'template_deps': ['browser/android/tab_load_status.h'], | 3753 'template_deps': ['browser/android/tab_load_status.h'], |
| 3754 }, | 3754 }, |
| 3755 'includes': [ '../build/android/java_cpp_template.gypi' ], | 3755 'includes': [ '../build/android/java_cpp_template.gypi' ], |
| 3756 }, | 3756 }, |
| 3757 ], | 3757 ], |
| 3758 }, | 3758 }, |
| 3759 ], | 3759 ], |
| 3760 ], | 3760 ], |
| 3761 } | 3761 } |
| OLD | NEW |