| 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 1006 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1017 'browser/certificate_viewer.cc', | 1017 'browser/certificate_viewer.cc', |
| 1018 'browser/certificate_viewer.h', | 1018 'browser/certificate_viewer.h', |
| 1019 'browser/chrome_browser_field_trials_desktop.cc', | 1019 'browser/chrome_browser_field_trials_desktop.cc', |
| 1020 'browser/chrome_browser_field_trials_desktop.h', | 1020 'browser/chrome_browser_field_trials_desktop.h', |
| 1021 'browser/chrome_browser_main_posix.cc', | 1021 'browser/chrome_browser_main_posix.cc', |
| 1022 'browser/chrome_browser_main_posix.h', | 1022 'browser/chrome_browser_main_posix.h', |
| 1023 'browser/chrome_device_client.cc', | 1023 'browser/chrome_device_client.cc', |
| 1024 'browser/chrome_device_client.h', | 1024 'browser/chrome_device_client.h', |
| 1025 'browser/chrome_process_singleton.cc', | 1025 'browser/chrome_process_singleton.cc', |
| 1026 'browser/chrome_process_singleton.h', | 1026 'browser/chrome_process_singleton.h', |
| 1027 'browser/chrome_webusb_browser_client.cc', |
| 1028 'browser/chrome_webusb_browser_client.h', |
| 1027 'browser/component_updater/widevine_cdm_component_installer.cc', | 1029 'browser/component_updater/widevine_cdm_component_installer.cc', |
| 1028 'browser/component_updater/widevine_cdm_component_installer.h', | 1030 'browser/component_updater/widevine_cdm_component_installer.h', |
| 1029 'browser/custom_home_pages_table_model.cc', | 1031 'browser/custom_home_pages_table_model.cc', |
| 1030 'browser/custom_home_pages_table_model.h', | 1032 'browser/custom_home_pages_table_model.h', |
| 1031 'browser/diagnostics/diagnostics_controller.cc', | 1033 'browser/diagnostics/diagnostics_controller.cc', |
| 1032 'browser/diagnostics/diagnostics_controller.h', | 1034 'browser/diagnostics/diagnostics_controller.h', |
| 1033 'browser/diagnostics/diagnostics_metrics.cc', | 1035 'browser/diagnostics/diagnostics_metrics.cc', |
| 1034 'browser/diagnostics/diagnostics_metrics.h', | 1036 'browser/diagnostics/diagnostics_metrics.h', |
| 1035 'browser/diagnostics/diagnostics_model.cc', | 1037 'browser/diagnostics/diagnostics_model.cc', |
| 1036 'browser/diagnostics/diagnostics_model.h', | 1038 'browser/diagnostics/diagnostics_model.h', |
| (...skipping 2599 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3636 }], | 3638 }], |
| 3637 ['OS!="android" and OS!="ios" and chromeos==0', { | 3639 ['OS!="android" and OS!="ios" and chromeos==0', { |
| 3638 'sources': [ '<@(chrome_browser_desktop_sources)' ], | 3640 'sources': [ '<@(chrome_browser_desktop_sources)' ], |
| 3639 }], | 3641 }], |
| 3640 ['OS=="android" or OS=="ios"', { | 3642 ['OS=="android" or OS=="ios"', { |
| 3641 'sources': [ '<@(chrome_browser_mobile_sources)' ], | 3643 'sources': [ '<@(chrome_browser_mobile_sources)' ], |
| 3642 }, { # OS!="android" and OS!="ios" | 3644 }, { # OS!="android" and OS!="ios" |
| 3643 'sources': [ '<@(chrome_browser_non_mobile_sources)' ], | 3645 'sources': [ '<@(chrome_browser_non_mobile_sources)' ], |
| 3644 'dependencies': [ | 3646 'dependencies': [ |
| 3645 '../components/components.gyp:feedback_component', | 3647 '../components/components.gyp:feedback_component', |
| 3648 '../components/components.gyp:webusb', |
| 3646 '../device/core/core.gyp:device_core', | 3649 '../device/core/core.gyp:device_core', |
| 3647 '../device/devices_app/devices_app.gyp:devices_app_public_cpp', | 3650 '../device/devices_app/devices_app.gyp:devices_app_public_cpp', |
| 3648 '../device/devices_app/devices_app.gyp:devices_app_public_cpp_factor
y', | 3651 '../device/devices_app/devices_app.gyp:devices_app_public_cpp_factor
y', |
| 3649 '../device/usb/usb.gyp:device_usb', | 3652 '../device/usb/usb.gyp:device_usb', |
| 3650 '../net/net.gyp:net_browser_services', | 3653 '../net/net.gyp:net_browser_services', |
| 3651 ] | 3654 ] |
| 3652 }], | 3655 }], |
| 3653 ['OS=="android"', { | 3656 ['OS=="android"', { |
| 3654 'dependencies': [ | 3657 'dependencies': [ |
| 3655 '../build/android/ndk.gyp:cpu_features', | 3658 '../build/android/ndk.gyp:cpu_features', |
| (...skipping 461 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4117 '../components/components.gyp:omnibox_browser', | 4120 '../components/components.gyp:omnibox_browser', |
| 4118 '../components/components.gyp:rlz', | 4121 '../components/components.gyp:rlz', |
| 4119 '../components/components.gyp:search_engines', | 4122 '../components/components.gyp:search_engines', |
| 4120 '../rlz/rlz.gyp:rlz_lib', | 4123 '../rlz/rlz.gyp:rlz_lib', |
| 4121 ], | 4124 ], |
| 4122 }, | 4125 }, |
| 4123 ], | 4126 ], |
| 4124 }], | 4127 }], |
| 4125 ], | 4128 ], |
| 4126 } | 4129 } |
| OLD | NEW |