Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(405)

Side by Side Diff: content/content_browser.gypi

Issue 376573003: Pull necessary dependencies to be able to process mojo.gyp on iOS (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase Created 6 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « content/content_app.gypi ('k') | mojo/mojo_base.gyp » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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 '../mojo/mojo_base.gyp:mojo_cpp_bindings',
10 '../net/net.gyp:net', 11 '../net/net.gyp:net',
11 '../skia/skia.gyp:skia', 12 '../skia/skia.gyp:skia',
12 '../sql/sql.gyp:sql', 13 '../sql/sql.gyp:sql',
13 '../third_party/re2/re2.gyp:re2', 14 '../third_party/re2/re2.gyp:re2',
14 '../third_party/zlib/google/zip.gyp:zip', 15 '../third_party/zlib/google/zip.gyp:zip',
15 '../third_party/zlib/zlib.gyp:zlib', 16 '../third_party/zlib/zlib.gyp:zlib',
16 '../third_party/WebKit/public/blink_headers.gyp:blink_headers', 17 '../third_party/WebKit/public/blink_headers.gyp:blink_headers',
17 '../ui/accessibility/accessibility.gyp:accessibility', 18 '../ui/accessibility/accessibility.gyp:accessibility',
18 '../ui/accessibility/accessibility.gyp:ax_gen', 19 '../ui/accessibility/accessibility.gyp:ax_gen',
19 '../ui/base/ui_base.gyp:ui_base', 20 '../ui/base/ui_base.gyp:ui_base',
(...skipping 1567 matching lines...) Expand 10 before | Expand all | Expand 10 after
1587 ], 1588 ],
1588 }, { # OS!="ios" 1589 }, { # OS!="ios"
1589 'dependencies': [ 1590 'dependencies': [
1590 'app/resources/content_resources.gyp:content_resources', 1591 'app/resources/content_resources.gyp:content_resources',
1591 'app/strings/content_strings.gyp:content_strings', 1592 'app/strings/content_strings.gyp:content_strings',
1592 'browser/devtools/devtools_resources.gyp:devtools_resources', 1593 'browser/devtools/devtools_resources.gyp:devtools_resources',
1593 'content_common_mojo_bindings', 1594 'content_common_mojo_bindings',
1594 '../cc/cc.gyp:cc', 1595 '../cc/cc.gyp:cc',
1595 '../cc/cc.gyp:cc_surfaces', 1596 '../cc/cc.gyp:cc_surfaces',
1596 '../mojo/mojo_base.gyp:mojo_application_bindings', 1597 '../mojo/mojo_base.gyp:mojo_application_bindings',
1597 '../mojo/mojo_base.gyp:mojo_cpp_bindings',
1598 '../mojo/mojo_base.gyp:mojo_js_bindings', 1598 '../mojo/mojo_base.gyp:mojo_js_bindings',
1599 '../net/net.gyp:http_server', 1599 '../net/net.gyp:http_server',
1600 '../third_party/angle/src/build_angle.gyp:commit_id', 1600 '../third_party/angle/src/build_angle.gyp:commit_id',
1601 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase', 1601 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase',
1602 '../ui/surface/surface.gyp:surface', 1602 '../ui/surface/surface.gyp:surface',
1603 '../webkit/common/webkit_common.gyp:webkit_common', 1603 '../webkit/common/webkit_common.gyp:webkit_common',
1604 '../webkit/storage_browser.gyp:webkit_storage_browser', 1604 '../webkit/storage_browser.gyp:webkit_storage_browser',
1605 '../webkit/storage_common.gyp:webkit_storage_common', 1605 '../webkit/storage_common.gyp:webkit_storage_common',
1606 ], 1606 ],
1607 }], 1607 }],
(...skipping 261 matching lines...) Expand 10 before | Expand all | Expand 10 after
1869 'sources': [ 1869 'sources': [
1870 'browser/media/cdm/browser_cdm_manager.cc', 1870 'browser/media/cdm/browser_cdm_manager.cc',
1871 'browser/media/cdm/browser_cdm_manager.h', 1871 'browser/media/cdm/browser_cdm_manager.h',
1872 # This works on Android because enable_browser_cdms==1 on Android. 1872 # This works on Android because enable_browser_cdms==1 on Android.
1873 'browser/media/media_web_contents_observer.cc', 1873 'browser/media/media_web_contents_observer.cc',
1874 'browser/media/media_web_contents_observer.h', 1874 'browser/media/media_web_contents_observer.h',
1875 ], 1875 ],
1876 }], 1876 }],
1877 ], 1877 ],
1878 } 1878 }
OLDNEW
« no previous file with comments | « content/content_app.gypi ('k') | mojo/mojo_base.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698