| 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 '../google_apis/google_apis.gyp:google_apis', | 9 '../google_apis/google_apis.gyp:google_apis', |
| 10 '../net/net.gyp:net', | 10 '../net/net.gyp:net', |
| (...skipping 1599 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1610 'browser/devtools/devtools_resources.gyp:devtools_resources', | 1610 'browser/devtools/devtools_resources.gyp:devtools_resources', |
| 1611 'content_common_mojo_bindings', | 1611 'content_common_mojo_bindings', |
| 1612 '../cc/cc.gyp:cc', | 1612 '../cc/cc.gyp:cc', |
| 1613 '../cc/cc.gyp:cc_surfaces', | 1613 '../cc/cc.gyp:cc_surfaces', |
| 1614 '../mojo/mojo_base.gyp:mojo_application_bindings', | 1614 '../mojo/mojo_base.gyp:mojo_application_bindings', |
| 1615 '../mojo/mojo_base.gyp:mojo_cpp_bindings', | 1615 '../mojo/mojo_base.gyp:mojo_cpp_bindings', |
| 1616 '../mojo/mojo_base.gyp:mojo_js_bindings', | 1616 '../mojo/mojo_base.gyp:mojo_js_bindings', |
| 1617 '../net/net.gyp:http_server', | 1617 '../net/net.gyp:http_server', |
| 1618 '../storage/storage_browser.gyp:storage', | 1618 '../storage/storage_browser.gyp:storage', |
| 1619 '../storage/storage_common.gyp:storage_common', | 1619 '../storage/storage_common.gyp:storage_common', |
| 1620 '../third_party/angle/src/build_angle.gyp:commit_id', | 1620 '../third_party/angle/src/angle.gyp:commit_id', |
| 1621 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase', | 1621 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase', |
| 1622 '../ui/surface/surface.gyp:surface', | 1622 '../ui/surface/surface.gyp:surface', |
| 1623 ], | 1623 ], |
| 1624 }], | 1624 }], |
| 1625 ['enable_printing!=0', { | 1625 ['enable_printing!=0', { |
| 1626 'dependencies': [ | 1626 'dependencies': [ |
| 1627 '../printing/printing.gyp:printing', | 1627 '../printing/printing.gyp:printing', |
| 1628 ], | 1628 ], |
| 1629 }], | 1629 }], |
| 1630 ['OS!="ios" and chrome_multiple_dll!=1', { | 1630 ['OS!="ios" and chrome_multiple_dll!=1', { |
| (...skipping 255 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1886 'sources': [ | 1886 'sources': [ |
| 1887 'browser/media/cdm/browser_cdm_manager.cc', | 1887 'browser/media/cdm/browser_cdm_manager.cc', |
| 1888 'browser/media/cdm/browser_cdm_manager.h', | 1888 'browser/media/cdm/browser_cdm_manager.h', |
| 1889 # This works on Android because enable_browser_cdms==1 on Android. | 1889 # This works on Android because enable_browser_cdms==1 on Android. |
| 1890 'browser/media/media_web_contents_observer.cc', | 1890 'browser/media/media_web_contents_observer.cc', |
| 1891 'browser/media/media_web_contents_observer.h', | 1891 'browser/media/media_web_contents_observer.h', |
| 1892 ], | 1892 ], |
| 1893 }], | 1893 }], |
| 1894 ], | 1894 ], |
| 1895 } | 1895 } |
| OLD | NEW |