| 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 2744 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2755 'browser/safe_browsing/services_delegate_impl.cc', | 2755 'browser/safe_browsing/services_delegate_impl.cc', |
| 2756 'browser/safe_browsing/services_delegate_impl.h', | 2756 'browser/safe_browsing/services_delegate_impl.h', |
| 2757 'browser/safe_browsing/signature_evaluator_mac.h', | 2757 'browser/safe_browsing/signature_evaluator_mac.h', |
| 2758 'browser/safe_browsing/signature_evaluator_mac.mm', | 2758 'browser/safe_browsing/signature_evaluator_mac.mm', |
| 2759 'browser/safe_browsing/two_phase_uploader.cc', | 2759 'browser/safe_browsing/two_phase_uploader.cc', |
| 2760 'browser/safe_browsing/two_phase_uploader.h', | 2760 'browser/safe_browsing/two_phase_uploader.h', |
| 2761 ], | 2761 ], |
| 2762 'chrome_browser_search_engines_sources': [ | 2762 'chrome_browser_search_engines_sources': [ |
| 2763 'browser/search_engines/chrome_template_url_service_client.cc', | 2763 'browser/search_engines/chrome_template_url_service_client.cc', |
| 2764 'browser/search_engines/chrome_template_url_service_client.h', | 2764 'browser/search_engines/chrome_template_url_service_client.h', |
| 2765 'browser/search_engines/search_provider_install_data.cc', | |
| 2766 'browser/search_engines/search_provider_install_data.h', | |
| 2767 'browser/search_engines/search_provider_install_state_impl.cc', | |
| 2768 'browser/search_engines/search_provider_install_state_impl.h', | |
| 2769 'browser/search_engines/template_url_fetcher_factory.cc', | 2765 'browser/search_engines/template_url_fetcher_factory.cc', |
| 2770 'browser/search_engines/template_url_fetcher_factory.h', | 2766 'browser/search_engines/template_url_fetcher_factory.h', |
| 2771 'browser/search_engines/template_url_service_factory.cc', | 2767 'browser/search_engines/template_url_service_factory.cc', |
| 2772 'browser/search_engines/template_url_service_factory.h', | 2768 'browser/search_engines/template_url_service_factory.h', |
| 2773 'browser/search_engines/ui_thread_search_terms_data.cc', | 2769 'browser/search_engines/ui_thread_search_terms_data.cc', |
| 2774 'browser/search_engines/ui_thread_search_terms_data.h', | 2770 'browser/search_engines/ui_thread_search_terms_data.h', |
| 2775 'browser/search_engines/ui_thread_search_terms_data_android.cc', | 2771 'browser/search_engines/ui_thread_search_terms_data_android.cc', |
| 2776 'browser/search_engines/ui_thread_search_terms_data_android.h', | 2772 'browser/search_engines/ui_thread_search_terms_data_android.h', |
| 2777 ], | 2773 ], |
| 2778 # Search sources used when android_java_ui is enabled. | 2774 # Search sources used when android_java_ui is enabled. |
| (...skipping 607 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3386 # Disable LTO due to ELF section name out of range | 3382 # Disable LTO due to ELF section name out of range |
| 3387 # crbug.com/422251 | 3383 # crbug.com/422251 |
| 3388 '../build/android/disable_gcc_lto.gypi', | 3384 '../build/android/disable_gcc_lto.gypi', |
| 3389 ], | 3385 ], |
| 3390 'conditions': [ | 3386 'conditions': [ |
| 3391 ['OS != "ios"', { | 3387 ['OS != "ios"', { |
| 3392 'dependencies': [ | 3388 'dependencies': [ |
| 3393 'budget_proto', | 3389 'budget_proto', |
| 3394 'common_mojo_bindings', | 3390 'common_mojo_bindings', |
| 3395 'common_net', | 3391 'common_net', |
| 3396 'common_search_provider_mojom', | |
| 3397 'debugger', | 3392 'debugger', |
| 3398 'installer_util', | 3393 'installer_util', |
| 3399 '../cc/cc.gyp:cc', | 3394 '../cc/cc.gyp:cc', |
| 3400 '../components/components.gyp:about_handler', | 3395 '../components/components.gyp:about_handler', |
| 3401 '../components/components.gyp:autofill_content_browser', | 3396 '../components/components.gyp:autofill_content_browser', |
| 3402 '../components/components.gyp:browsing_data_content', | 3397 '../components/components.gyp:browsing_data_content', |
| 3403 '../components/components.gyp:certificate_reporting', | 3398 '../components/components.gyp:certificate_reporting', |
| 3404 '../components/components.gyp:certificate_transparency', | 3399 '../components/components.gyp:certificate_transparency', |
| 3405 '../components/components.gyp:contextual_search_browser', | 3400 '../components/components.gyp:contextual_search_browser', |
| 3406 '../components/components.gyp:cookie_config', | 3401 '../components/components.gyp:cookie_config', |
| (...skipping 931 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4338 '../components/components.gyp:rlz', | 4333 '../components/components.gyp:rlz', |
| 4339 '../components/components.gyp:search_engines', | 4334 '../components/components.gyp:search_engines', |
| 4340 '../rlz/rlz.gyp:rlz_lib', | 4335 '../rlz/rlz.gyp:rlz_lib', |
| 4341 'common', | 4336 'common', |
| 4342 ], | 4337 ], |
| 4343 }, | 4338 }, |
| 4344 ], | 4339 ], |
| 4345 }], | 4340 }], |
| 4346 ], | 4341 ], |
| 4347 } | 4342 } |
| OLD | NEW |