Chromium Code Reviews| 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 1548 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 1559 ['include', '^browser/download/download_create_info\\.cc$'], | 1559 ['include', '^browser/download/download_create_info\\.cc$'], |
| 1560 ['include', '^browser/notification_service_impl\\.cc$'], | 1560 ['include', '^browser/notification_service_impl\\.cc$'], |
| 1561 ['include', '^browser/signed_certificate_timestamp_store_impl\\.cc$'], | 1561 ['include', '^browser/signed_certificate_timestamp_store_impl\\.cc$'], |
| 1562 ['include', '^browser/user_metrics\\.cc$'], | 1562 ['include', '^browser/user_metrics\\.cc$'], |
| 1563 ['include', '^browser/web_contents/navigation_entry_impl\\.cc$'], | 1563 ['include', '^browser/web_contents/navigation_entry_impl\\.cc$'], |
| 1564 ], | 1564 ], |
| 1565 }, { # OS!="ios" | 1565 }, { # OS!="ios" |
| 1566 'dependencies': [ | 1566 'dependencies': [ |
| 1567 'browser/devtools/devtools_resources.gyp:devtools_resources', | 1567 'browser/devtools/devtools_resources.gyp:devtools_resources', |
| 1568 'content_common_mojo_bindings', | 1568 'content_common_mojo_bindings', |
| 1569 '../ui/accessibility/accessibility.gyp:accessibility_platform', | |
|
dmazzoni
2014/07/30 05:53:12
nit: sort this
Andre
2014/07/30 18:50:16
Done.
| |
| 1569 '../cc/cc.gyp:cc', | 1570 '../cc/cc.gyp:cc', |
| 1570 '../cc/cc.gyp:cc_surfaces', | 1571 '../cc/cc.gyp:cc_surfaces', |
| 1571 '../mojo/mojo.gyp:mojo_cpp_bindings', | 1572 '../mojo/mojo.gyp:mojo_cpp_bindings', |
| 1572 '../mojo/mojo.gyp:mojo_js_bindings', | 1573 '../mojo/mojo.gyp:mojo_js_bindings', |
| 1573 '../mojo/mojo.gyp:mojo_service_provider_bindings', | 1574 '../mojo/mojo.gyp:mojo_service_provider_bindings', |
| 1574 '../net/net.gyp:http_server', | 1575 '../net/net.gyp:http_server', |
| 1575 '../third_party/angle/src/build_angle.gyp:commit_id', | 1576 '../third_party/angle/src/build_angle.gyp:commit_id', |
| 1576 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase', | 1577 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase', |
| 1577 '../ui/surface/surface.gyp:surface', | 1578 '../ui/surface/surface.gyp:surface', |
| 1578 '../webkit/common/webkit_common.gyp:webkit_common', | 1579 '../webkit/common/webkit_common.gyp:webkit_common', |
| (...skipping 262 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 1841 'sources': [ | 1842 'sources': [ |
| 1842 'browser/media/cdm/browser_cdm_manager.cc', | 1843 'browser/media/cdm/browser_cdm_manager.cc', |
| 1843 'browser/media/cdm/browser_cdm_manager.h', | 1844 'browser/media/cdm/browser_cdm_manager.h', |
| 1844 # This works on Android because enable_browser_cdms==1 on Android. | 1845 # This works on Android because enable_browser_cdms==1 on Android. |
| 1845 'browser/media/media_web_contents_observer.cc', | 1846 'browser/media/media_web_contents_observer.cc', |
| 1846 'browser/media/media_web_contents_observer.h', | 1847 'browser/media/media_web_contents_observer.h', |
| 1847 ], | 1848 ], |
| 1848 }], | 1849 }], |
| 1849 ], | 1850 ], |
| 1850 } | 1851 } |
| OLD | NEW |