| 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 987 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 998 'browser/certificate_viewer.cc', | 998 'browser/certificate_viewer.cc', |
| 999 'browser/certificate_viewer.h', | 999 'browser/certificate_viewer.h', |
| 1000 'browser/chrome_browser_field_trials_desktop.cc', | 1000 'browser/chrome_browser_field_trials_desktop.cc', |
| 1001 'browser/chrome_browser_field_trials_desktop.h', | 1001 'browser/chrome_browser_field_trials_desktop.h', |
| 1002 'browser/chrome_browser_main_posix.cc', | 1002 'browser/chrome_browser_main_posix.cc', |
| 1003 'browser/chrome_browser_main_posix.h', | 1003 'browser/chrome_browser_main_posix.h', |
| 1004 'browser/chrome_device_client.cc', | 1004 'browser/chrome_device_client.cc', |
| 1005 'browser/chrome_device_client.h', | 1005 'browser/chrome_device_client.h', |
| 1006 'browser/chrome_process_singleton.cc', | 1006 'browser/chrome_process_singleton.cc', |
| 1007 'browser/chrome_process_singleton.h', | 1007 'browser/chrome_process_singleton.h', |
| 1008 'browser/chrome_webusb_browser_client.cc', |
| 1009 'browser/chrome_webusb_browser_client.h', |
| 1008 'browser/component_updater/widevine_cdm_component_installer.cc', | 1010 'browser/component_updater/widevine_cdm_component_installer.cc', |
| 1009 'browser/component_updater/widevine_cdm_component_installer.h', | 1011 'browser/component_updater/widevine_cdm_component_installer.h', |
| 1010 'browser/custom_home_pages_table_model.cc', | 1012 'browser/custom_home_pages_table_model.cc', |
| 1011 'browser/custom_home_pages_table_model.h', | 1013 'browser/custom_home_pages_table_model.h', |
| 1012 'browser/diagnostics/diagnostics_controller.cc', | 1014 'browser/diagnostics/diagnostics_controller.cc', |
| 1013 'browser/diagnostics/diagnostics_controller.h', | 1015 'browser/diagnostics/diagnostics_controller.h', |
| 1014 'browser/diagnostics/diagnostics_metrics.cc', | 1016 'browser/diagnostics/diagnostics_metrics.cc', |
| 1015 'browser/diagnostics/diagnostics_metrics.h', | 1017 'browser/diagnostics/diagnostics_metrics.h', |
| 1016 'browser/diagnostics/diagnostics_model.cc', | 1018 'browser/diagnostics/diagnostics_model.cc', |
| 1017 'browser/diagnostics/diagnostics_model.h', | 1019 'browser/diagnostics/diagnostics_model.h', |
| (...skipping 2604 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3622 }], | 3624 }], |
| 3623 ['OS!="android" and OS!="ios" and chromeos==0', { | 3625 ['OS!="android" and OS!="ios" and chromeos==0', { |
| 3624 'sources': [ '<@(chrome_browser_desktop_sources)' ], | 3626 'sources': [ '<@(chrome_browser_desktop_sources)' ], |
| 3625 }], | 3627 }], |
| 3626 ['OS=="android" or OS=="ios"', { | 3628 ['OS=="android" or OS=="ios"', { |
| 3627 'sources': [ '<@(chrome_browser_mobile_sources)' ], | 3629 'sources': [ '<@(chrome_browser_mobile_sources)' ], |
| 3628 }, { # OS!="android" and OS!="ios" | 3630 }, { # OS!="android" and OS!="ios" |
| 3629 'sources': [ '<@(chrome_browser_non_mobile_sources)' ], | 3631 'sources': [ '<@(chrome_browser_non_mobile_sources)' ], |
| 3630 'dependencies': [ | 3632 'dependencies': [ |
| 3631 '../components/components.gyp:feedback_component', | 3633 '../components/components.gyp:feedback_component', |
| 3634 '../components/components.gyp:webusb', |
| 3632 '../device/core/core.gyp:device_core', | 3635 '../device/core/core.gyp:device_core', |
| 3633 '../device/devices_app/devices_app.gyp:devices_app_public_cpp', | 3636 '../device/devices_app/devices_app.gyp:devices_app_public_cpp', |
| 3634 '../device/devices_app/devices_app.gyp:devices_app_public_cpp_factor
y', | 3637 '../device/devices_app/devices_app.gyp:devices_app_public_cpp_factor
y', |
| 3635 '../device/usb/usb.gyp:device_usb', | 3638 '../device/usb/usb.gyp:device_usb', |
| 3636 '../net/net.gyp:net_browser_services', | 3639 '../net/net.gyp:net_browser_services', |
| 3637 ] | 3640 ] |
| 3638 }], | 3641 }], |
| 3639 ['OS=="android"', { | 3642 ['OS=="android"', { |
| 3640 'dependencies': [ | 3643 'dependencies': [ |
| 3641 '../build/android/ndk.gyp:cpu_features', | 3644 '../build/android/ndk.gyp:cpu_features', |
| (...skipping 452 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4094 '../components/components.gyp:omnibox_browser', | 4097 '../components/components.gyp:omnibox_browser', |
| 4095 '../components/components.gyp:rlz', | 4098 '../components/components.gyp:rlz', |
| 4096 '../components/components.gyp:search_engines', | 4099 '../components/components.gyp:search_engines', |
| 4097 '../rlz/rlz.gyp:rlz_lib', | 4100 '../rlz/rlz.gyp:rlz_lib', |
| 4098 ], | 4101 ], |
| 4099 }, | 4102 }, |
| 4100 ], | 4103 ], |
| 4101 }], | 4104 }], |
| 4102 ], | 4105 ], |
| 4103 } | 4106 } |
| OLD | NEW |