| 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 3578 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3589 ['OS!="android" and OS!="ios" and chromeos==0', { | 3589 ['OS!="android" and OS!="ios" and chromeos==0', { |
| 3590 'sources': [ '<@(chrome_browser_desktop_sources)' ], | 3590 'sources': [ '<@(chrome_browser_desktop_sources)' ], |
| 3591 }], | 3591 }], |
| 3592 ['OS=="android" or OS=="ios"', { | 3592 ['OS=="android" or OS=="ios"', { |
| 3593 'sources': [ '<@(chrome_browser_mobile_sources)' ], | 3593 'sources': [ '<@(chrome_browser_mobile_sources)' ], |
| 3594 }, { # OS!="android" and OS!="ios" | 3594 }, { # OS!="android" and OS!="ios" |
| 3595 'sources': [ '<@(chrome_browser_non_mobile_sources)' ], | 3595 'sources': [ '<@(chrome_browser_non_mobile_sources)' ], |
| 3596 'dependencies': [ | 3596 'dependencies': [ |
| 3597 '../components/components.gyp:feedback_component', | 3597 '../components/components.gyp:feedback_component', |
| 3598 '../device/core/core.gyp:device_core', | 3598 '../device/core/core.gyp:device_core', |
| 3599 '../device/devices_app/devices_app.gyp:devices_app_lib', | |
| 3600 '../device/usb/usb.gyp:device_usb', | 3599 '../device/usb/usb.gyp:device_usb', |
| 3601 '../net/net.gyp:net_browser_services', | 3600 '../net/net.gyp:net_browser_services', |
| 3602 ] | 3601 ] |
| 3603 }], | 3602 }], |
| 3604 ['OS=="android"', { | 3603 ['OS=="android"', { |
| 3605 'dependencies': [ | 3604 'dependencies': [ |
| 3606 '../build/android/ndk.gyp:cpu_features', | 3605 '../build/android/ndk.gyp:cpu_features', |
| 3607 '../components/components.gyp:cdm_browser', | 3606 '../components/components.gyp:cdm_browser', |
| 3608 '../components/components.gyp:data_reduction_proxy_content', | 3607 '../components/components.gyp:data_reduction_proxy_content', |
| 3609 '../components/components.gyp:enhanced_bookmarks', | 3608 '../components/components.gyp:enhanced_bookmarks', |
| (...skipping 402 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4012 'variables': { | 4011 'variables': { |
| 4013 'proto_in_dir': 'browser/sync_file_system/drive_backend', | 4012 'proto_in_dir': 'browser/sync_file_system/drive_backend', |
| 4014 'proto_out_dir': 'chrome/browser/sync_file_system/drive_backend', | 4013 'proto_out_dir': 'chrome/browser/sync_file_system/drive_backend', |
| 4015 }, | 4014 }, |
| 4016 'includes': [ '../build/protoc.gypi' ] | 4015 'includes': [ '../build/protoc.gypi' ] |
| 4017 }, | 4016 }, |
| 4018 ], | 4017 ], |
| 4019 },], | 4018 },], |
| 4020 ], | 4019 ], |
| 4021 } | 4020 } |
| OLD | NEW |