| 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 1219 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1230 'browser/signin/signin_tracker_factory.h', | 1230 'browser/signin/signin_tracker_factory.h', |
| 1231 'browser/signin/signin_promo.cc', | 1231 'browser/signin/signin_promo.cc', |
| 1232 'browser/signin/signin_promo.h', | 1232 'browser/signin/signin_promo.h', |
| 1233 'browser/site_details.cc', | 1233 'browser/site_details.cc', |
| 1234 'browser/site_details.h', | 1234 'browser/site_details.h', |
| 1235 'browser/speech/chrome_speech_recognition_manager_delegate.cc', | 1235 'browser/speech/chrome_speech_recognition_manager_delegate.cc', |
| 1236 'browser/speech/chrome_speech_recognition_manager_delegate.h', | 1236 'browser/speech/chrome_speech_recognition_manager_delegate.h', |
| 1237 'browser/speech/tts_android.cc', | 1237 'browser/speech/tts_android.cc', |
| 1238 'browser/speech/tts_android.h', | 1238 'browser/speech/tts_android.h', |
| 1239 'browser/speech/tts_chromeos.cc', | 1239 'browser/speech/tts_chromeos.cc', |
| 1240 'browser/speech/tts_controller.cc', | |
| 1241 'browser/speech/tts_controller.h', | 1240 'browser/speech/tts_controller.h', |
| 1241 'browser/speech/tts_controller_impl.cc', |
| 1242 'browser/speech/tts_controller_impl.h', |
| 1242 'browser/speech/tts_mac.mm', | 1243 'browser/speech/tts_mac.mm', |
| 1243 'browser/speech/tts_platform.cc', | 1244 'browser/speech/tts_platform.cc', |
| 1244 'browser/speech/tts_platform.h', | 1245 'browser/speech/tts_platform.h', |
| 1245 'browser/speech/tts_message_filter.cc', | 1246 'browser/speech/tts_message_filter.cc', |
| 1246 'browser/speech/tts_message_filter.h', | 1247 'browser/speech/tts_message_filter.h', |
| 1247 'browser/speech/tts_win.cc', | 1248 'browser/speech/tts_win.cc', |
| 1248 'browser/ssl/ssl_blocking_page.cc', | 1249 'browser/ssl/ssl_blocking_page.cc', |
| 1249 'browser/ssl/ssl_blocking_page.h', | 1250 'browser/ssl/ssl_blocking_page.h', |
| 1250 'browser/ssl/ssl_client_certificate_selector.h', | 1251 'browser/ssl/ssl_client_certificate_selector.h', |
| 1251 'browser/ssl/ssl_error_info.cc', | 1252 'browser/ssl/ssl_error_info.cc', |
| (...skipping 2340 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3592 'package_name': 'org/chromium/chrome/browser', | 3593 'package_name': 'org/chromium/chrome/browser', |
| 3593 'template_deps': ['browser/android/tab_load_status.h'], | 3594 'template_deps': ['browser/android/tab_load_status.h'], |
| 3594 }, | 3595 }, |
| 3595 'includes': [ '../build/android/java_cpp_template.gypi' ], | 3596 'includes': [ '../build/android/java_cpp_template.gypi' ], |
| 3596 }, | 3597 }, |
| 3597 ], | 3598 ], |
| 3598 }, | 3599 }, |
| 3599 ], | 3600 ], |
| 3600 ], | 3601 ], |
| 3601 } | 3602 } |
| OLD | NEW |