| OLD | NEW |
| 1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 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 'dependencies': [ | 6 'dependencies': [ |
| 7 '../base/base.gyp:base_static', | 7 '../base/base.gyp:base_static', |
| 8 '../crypto/crypto.gyp:crypto', | 8 '../crypto/crypto.gyp:crypto', |
| 9 '../device/battery/battery.gyp:device_battery', | 9 '../device/battery/battery.gyp:device_battery', |
| 10 '../device/battery/battery.gyp:device_battery_mojo_bindings', | 10 '../device/battery/battery.gyp:device_battery_mojo_bindings', |
| (...skipping 1648 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1659 '../mojo/public/mojo_public.gyp:mojo_cpp_bindings', | 1659 '../mojo/public/mojo_public.gyp:mojo_cpp_bindings', |
| 1660 '../mojo/public/mojo_public.gyp:mojo_js_bindings', | 1660 '../mojo/public/mojo_public.gyp:mojo_js_bindings', |
| 1661 '../net/net.gyp:http_server', | 1661 '../net/net.gyp:http_server', |
| 1662 '../storage/storage_browser.gyp:storage', | 1662 '../storage/storage_browser.gyp:storage', |
| 1663 '../storage/storage_common.gyp:storage_common', | 1663 '../storage/storage_common.gyp:storage_common', |
| 1664 '../third_party/angle/src/angle.gyp:commit_id', | 1664 '../third_party/angle/src/angle.gyp:commit_id', |
| 1665 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase', | 1665 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase', |
| 1666 '../ui/surface/surface.gyp:surface', | 1666 '../ui/surface/surface.gyp:surface', |
| 1667 ], | 1667 ], |
| 1668 }], | 1668 }], |
| 1669 ['enable_printing!=0', { | 1669 ['enable_basic_printing==1 or enable_print_preview==1', { |
| 1670 'dependencies': [ | 1670 'dependencies': [ |
| 1671 '../printing/printing.gyp:printing', | 1671 '../printing/printing.gyp:printing', |
| 1672 ], | 1672 ], |
| 1673 }], | 1673 }], |
| 1674 ['OS!="ios" and chrome_multiple_dll!=1', { | 1674 ['OS!="ios" and chrome_multiple_dll!=1', { |
| 1675 'dependencies': [ | 1675 'dependencies': [ |
| 1676 '../third_party/WebKit/public/blink.gyp:blink', | 1676 '../third_party/WebKit/public/blink.gyp:blink', |
| 1677 ], | 1677 ], |
| 1678 }], | 1678 }], |
| 1679 ['OS!="ios"', { | 1679 ['OS!="ios"', { |
| (...skipping 244 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1924 'sources': [ | 1924 'sources': [ |
| 1925 'browser/media/cdm/browser_cdm_manager.cc', | 1925 'browser/media/cdm/browser_cdm_manager.cc', |
| 1926 'browser/media/cdm/browser_cdm_manager.h', | 1926 'browser/media/cdm/browser_cdm_manager.h', |
| 1927 # This works on Android because enable_browser_cdms==1 on Android. | 1927 # This works on Android because enable_browser_cdms==1 on Android. |
| 1928 'browser/media/media_web_contents_observer.cc', | 1928 'browser/media/media_web_contents_observer.cc', |
| 1929 'browser/media/media_web_contents_observer.h', | 1929 'browser/media/media_web_contents_observer.h', |
| 1930 ], | 1930 ], |
| 1931 }], | 1931 }], |
| 1932 ], | 1932 ], |
| 1933 } | 1933 } |
| OLD | NEW |