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 1661 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1672 '../mojo/public/mojo_public.gyp:mojo_application_bindings', | 1672 '../mojo/public/mojo_public.gyp:mojo_application_bindings', |
1673 '../mojo/public/mojo_public.gyp:mojo_cpp_bindings', | 1673 '../mojo/public/mojo_public.gyp:mojo_cpp_bindings', |
1674 '../mojo/public/mojo_public.gyp:mojo_js_bindings', | 1674 '../mojo/public/mojo_public.gyp:mojo_js_bindings', |
1675 '../net/net.gyp:http_server', | 1675 '../net/net.gyp:http_server', |
1676 '../storage/storage_browser.gyp:storage', | 1676 '../storage/storage_browser.gyp:storage', |
1677 '../storage/storage_common.gyp:storage_common', | 1677 '../storage/storage_common.gyp:storage_common', |
1678 '../third_party/angle/src/angle.gyp:commit_id', | 1678 '../third_party/angle/src/angle.gyp:commit_id', |
1679 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase', | 1679 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase', |
1680 '../ui/surface/surface.gyp:surface', | 1680 '../ui/surface/surface.gyp:surface', |
1681 ], | 1681 ], |
| 1682 'export_dependent_settings': [ |
| 1683 '../mojo/public/mojo_public.gyp:mojo_cpp_bindings', |
| 1684 ], |
1682 }], | 1685 }], |
1683 ['enable_basic_printing==1 or enable_print_preview==1', { | 1686 ['enable_basic_printing==1 or enable_print_preview==1', { |
1684 'dependencies': [ | 1687 'dependencies': [ |
1685 '../printing/printing.gyp:printing', | 1688 '../printing/printing.gyp:printing', |
1686 ], | 1689 ], |
1687 }], | 1690 }], |
1688 ['OS!="ios" and chrome_multiple_dll!=1', { | 1691 ['OS!="ios" and chrome_multiple_dll!=1', { |
1689 'dependencies': [ | 1692 'dependencies': [ |
1690 '../third_party/WebKit/public/blink.gyp:blink', | 1693 '../third_party/WebKit/public/blink.gyp:blink', |
1691 ], | 1694 ], |
(...skipping 249 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1941 'sources': [ | 1944 'sources': [ |
1942 'browser/media/cdm/browser_cdm_manager.cc', | 1945 'browser/media/cdm/browser_cdm_manager.cc', |
1943 'browser/media/cdm/browser_cdm_manager.h', | 1946 'browser/media/cdm/browser_cdm_manager.h', |
1944 # This works on Android because enable_browser_cdms==1 on Android. | 1947 # This works on Android because enable_browser_cdms==1 on Android. |
1945 'browser/media/media_web_contents_observer.cc', | 1948 'browser/media/media_web_contents_observer.cc', |
1946 'browser/media/media_web_contents_observer.h', | 1949 'browser/media/media_web_contents_observer.h', |
1947 ], | 1950 ], |
1948 }], | 1951 }], |
1949 ], | 1952 ], |
1950 } | 1953 } |
OLD | NEW |