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 998 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1009 'browser/certificate_viewer.cc', | 1009 'browser/certificate_viewer.cc', |
1010 'browser/certificate_viewer.h', | 1010 'browser/certificate_viewer.h', |
1011 'browser/chrome_browser_field_trials_desktop.cc', | 1011 'browser/chrome_browser_field_trials_desktop.cc', |
1012 'browser/chrome_browser_field_trials_desktop.h', | 1012 'browser/chrome_browser_field_trials_desktop.h', |
1013 'browser/chrome_browser_main_posix.cc', | 1013 'browser/chrome_browser_main_posix.cc', |
1014 'browser/chrome_browser_main_posix.h', | 1014 'browser/chrome_browser_main_posix.h', |
1015 'browser/chrome_device_client.cc', | 1015 'browser/chrome_device_client.cc', |
1016 'browser/chrome_device_client.h', | 1016 'browser/chrome_device_client.h', |
1017 'browser/chrome_process_singleton.cc', | 1017 'browser/chrome_process_singleton.cc', |
1018 'browser/chrome_process_singleton.h', | 1018 'browser/chrome_process_singleton.h', |
| 1019 'browser/chrome_webusb_browser_client.cc', |
| 1020 'browser/chrome_webusb_browser_client.h', |
1019 'browser/component_updater/widevine_cdm_component_installer.cc', | 1021 'browser/component_updater/widevine_cdm_component_installer.cc', |
1020 'browser/component_updater/widevine_cdm_component_installer.h', | 1022 'browser/component_updater/widevine_cdm_component_installer.h', |
1021 'browser/custom_home_pages_table_model.cc', | 1023 'browser/custom_home_pages_table_model.cc', |
1022 'browser/custom_home_pages_table_model.h', | 1024 'browser/custom_home_pages_table_model.h', |
1023 'browser/diagnostics/diagnostics_controller.cc', | 1025 'browser/diagnostics/diagnostics_controller.cc', |
1024 'browser/diagnostics/diagnostics_controller.h', | 1026 'browser/diagnostics/diagnostics_controller.h', |
1025 'browser/diagnostics/diagnostics_metrics.cc', | 1027 'browser/diagnostics/diagnostics_metrics.cc', |
1026 'browser/diagnostics/diagnostics_metrics.h', | 1028 'browser/diagnostics/diagnostics_metrics.h', |
1027 'browser/diagnostics/diagnostics_model.cc', | 1029 'browser/diagnostics/diagnostics_model.cc', |
1028 'browser/diagnostics/diagnostics_model.h', | 1030 'browser/diagnostics/diagnostics_model.h', |
(...skipping 2608 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3637 }], | 3639 }], |
3638 ['OS!="android" and OS!="ios" and chromeos==0', { | 3640 ['OS!="android" and OS!="ios" and chromeos==0', { |
3639 'sources': [ '<@(chrome_browser_desktop_sources)' ], | 3641 'sources': [ '<@(chrome_browser_desktop_sources)' ], |
3640 }], | 3642 }], |
3641 ['OS=="android" or OS=="ios"', { | 3643 ['OS=="android" or OS=="ios"', { |
3642 'sources': [ '<@(chrome_browser_mobile_sources)' ], | 3644 'sources': [ '<@(chrome_browser_mobile_sources)' ], |
3643 }, { # OS!="android" and OS!="ios" | 3645 }, { # OS!="android" and OS!="ios" |
3644 'sources': [ '<@(chrome_browser_non_mobile_sources)' ], | 3646 'sources': [ '<@(chrome_browser_non_mobile_sources)' ], |
3645 'dependencies': [ | 3647 'dependencies': [ |
3646 '../components/components.gyp:feedback_component', | 3648 '../components/components.gyp:feedback_component', |
| 3649 '../components/components.gyp:webusb', |
3647 '../device/core/core.gyp:device_core', | 3650 '../device/core/core.gyp:device_core', |
3648 '../device/devices_app/devices_app.gyp:devices_app_public_cpp', | 3651 '../device/devices_app/devices_app.gyp:devices_app_public_cpp', |
3649 '../device/devices_app/devices_app.gyp:devices_app_public_cpp_factor
y', | 3652 '../device/devices_app/devices_app.gyp:devices_app_public_cpp_factor
y', |
3650 '../device/usb/usb.gyp:device_usb', | 3653 '../device/usb/usb.gyp:device_usb', |
3651 '../net/net.gyp:net_browser_services', | 3654 '../net/net.gyp:net_browser_services', |
3652 ] | 3655 ] |
3653 }], | 3656 }], |
3654 ['OS=="android"', { | 3657 ['OS=="android"', { |
3655 'dependencies': [ | 3658 'dependencies': [ |
3656 '../build/android/ndk.gyp:cpu_features', | 3659 '../build/android/ndk.gyp:cpu_features', |
(...skipping 452 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
4109 '../components/components.gyp:omnibox_browser', | 4112 '../components/components.gyp:omnibox_browser', |
4110 '../components/components.gyp:rlz', | 4113 '../components/components.gyp:rlz', |
4111 '../components/components.gyp:search_engines', | 4114 '../components/components.gyp:search_engines', |
4112 '../rlz/rlz.gyp:rlz_lib', | 4115 '../rlz/rlz.gyp:rlz_lib', |
4113 ], | 4116 ], |
4114 }, | 4117 }, |
4115 ], | 4118 ], |
4116 }], | 4119 }], |
4117 ], | 4120 ], |
4118 } | 4121 } |
OLD | NEW |