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 3351 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3362 }, { # OS!="android" and OS!="ios" | 3362 }, { # OS!="android" and OS!="ios" |
3363 'sources': [ '<@(chrome_browser_non_mobile_sources)' ], | 3363 'sources': [ '<@(chrome_browser_non_mobile_sources)' ], |
3364 'dependencies': [ | 3364 'dependencies': [ |
3365 '../device/core/core.gyp:device_core', | 3365 '../device/core/core.gyp:device_core', |
3366 '../device/usb/usb.gyp:device_usb', | 3366 '../device/usb/usb.gyp:device_usb', |
3367 ] | 3367 ] |
3368 }], | 3368 }], |
3369 ['OS=="android"', { | 3369 ['OS=="android"', { |
3370 'dependencies': [ | 3370 'dependencies': [ |
3371 '../components/components.gyp:cdm_browser', | 3371 '../components/components.gyp:cdm_browser', |
| 3372 '../components/components.gyp:data_reduction_proxy_content', |
3372 '../components/components.gyp:enhanced_bookmarks', | 3373 '../components/components.gyp:enhanced_bookmarks', |
3373 '../components/components.gyp:web_contents_delegate_android', | 3374 '../components/components.gyp:web_contents_delegate_android', |
3374 '../components/components_resources.gyp:components_resources', | 3375 '../components/components_resources.gyp:components_resources', |
3375 '../third_party/android_opengl/etc1/etc1.gyp:etc1', | 3376 '../third_party/android_opengl/etc1/etc1.gyp:etc1', |
3376 '../third_party/libaddressinput/libaddressinput.gyp:libaddressinput_
util', | 3377 '../third_party/libaddressinput/libaddressinput.gyp:libaddressinput_
util', |
3377 'chrome_browser_jni_headers', | 3378 'chrome_browser_jni_headers', |
3378 ], | 3379 ], |
3379 'dependencies!': [ | 3380 'dependencies!': [ |
3380 '../components/components.gyp:feedback_component', | 3381 '../components/components.gyp:feedback_component', |
3381 '../components/components.gyp:storage_monitor', | 3382 '../components/components.gyp:storage_monitor', |
3382 '../components/components.gyp:web_modal', | 3383 '../components/components.gyp:web_modal', |
3383 '../third_party/libaddressinput/libaddressinput.gyp:libaddressinput'
, | 3384 '../third_party/libaddressinput/libaddressinput.gyp:libaddressinput'
, |
3384 ], | 3385 ], |
3385 'sources': [ '<@(chrome_browser_android_sources)' ], | 3386 'sources': [ '<@(chrome_browser_android_sources)' ], |
| 3387 'defines': [ 'ENABLE_DATA_REDUCTION_PROXY_DEBUGGING' ], |
3386 }], | 3388 }], |
3387 ['OS=="mac"', { | 3389 ['OS=="mac"', { |
3388 'dependencies': [ | 3390 'dependencies': [ |
3389 '../third_party/google_toolbox_for_mac/google_toolbox_for_mac.gyp:go
ogle_toolbox_for_mac', | 3391 '../third_party/google_toolbox_for_mac/google_toolbox_for_mac.gyp:go
ogle_toolbox_for_mac', |
3390 '../third_party/mozilla/mozilla.gyp:mozilla', | 3392 '../third_party/mozilla/mozilla.gyp:mozilla', |
3391 ], | 3393 ], |
3392 'link_settings': { | 3394 'link_settings': { |
3393 'libraries': [ | 3395 'libraries': [ |
3394 '$(SDKROOT)/System/Library/Frameworks/Accelerate.framework', | 3396 '$(SDKROOT)/System/Library/Frameworks/Accelerate.framework', |
3395 '$(SDKROOT)/System/Library/Frameworks/AddressBook.framework', | 3397 '$(SDKROOT)/System/Library/Frameworks/AddressBook.framework', |
(...skipping 314 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3710 'variables': { | 3712 'variables': { |
3711 'proto_in_dir': 'browser/sync_file_system/drive_backend', | 3713 'proto_in_dir': 'browser/sync_file_system/drive_backend', |
3712 'proto_out_dir': 'chrome/browser/sync_file_system/drive_backend', | 3714 'proto_out_dir': 'chrome/browser/sync_file_system/drive_backend', |
3713 }, | 3715 }, |
3714 'includes': [ '../build/protoc.gypi' ] | 3716 'includes': [ '../build/protoc.gypi' ] |
3715 }, | 3717 }, |
3716 ], | 3718 ], |
3717 },], | 3719 },], |
3718 ], | 3720 ], |
3719 } | 3721 } |
OLD | NEW |